deflat
deflat copied to clipboard
KeyError: 'bw'
First of all thank you very much for this tool. Some errors occurred during my use.
`KeyError:'bw',`
I used arm files, error stackclll: ins_b_jmp_hex_arm(), called: line(243), patch_value = ins_b_jmp_hex_arm(instr.address, children[0], bx_cond)
bx_cond = 'b' + instr.mnemonic[len('mov'):] Then I added a new print below: print('[x] b: {:#x}'.format(instr.address)) Then, the assembly corresponding to the address is: MOVW R2, #0xBA7B, How to deal with this?