changeofpace/Self-Remapping-Code
This program remaps its image to prevent the page protection of pages contained in the image from being modified via NtProtectVirtualMemory.
Repository profile
This x64dbg plugin sets the page protection for memory mapped views in scenarios which cause NtProtectVirtualMemory to fail.
Repository updates
Get generated changeofpace/Force-Page-Protection development summaries by email, or follow the weekly and monthly RSS feeds.
Sign in to subscribe by email. RSS feeds are public.
Sign in to subscribeTracked growth, recent movement, and commit velocity from stored repository snapshots.
Latest capture 2026-06-24 13:20
1 capture since 2026-06-24
Stars from baseline 0
All tracked data
Frameworks, package managers, ecosystems, and dependency manifests found during catalog scans.
Scanned 2026-06-24 13:20
Force Page Protection.sln
dotnet ecosystem,
0 dependencies
Searchable topics, generated tags, and stack labels that explain where this repository fits.
Agent instructions and tool configuration paths found in the repository tree.
Nearest indexed repositories by embedding similarity.
This program remaps its image to prevent the page protection of pages contained in the image from being modified via NtProtectVirtualMemory.
Experiment with PAGE_GUARD protection to hide memory from other processes
It encrypts the text section and set the protection to NO_ACCESS.
A basic demonstration of directly overwriting paging structures for physical memory r/w and interprocess memory copy
Obfuscation method using virtual machine.
Old example driver for application protection