首页
社区
课程
招聘
[分享]x86 Code Virtualizer (Code Obfuscator)
发表于: 2020-9-3 09:32 4022

[分享]x86 Code Virtualizer (Code Obfuscator)

2020-9-3 09:32
4022

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 :
Mov,Call,Push,Pop,Jump,Inc,Add,Xor,Cmp,Shl,Shr,Not,Or,Sub,Conditional Jumps.


[培训]《安卓高级研修班(网课)》月薪三万计划,掌握调试、分析还原ollvm、vmp的方法,定制art虚拟机自动化脱壳的方法

最后于 2020-9-3 09:40 被xploiter编辑 ,原因:
上传的附件:
收藏
免费 2
支持
分享
最新回复 (5)
雪    币: 914
活跃值: (2288)
能力值: ( LV5,RANK:68 )
在线值:
发帖
回帖
粉丝
2
good job.
2020-9-3 10:35
1
雪    币: 477
活跃值: (1412)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
how old
2020-10-2 14:06
0
雪    币: 1184
活跃值: (4527)
能力值: ( LV7,RANK:100 )
在线值:
发帖
回帖
粉丝
4
Good work
2020-10-2 17:04
0
雪    币: 2375
活跃值: (4453)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
转贴请贴出来源
2020-10-2 17:41
0
雪    币: 360
活跃值: (257)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
6
https://github.com/NIKJOO/x86-Code-Virtualizer
2020-10-3 23:10
0
游客
登录 | 注册 方可回帖
返回
//