SkillAgentSearch skills...

MemoryGuard

Experiment with PAGE_GUARD protection to hide memory from other processes

Install / Use

/learn @SamuelTulach/MemoryGuard
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars56
CategoryDevelopment
Updated1d ago
Forks9

Languages

C

Security Score

80/100

Audited on Apr 6, 2026

No findings