Skip to content

A basic demonstration of directly overwriting paging structures for physical memory r/w and interprocess memory copy

Notifications You must be signed in to change notification settings

BlackNurse/DirectPageManipulation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Direct Page Manipulation (DPM)

This is a bare minimum example project that demonstrates how to overwrite paging structures directly to read/write into physical memory, and how to use this for interprocess memory copying. This project doesn't take into account paged-out memory and, more importantly, multithreading, in order to keep it as simple to understand as possible.

screenshot

Some functions are rightfully stolen from here.

About

A basic demonstration of directly overwriting paging structures for physical memory r/w and interprocess memory copy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 71.3%
  • C 28.7%