Awesome
🔐 pe32-password
Sample project that encrypts windows 32-bit executables with password.
Libraries used in this project
- PE32
- made by ytk2128 for modifying windows pe32 executables and injecting assembly code into executables
- SEED128 ECB
- symmetric-key algorithm provided by Korea Internet & Security Agency
- AsmJit
- a lightweight library for machine code generation written in C++ language
Principle of encryption
Build instructions
git clone https://github.com/ytk2128/pe32-password.git --recurse-submodules
- Open src/pepw.sln
- Build Solution