dod-cyber-crime-center / pyhidra

Pyhidra is a Python library that provides direct access to the Ghidra API within a native CPython interpreter using jpype.
Other
153 stars 14 forks source link

add Mac GUI support #10

Closed lacraig2 closed 2 years ago

lacraig2 commented 2 years ago

jpype has a method that must be called before the GUI can be called on Mac. This PR changes the _launch method in the GUI launcher to meet that specification and subsequently fix GUI functionality on that target.

FIXES: #9

dc3-tsd commented 2 years ago

Sorry for the slow response. We ended up using a different fix for this, but appreciate you sending this and making us aware of the issue. Please let us know if it works, and if so we will close this pull request and mark the associated issue as resolved.

lacraig2 commented 2 years ago

Your solution works for me. Thanks.