使用patching_macos.zip,报错“Patching plugin is not compatible with this IDA/Python version Traceback (most recent call last): File "/Applications/IDA Professional 9.0.app/Contents/MacOS/./patching.py", line 51, in <module> class PatchingPlugin(ida_idaapi.plugin_t): NameError: name 'ida_idaapi' is not defined”
You may start to explore the input file right now. Exception in ida_kernwin.UI_Hooks dispatcher function: SWIG director method error. Error detected when calling 'UI_Hooks.ready_to_run' Traceback (most recent call last): File "E:\Application/IDA Professional 9.0/plugins\patching\core.py", line 129, in load self._init_assembler() File "E:\Application/IDA Professional 9.0/plugins\patching\core.py", line 182, in _init_assembler assembler = AsmARM(inf) ^^^^^^^^^^^ File "E:\Application/IDA Professional 9.0/plugins\patching\asm.py", line 660, in __init__ if inf.is_64bit(): ^^^^^^^^^^^^ AttributeError: 'str' object has no attribute 'is_64bit' arm有这个报错
两台电脑都是intel的,一台正常,一台报错,莫名奇妙啊 /Applications/IDA Professional 9.0.app/Contents/MacOS/plugins/patching.py: undefined function __plugins__patching.PLUGIN_ENTRY