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

open_program to include dynamic libraries? #38

Open CowBoy4mH3LL opened 5 months ago

CowBoy4mH3LL commented 5 months ago

Is there a support for inclusion of dynamic libraries? I have tried ways top openProject, add to ExternalReferenceManager, etc. but to no success. Can the open_program method include an extra argument that can be used to include list of dynamic libraries?