Immunity Debugger 插件 - bdasm.py
发布:wpulog | 发布时间: 2010年9月30日 bdasm是一个为Immunity Debugger 1.73开发的PyCommand 插件,它能在在一个进程的空间内搜索特定的opcode或指令,并且能够向前或向后反编译给定数量的指令。
OpCode就是Operation Code,意即操作码的意思。 例如:“0x90”是“OpCode”,而“NOP”则是“助记符(mnemonic)”。
工具下载地址:http://packetstormsecurity.nl/filedesc/bdasm.py.txt.html
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bdasm is a PyCommand written for Immunity Debugger version 1.73. It searches the address space of a process for a certain opcode/instruction and dissasembles backwards and forwards for a specified number of instructions.
Get More:http://packetstormsecurity.nl/filedesc/bdasm.py.txt.html
出自:BugZone - http://www.pulog.org/tools/1617/bdasm/ 转载必须注明!
相关文章:
发表评论
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。



