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
176 stars 15 forks source link

Fix cross-arch support for delimiters in java class path #7

Closed lacraig2 closed 2 years ago

lacraig2 commented 2 years ago

This PR replaces the hardcoded delimiter in java class path presented an issue in #3 the os pathsep option.

Only tested on environment specified.

Target: OSX 11.6.4, Python 3.7.6, Ghidra 10.2 DEV

FIXES: #3