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?
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?