CFSworks / nimue

Nimue is a simple Python script for jailbreaking Sony Bravia TVs.
GNU General Public License v3.0
232 stars 37 forks source link

Make Nimue get its exploit parameters from configuration files #2

Open CFSworks opened 12 years ago

CFSworks commented 12 years ago

It would be nice if Nimue could accept configuration files (YAML? JSON? XML?) containing parameters (return address, stack size, etc.) for different versions of firmware, as opposed to hard-coding them in the .py... This would mean that supporting a newer version of the firmware only requires a config file update. The script itself should accept the version of the firmware as a command-line argument and load the necessary parameters.

pabloeinstaininforpass commented 2 years ago

``