首页
社区
课程
招聘
[转帖]OllyDeobfuscator 1.0 by NTG
发表于: 2014-3-18 11:28 4567

[转帖]OllyDeobfuscator 1.0 by NTG

2014-3-18 11:28
4567
OllyDeobfuscator 1.0 by NTG
I want to share a plugin I've written for OllyDbg 1.10, OllyDeobfuscator.
Features:
1. Move NOPs in selected code to bottom.
- Select the code and start the operation to move NOPs to the bottom of the code.
2. Deobfuscate selected code.
- Select the code you want to deobfuscate and it will try to remove unnecessary instructions.
3. Smart deobfuscation.
- This is useful if you want to grab code with jumps to different locations.
You need to provide the start address and a stop condition.
Also you can get the code from the run trace or the selected code.
Once the code is grabbed, you can deobfuscate it and write it to a location.
A problem is that there are not so much instructions supported.


[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)

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