Registry
Registry copied to clipboard
Full featured, offline Registry parser in C#
Hello. The error message is:  The problem is here: https://github.com/EricZimmerman/Registry/blob/2c8b9a47e58f6046ef3060b7f1735f9d2ac8327e/Registry/TransactionLog.cs#L211 The problem is that the library doesn't support the extension of the hive file size, so an attempt to...
Hello. The bug is here: https://github.com/EricZimmerman/Registry/blob/1a301f3f237e81cbd2738e444c30e10c76214286/Registry/Other/HBinRecord.cs#L325 If the `remainingData.Length - actualStart < size` condition is met, the deleted item isn't processed. This condition can be true for a valid deleted...