Packer
Packer copied to clipboard
PoC executable packer using resources
Packer
PoC executable packer using resources
How to Compile
- Build PackerStub.exe using packerstub.c
- Build resource file with rsrc.c
- Build Packer.exe using packer.c and rsrc.c with PackerStub in the same folder
Note: Advised to use MinGW since MSVC++ somehow fails the RunPE method.
How to Use
- Launch Windows command shell
- Usage: Packer.exe [PAYLOAD EXE] [OUTPUT FILE]
Note: PackerStub.exe is only required for compilation.