# Packer **Repository Path**: android_ios_test/Packer ## Basic Information - **Project Name**: Packer - **Description**: PoC executable packer using resources - **Primary Language**: C - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-02 - **Last Updated**: 2021-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Packer PoC executable packer using resources ## How to Compile 1. Build PackerStub.exe using packerstub.c 2. Build resource file with rsrc.c 3. 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 1. Launch Windows command shell 2. Usage: Packer.exe [PAYLOAD EXE] [OUTPUT FILE] Note: PackerStub.exe is only required for compilation.