Skip to content

user1342234/injector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

injector

This project showcases manual memory allocation in a process without relying on usermode memory APIs

About

It is composed of three main components:

  1. injector
    A kernel driver that communicates with the usermode process through a shared memory page to allocate and map the DLL into the target process.

  2. usermode
    A usermode application that interfaces with the kernel driver to facilitate the allocation process.

  3. usermode-lib
    A dummy DLL used for testing purposes.

Support

  • Windows 10 x64 22H2
  • AMD/Intel

Usage

  1. Ensure that Microsoft Hyper-V is disabled
  2. Launch usermode.exe [path_to_dll] [target_process]
  3. Sign and load the driver. Otherwise, use kdmapper, KDU
  4. Enjoy!

Credits

  • Frostiest - R/W physical memory
  • @SamuelTulach - README design

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors