Skip to content
/ MMInject Public

Kernel DLL Injector using NX Bit Swapping and VAD hide for hiding injected DLL

Notifications You must be signed in to change notification settings

SDXT/MMInject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

MMInject

Kernel DLL Injector using NX Bit Swapping and VAD hide for hiding injected DLL

Method

  1. allocate pages with only read and write permission
  2. get the physical page table entry's of your allocated pages
  3. add execute permission to your page under the covers

NOTE

Physical regions can be enumerated using NtQuery* APIs and then tested for the correctness of corresponding protection flags.

About

Kernel DLL Injector using NX Bit Swapping and VAD hide for hiding injected DLL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published