Commit graph

7 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
Pat Hartl
de7553d6fe Fix parsing DWORD values 2023-09-21 12:15:27 -05:00
Pat Hartl
0c8f3df697 Rename to registry entry and separate out property name 2023-09-21 01:34:11 -05:00
Pat Hartl
665c09a911 Initial Commit 2023-09-21 00:56:09 -05:00