Windows registry file reader


License
MIT
Install
pip install aiowinreg==0.0.1

Documentation

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.