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

报错内容

报错内容提示如下:
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

posted @ 2022-10-19 20:33  B0t1  阅读(85)  评论(0编辑  收藏  举报