Hi there.
I got this exception while searching for an instruction in the disassembly view.
Exception in ida_idp.IDP_Hooks dispatcher function: SWIG director method error. Error detected when calling 'IDP_Hooks.ev_out_insn'
Traceback (most recent call last):
File "/home/patate/idapro-7.4/plugins/amie.py", line 354, in ev_out_insn
return self.arch.output(outctx)
File "/home/patate/idapro-7.4/plugins/amie.py", line 251, in output
mne, op = cp_reg.split()
ValueError: not enough values to unpack (expected 2, got 1)
Hi there.
I got this exception while searching for an instruction in the disassembly view.