Skip to content

Commit

Permalink
Merge pull request #67 from reece394/DEFAULTREG
Browse files Browse the repository at this point in the history
Add Support for DEFAULT Registry Hive
  • Loading branch information
EricZimmerman authored Sep 3, 2024
2 parents 8ec7122 + 3cdf98b commit d8cbc72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RECmd/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ private static void DoWork(string d, string f, string kn, string vn, string bn,
okFileParts.Add("SECURITY");
okFileParts.Add("DRIVERS");
okFileParts.Add("COMPONENTS");
okFileParts.Add("DEFAULT");

IEnumerable<string> files2;

Expand Down Expand Up @@ -640,6 +641,7 @@ private static void DoWork(string d, string f, string kn, string vn, string bn,
"*SYSTEM",
"*SAM",
"*SOFTWARE",
"*DEFAULT",
"*AMCACHE.HVE",
"*SYSCACHE.hve",
"*SECURITY",
Expand Down

0 comments on commit d8cbc72

Please sign in to comment.