PoC executable packer using resources
- 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.
- Launch Windows command shell
- Usage: Packer.exe [PAYLOAD EXE] [OUTPUT FILE]
Note: PackerStub.exe is only required for compilation.