Skip to content

Commit

Permalink
Merge pull request #82 from AndrewRathbun/master
Browse files Browse the repository at this point in the history
added 7 more hives to HiveType enum
  • Loading branch information
EricZimmerman authored Nov 26, 2024
2 parents 6f5163c + f514d17 commit f8af244
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions RECmd/ReBatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,16 @@ public enum HiveType_
[Description("SYSTEM")] System = 5,
[Description("USRCLASS")] UsrClass = 6,
[Description("COMPONENTS")] Components = 7,
[Description("BCD")] Bcd = 8,
[Description("DRIVERS")] Drivers = 8,
[Description("AMCACHE")] Amcache = 9,
[Description("SYSCACHE")] Syscache = 10
[Description("SYSCACHE")] Syscache = 10,
[Description("BCD")] Bcd = 11,
[Description("BCD-Template")] BcdTemplate = 12,
[Description("ELAM")] Elam = 13,
[Description("userdiff")] userdiff = 14,
[Description("BBI")] Bbi = 15,
[Description("VSMIDK")] Vsmidk = 16,
[Description("DEFAULT")] Default = 17
}

public string Description { get; set; }
Expand Down

0 comments on commit f8af244

Please sign in to comment.