python-registry
python-registry copied to clipboard
Parse all hives and retrieve json
Hi, it would pe possible use regipy as library to parse recursively all windows hive and get json of each hive?
You posted the same comment in https://github.com/mkorman90/regipy/issues/93
With this you can read windows binary regf hives, you could probably write JSON files from that, but that is probably inefficient, feel free to look at the examples.
yes I opened on 2 repo because at the moment I found only those 2 and not sure which one is better to achieve what I am looking for.