搜索

winXP immunity debugger 运行mona插件报错,解决方法 - B0t1 -


发布时间: 2022-11-24 18:21:03    浏览次数:46 次

报错内容

报错内容提示如下:
AttributeError: 'list' object has no attribute 'update'
找到问题所在为:
File "C:\Documents and Settings\lrt\桌面\ImmunityDebugger-master\1.85\PyCommands\mona.py", line 6009, in mergeOpcodes
all_opcodes[hf].update(found_opcodes[hf])

image

解决办法

由报错提示得all_opcodes[hf]为list类型(all_opcodes应为dict类型,以下所有调用中all_opcodes都为dict类型,但是all_opcodes[hf]不是),list类型更新列表方法为append,找到修改即可
image
然后查看jmp.txt文件内容,有内容
image

但是还是报错,修不好了。。。
image

免责声明 winXP immunity debugger 运行mona插件报错,解决方法 - B0t1 - ,资源类别:文本, 浏览次数:46 次, 文件大小:-- , 由本站蜘蛛搜索收录2022-11-24 06:21:03。此页面由程序自动采集,只作交流和学习使用,本站不储存任何资源文件,如有侵权内容请联系我们举报删除, 感谢您对本站的支持。 原文链接:https://www.cnblogs.com/B0t1/p/16807664.html