You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when running the IDA FlowChart plugin over the IDBs of the Dataset-Vulnerability, an error occured: .../binary_function_similarity-main\IDA_scripts\IDA_flowchart\IDA_flowchart.py: module 'idc' has no attribute 'Exit' Traceback (most recent call last): File "...\IDA_Pro_v7.5\python\3\ida_idaapi.py", line 616, in IDAPython_ExecScript exec(code, g) File ".../binary_function_similarity-main/binary_function_similarity-main/IDA_scripts/IDA_flowchart/IDA_flowchart.py", line 197, in <module> idc.Exit(0) AttributeError: module 'idc' has no attribute 'Exit'
How to solve this problem?
The text was updated successfully, but these errors were encountered:
The IDAPro plugins that we have released have been developed for IDA Pro 7.3 Linux x86_64 and Python 2 (more info here). From the exception logs, I see that you're using IDAPro 7.5.
when running the IDA FlowChart plugin over the IDBs of the Dataset-Vulnerability, an error occured:
.../binary_function_similarity-main\IDA_scripts\IDA_flowchart\IDA_flowchart.py: module 'idc' has no attribute 'Exit' Traceback (most recent call last): File "...\IDA_Pro_v7.5\python\3\ida_idaapi.py", line 616, in IDAPython_ExecScript exec(code, g) File ".../binary_function_similarity-main/binary_function_similarity-main/IDA_scripts/IDA_flowchart/IDA_flowchart.py", line 197, in <module> idc.Exit(0) AttributeError: module 'idc' has no attribute 'Exit'
How to solve this problem?
The text was updated successfully, but these errors were encountered: