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.
-
Notifications
You must be signed in to change notification settings - Fork 6
SamuelTulach/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