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
182 stars 16 forks source link

Allow Java versions > 11 to be targeted #8

Closed lacraig2 closed 2 years ago

lacraig2 commented 2 years ago

This PR uses the latest supported compiler version as the string target compiler option when compiling. This solves the issue presented in #4.

Only tested on environment specified.

Target: OSX 11.6.4, Python 3.7.6, Ghidra 10.2 DEV, openjdk 14.0.2

FIXES: #4

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

Seems to work. Thanks.