Closed jimmy0435 closed 4 years ago
On IDA 7.4, the setting for backward compatibility in idapython.cfg is disabled by default.
AUTOIMPORT_COMPAT_IDA695 = NO
For now, please enable the option then the code should work. I'll rewrite it when the option is permanently disabled ;-)
Thanks for providing good tool.
I encountered some problems with using fn_fuzzy in ida pro 7.4. I tried to fix it but fail.
In the beginning, I change some function names because IDA changes some function names. (1)NextHead -> next_head (2)GetMnem -> print_insn_mnem
Then, it shows the message below. I have no idea how to fix it.