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.
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.