Commit graph

4 commits

Author SHA1 Message Date
Pat Hartl
44d0f14087 Fixed pathing for all keys. Added test that reads from .reg file for Total Annihilatoin 2023-12-07 17:33:00 -06:00
Pat Hartl
690e1c59e0 Rewrote regex patterns
The parser was not working well with binary data or properties that had blank values. The regex detection was overhauled to support these.
2023-12-07 01:27:15 -06:00
Pat Hartl
254514b167 More accurate regex matching for properties/values
Handles quotes properly without relying on manual string manipulation. Unescaping is now done accurately with built in Regex static method. Now handles properties as the default value in a key.
2023-09-24 20:23:05 -05:00
Pat Hartl
94a5a4a991 Fix parsing of REG_SVs with quotes. Add tests 2023-09-21 17:57:46 -05:00