deflat icon indicating copy to clipboard operation
deflat copied to clipboard

KeyError: 'bw'

Open kcufId opened this issue 1 year ago • 1 comments

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?

kcufId avatar Jan 25 '24 07:01 kcufId