Skip to content

MicrosoftMacroAssembler/Registry-Shared-Memory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Registry-Shared-Memory

Shared Memory Driver exploiting a Registery Callback ( CmRegisterCallbackEx ) for communication using a MDL.
It creates a Registry Key ( SOFTWARE\\SharedMemory ) and writes two different Values to the Registry Key for communication.

  • InitializeSharedMemory: Creates a MDL ( Passes data_initialize_t containg data_request_t pointer and Process ID )
  • RequestSharedMemory: Handles requests ( Accesses the MDL of the pointer to data_request_t and handles requests )

About

Threadless Shared Memory Driver via Registry Callback and MDL for user-kernel communication.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

No contributors