An ida plug-in that matches the bulk removal of junk instructions from the program | 批量匹配去除花指令的ida插件
- put
Dejunk.py
intoplugins
folder under your IDA Pro installation path. | 将Dejunk.py
放到IDA安装目录下的plugins
文件夹中
-
All match
-
Partial match
- Use regular expressions to match the machine code corresponding to the junk instruction | 使用正则表达式来匹配垃圾指令对应的机器码
-
Assembly/Machine Code Converting to each other | 汇编机器码互相转换
-
Automatic re-definition function (TODO) | 自动重定义函数(待完成)
-
Right-click the instructions in the assembly interface to fill in the plug-in | 汇编界面选中指令右键填入插件
-
Across architecture support | 跨架构支持