Sample project that encrypts windows 32-bit executables with password.
- 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
git clone https://github.com/ytk2128/pe32-password.git --recurse-submodules
- Open src/pepw.sln
- Build Solution