Skip to content

NIKJOO/x86-Code-Virtualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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