• Stars
    star
    178
  • Rank 214,989 (Top 5 %)
  • Language
    C++
  • License
    MIT License
  • Created about 4 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

x86 Binary Code Virtualization Tool

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 : [email protected]

Twitter : https://twitter.com/Nima__Nikjoo

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


Published under MIT License