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

skip unmatched lines in application.properties #13

Closed goatshriek closed 2 years ago

goatshriek commented 2 years ago

Ghidra loads the application.properties file with the Properties class, which allows for more variety in the property file than the current parsing allows. This adjustment skips lines that do not meet expectations instead of failing when they are encountered, making the parsing more resilient.

This is intended to resolve #12.