๐ PE32 Password
January 9, 2025 ยท View on GitHub
A simple password-based PE encryptor for Windows 32-bit executables.
Core components
- PE32 & AsmJit: Windows PE32 executable manipulation and assembly code injection
- SEED128 ECB: Symmetric block cipher developed by Korea Internet & Security Agency
Principle of encryption
How to build
git clone https://github.com/ytk2128/pe32-password.git --recurse-submodules- Open src/pepw.sln
- Build the solution