Skip to content

An example of dynamically finding variable location at runtime based on the module base address of the host process and a predetermined offset found through debugging. The memory_edit_target.cpp file is the code for the victim process. The memory_edit_actor.cpp is the process that performs the memory read/edit. The offset may need to be updated …

Notifications You must be signed in to change notification settings

harrisoncbrammell/dynamic-memory-access-POC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

dynamic-memory-access-POC

An example of dynamically finding variable location at runtime based on the module base address of the host process and a predetermined offset found through debugging. The memory_edit_target.cpp file is the code for the victim process. The memory_edit_actor.cpp is the process that performs the memory read/edit. The offset may need to be updated for each newly compiled target binary.

About

An example of dynamically finding variable location at runtime based on the module base address of the host process and a predetermined offset found through debugging. The memory_edit_target.cpp file is the code for the victim process. The memory_edit_actor.cpp is the process that performs the memory read/edit. The offset may need to be updated …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages