Skip to content

Experiment with PAGE_GUARD protection to hide memory from other processes

Notifications You must be signed in to change notification settings

gmh5225/MemoryGuard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

MemoryGuard

This is a simple proof-of-concept project demonstrating how you can hide memory regions of your process from other processes. ReadProcessMemory internally uses MmCopyVirtualMemory, which fails when it encounters PAGE_GUARD protection. When it fails, it does not cause a page fault nor does it invoke any exception handler.

screenshot

About

Experiment with PAGE_GUARD protection to hide memory from other processes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 70.5%
  • C++ 29.5%