By bloid
via homepage.mac.com
Published: Jan 15 2008 / 05:31
Recently, I started working on reverse engineering an venerable C program that relied on a set of INI-like files. It isn't cost-effective to write (or even download) an INI-file parser for Java. Instead, most of the configuration parameters could be simply moved into a garden-variety Java properties file.
Comments
jmcantrell replied ago:
i'm not opposed to python syntax for config files, but how do you handle arbitrary code execution from the config file?
khalopti replied ago:
Use the Python config module: http://www.red-dove.com/python_config.html
,
Voters For This Link (7)
Voters Against This Link (3)