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.
forked from SamuelTulach/MemoryGuard
-
Notifications
You must be signed in to change notification settings - Fork 0
gmh5225/MemoryGuard
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Experiment with PAGE_GUARD protection to hide memory from other processes
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 70.5%
- C++ 29.5%