radare-uefi icon indicating copy to clipboard operation
radare-uefi copied to clipboard

KeyError: 'disasm'

Open KingBonecrusher opened this issue 6 years ago • 1 comments
trafficstars

File "./uefi_anal.py", line 95, in <module> g = find_tables("$$") File "./uefi_anal.py", line 45, in find_tables if ('qword [rdx + 0x60]' in insn['disasm']): KeyError: 'disasm'

Did i miss something? I do the following steps:

radare2 -d uefi.efi #!pipe python3 ./uefi_anal.py

KingBonecrusher avatar Apr 23 '19 18:04 KingBonecrusher

Every instruction should have a disasm key. You may need to print out this instruction to debug this.

mytbk avatar Apr 24 '19 01:04 mytbk