aiowinreg
aiowinreg copied to clipboard
Registry hive parsing the async way
:triangular_flag_on_post: Sponsors
If you like this project, consider sponsoring it on GitHub! Sponsors
aiowinreg
Registry hive reader library implementing both async and regural parsing
Installing
Via pypi
pip install aiowinreg
Via git + pip
git clone https://github.com/skelsec/aiowinreg
cd aiowinreg
pip install .
Usage
This module is intended to be used as a library, however installing it provides a command line tool awinreg
which can be used to traverse/read Windows hive files
Tests
Tests are included in the ./test
folder with sample files from various Windows Server registry hives.