Registry icon indicating copy to clipboard operation
Registry copied to clipboard

Full featured, offline Registry parser in C#

Results 2 Registry issues
Sort by recently updated
recently updated
newest added

Hello. The error message is: ![RE-1](https://github.com/EricZimmerman/Registry/assets/7497142/355c5dc9-4d23-4ab8-aa54-aec946c5616e) 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...