Open-source and lite application to obfuscate binary codes and makes challenge for reverse engineers to understand code.
Protect and obfuscate sensitive area of code using virtual machine protection ( translation of byte-code to PCode and run them inside Virtual Machine ) Project has been writen in Microsoft VC++ & little pure asm code and uses BeaEngine as disassembler engine. It's not enough secure to use in commercial projects so try to learn how it works and make it better.
Supported x86 opcodes :
Mov,Call,Push,Pop,Jump,Inc,Add,Xor,Cmp,Shl,Shr,Not,Or,Sub,Conditional Jumps.
Email : nima.nikjoo@gmail.com
Twitter : https://twitter.com/Nima__Nikjoo
LinkedIn : https://www.linkedin.com/in/nimanikjoo/
Published under MIT License