mkorman90 / regipy

Regipy is an os independent python library for parsing offline registry hives
MIT License
234 stars 53 forks source link

Modified RegistryHive.__init__ to handle a bytes variable. #269

Open HyunP-dev opened 4 weeks ago

HyunP-dev commented 4 weeks ago

Renamed hive_path argument of RegistryHive as hive and modified RegistryHive to receive bytes as hive.

This modification is able to be used when handle registry hives from a forensic image file.