Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A collection of python scripts to work with Windows Hives.

NotificationsYou must be signed in to change notification settings

p0dalirius/hivetools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A collection of python scripts to work with Windows Hives.
GitHub release (latest by date)YouTube Channel Subscribers

Installation of dependencies

Via python venv (on Ubuntu, you might needsudo apt install python3-venv first)

python3 -m venv ~/venv_hivesource ~/venv_hive/bin/activatepython3 -m pip install --upgrade pippython3 -m pip install python-registrypython3 -m pip install rich

Examples

  • Get a specific key in a hive:

    ./hive-get-keys.py -H ./examples/hives/SAM -k 'SAM\Domains\Builtin\Aliases\Members\S-1-5-21-877132822-430060850-1589397531\000001F4\(default)'
  • Exporting a hive to JSON:

    ./hive-to-json.py --hive ./examples/hives/SYSTEM -o ./examples/json/SYSTEM.json

Contributing

Pull requests are welcome. Feel free to open an issue if you want to add other features.

References

About

A collection of python scripts to work with Windows Hives.

Topics

Resources

Stars

Watchers

Forks

Sponsor this project

  •  

Contributors3

  •  
  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp