首页
社区
课程
招聘
[ZT]Obfuscator v1.0
发表于: 2006-8-25 00:50 1766

[ZT]Obfuscator v1.0

2006-8-25 00:50
1766
Obfuscator is a tool to modify x86 assembler source code in this way to make an analysis of compiled code very difficult.

Obfuscator features:
MASM syntax only, processing of @@ labels, detection of local variables, constant equ values, and numbers in different formats (hex, dec)
changing code execution flow (non linear code path) - it's usefull against all kinds of debuggers, analysis of such code is very "unpleasant"
mutation of original instructions into series of other equivalent opcodes - obfuscator can mutate both arithmetic and logical opcodes
hiding of direct calls to functions (including WinApi calls)
inserting garbage opcodes between real instructions (so called "junks")
inserting fake instructions between real ones, 32/16/8 opcodes are generated
no support for code with assume directives
obfuscated code is slower than the original code

http://www.pelock.com/download/obfuscator10.zip

[课程]Linux pwn 探索篇!

收藏
免费 1
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回
//