Stealthy-Kernelmode-Injector icon indicating copy to clipboard operation
Stealthy-Kernelmode-Injector copied to clipboard

Manual mapper that uses PTE manipulation, Virtual Address Descriptor (VAD) manipulation, and forceful memory allocation to hide executable pages. (VAD hide / NX bit swapping)

Results 8 Stealthy-Kernelmode-Injector issues
Sort by recently updated
recently updated
newest added

Sometimes cheat will crash after X amount of time, I heard this can be fixed by locking the pages first with MmProbeAndLockPages, how and where would I implement this? Kind...

Mapped with kdmapper and then tried injecting with the client into notepad and edge browser, only to get "Failed to allocate memory". Im on windows 20H2. Any ideas?

When I use my DirectX hook it works with a user mode injector but crashes the game instantly from injector

Will cause blue screen KMODE_EXCEPTION_NOT_HANDLED, could you point me into the right direction of where the problem could be?

Do you have discord?

WIN7 上使用VAD插入申请的内存时,可以正常执行,并且SHELLCODE正常运行,但在关闭目标程序(申请过VAD节点的程序)时,系统蓝屏,报错0x0000001a或0x0000003b... 当然,WIN7上没有 RtlAvlRemoveNode MiInsertVad这两个同名函数,我分别使用的是MiRemoveNode和MiInsertVadList这两个函数代替,不知道是不是这个原因,我是迷茫的。 可以大佬能解答我的问题,或者有其它关于利用VAD申请内存空间的项目,可否推荐下,正在学习之中的菜鸟,望有大佬不吝赐教...... 翻译: On WIN7, when using VAD to insert the requested memory, it executes normally, and SHELLCODE works fine, but when shutting down the target...

After Inserting a VAD you should call MiLockVad. Also a function to remove the Allocated vad in case of failing injection or by request would be nice.