View Single Post
  #1  
Old 09-03-2020, 09:05
Gladiyator's Avatar
Gladiyator Gladiyator is offline
Family
 
Join Date: Jan 2009
Location: .:: Tehran ::.
Posts: 106
Rept. Given: 78
Rept. Rcvd 59 Times in 19 Posts
Thanks Given: 130
Thanks Rcvd at 107 Times in 35 Posts
Gladiyator Reputation: 59
Lightbulb x86 Code Virtualizer (Code Obfuscator)

Today I am going to make one of my old projects publicly available for those who are interested to use it, the project is related to binary level obfuscation using virtual machine technology.

What I share for you :

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 :

Code:
Mov,Call,Push,Pop,Jump,Inc,Add,Xor,Cmp,Shl,Shr,Not,Or,Sub,Conditional Jumps.
Source Code (Github) :

Code:
https://github.com/NIKJOO/x86-Code-Virtualizer

Last edited by Gladiyator; 09-03-2020 at 09:18.
Reply With Quote
The Following 3 Users Gave Reputation+1 to Gladiyator For This Useful Post:
chessgod101 (09-04-2020), Mahmoudnia (09-03-2020), wilson bibe (09-05-2020)
The Following 12 Users Say Thank You to Gladiyator For This Useful Post:
an0rma1 (09-03-2020), h8er (09-30-2020), Mahmoudnia (09-03-2020), MarcElBichon (09-03-2020), Matan (09-08-2020), MrScotc (09-04-2020), phroyt (09-03-2020), SinaDiR (09-03-2020), Top10 (09-06-2020), uel888 (09-03-2020), WaSt3d_ByTes (09-08-2020), wilson bibe (09-04-2020)