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
In testing with latest Ghidra, discovered new importProgram error:
Traceback (most recent call last):
File "GhidraProject.java", line 653, in ghidra.base.project.GhidraProject.importProgram
Exception: Java Exception
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/bin/ghidriff", line 8, in<module>sys.exit(main())
^^^^^^
File "/usr/local/lib/python3.11/site-packages/ghidriff/__main__.py", line 70, in main
d.setup_project(binary_paths, project_path, project_name, symbols_path)
File "/usr/local/lib/python3.11/site-packages/ghidriff/ghidra_diff_engine.py", line 451, in setup_project
program = project.importProgram(program_path)
The text was updated successfully, but these errors were encountered:
In testing with latest Ghidra, discovered new importProgram error:
The text was updated successfully, but these errors were encountered: