aiowinreg
aiowinreg copied to clipboard
Registry hive parsing the async way
Results
2
aiowinreg issues
Sort by
recently updated
recently updated
newest added
https://github.com/skelsec/aiowinreg/blob/master/aiowinreg/filestruct/header.py#L19
Just a small heads up on a possible issue: If you have a hive as a bytes object and use AIOWinRegHive class something like this: ``` sw = AIOWinRegHive(software_hive_bytes) for...