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

Fix: non-windows resolution of subprocess #5

Closed lacraig2 closed 2 years ago

lacraig2 commented 2 years ago

Adds the shell=True argument to subprocess.check_output to fix #1.

Only tested on environment specified.

Target: OSX 11.6.4, Python 3.7.6, Ghidra 10.2 DEV

FIXES: #1