Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 973 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 973 Bytes

x86 Code Virtualizer (Code Obfuscator)

Open-source and lite application to obfuscate binary codes and makes challenge for reverse engineers to understand code.

Features

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.

Contact

Email : nima.nikjoo@gmail.com

Twitter : https://twitter.com/Nima__Nikjoo

LinkedIn : https://www.linkedin.com/in/nimanikjoo/


Published under MIT License