Simple pe file packer
pinkie-pie.exe [in] [out] [-key] [-obf]
Before using disable ASLR (/DYNAMICBASE:NO)
- v0.4
- Added
not
instruction for obfuscation - Added xoring for address calculation functions
- Added
- v0.3
- Added WinAPI calls obfuscation (
-obf
) - Added argument
-key
which specifies length of key
- Added WinAPI calls obfuscation (
- v0.2
- Added argument parser
- Updated sections parser
- Minor changes
- Support for data sections
- ASLR support