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.
This x64dbg plugin sets the page protection for memory mapped views in scenarios which cause NtProtectVirtualMemory to fail.
Appears on
Quick read
Latest capture 2026-07-29 03:07
0 paths
Agent instructions and tool configuration found in this repository.
No config files detected.
3 observed captures since 2026-06-24. Charts use measured snapshots only.
Stars from first capture +2
All tracked data
Observed snapshots
Observed snapshots
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