mirror of
https://github.com/gmh5225/awesome-game-security
synced 2026-06-21 13:56:22 +00:00
5 lines
619 B
Plaintext
5 lines
619 B
Plaintext
This project is a PE image dumper designed for processes protected by dynamic code encryption such as Hyperion and Theia anti-tamper solutions.
|
|
It restores encrypted PE images by iteratively resolving NOACCESS pages until the target module is decrypted, with configurable decryption factor thresholds and import resolution support.
|
|
The C++ tool has been tested on Roblox and The Finals, and also works for dumping regular images and loaded modules from memory.
|
|
It is mainly useful for reverse engineers and game security researchers studying anti-tamper protections and PE dumping techniques for encrypted executables.
|