GaloisInc / BESSPIN-Tool-Suite

The core tool of the BESSPIN Framework.
Other
6 stars 2 forks source link

Re-generate cyberphys config automatically to keep it up to date #1110

Open podhrmic opened 3 years ago

podhrmic commented 3 years ago

As @rtadros125 pointed out, static config files become obsolete quickly, because new fields are added/renamed. To avoid this situation, make cyberphys config partially autogenerated - the constants will stay (such as targetId, targetIp etc.) and the generic settings will be generated from a template.

This is a "low priority nice-to-have" feature