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
Since #82, we've mostly given up on the idea of using native Python 3 in Ghidra for two reasons:
A crash in MacOS when importing PySide (needed for BinSync proper)
The difficulty of a user starting Ghidra in the custom way needed for Pyhidra
Solutions
In the new Ghidra 11.3/12 update, Pyhidra will officially be a part of Ghidra! This means that we will be able to run Python3 code inside Ghidra without having to install anything extra. That solves point 2.
This has motivated me to look back into solving the issue of this line crashing (on Mac):
Background
Since #82, we've mostly given up on the idea of using native Python 3 in Ghidra for two reasons:
Solutions
In the new Ghidra
11.3/12
update, Pyhidra will officially be a part of Ghidra! This means that we will be able to run Python3 code inside Ghidra without having to install anything extra. That solves point 2.This has motivated me to look back into solving the issue of this line crashing (on Mac):
Which has lead me to this on MacOS:
This needs to be investigated further if we want to move Ghidra to Py3 and be much faster than we are now.
The text was updated successfully, but these errors were encountered: