File | Date | Author | Commit |
---|---|---|---|
.idea | 2024-11-18 |
![]() |
[96f9b6] initial commit |
CustomLibs | 2024-11-21 |
![]() |
[eacb27] settings update |
assets | 2024-11-18 |
![]() |
[96f9b6] initial commit |
user_controls | 2024-11-21 |
![]() |
[eacb27] settings update |
views | 2024-11-21 |
![]() |
[eacb27] settings update |
.gitignore | 2024-11-18 |
![]() |
[96f9b6] initial commit |
README.md | 2024-11-18 |
![]() |
[06f407] Update README.md |
generated-7e8cfd28ebaf317b565af8bd8185c85400d9766a3d4e87383740fbf8aa67c2af.ico | 2024-11-18 |
![]() |
[96f9b6] initial commit |
main.py | 2024-11-21 |
![]() |
[eacb27] settings update |
requirements.txt | 2024-11-18 |
![]() |
[96f9b6] initial commit |
This software, inspired by RegRipper, provides a way to intuitively extracting relevant information from the Windows registry. Each page provides an option to parse a specific registry file. Once you're on the page that corresponds to the registry file you want to parse, you'll have two options:
1) Select a drive
For this option you can select any drive connected to your computer, and the program will automatically search that drive for the specified registry file to parse the information for you.
2) Select a registry file
If you have already extracted the registry file you want to parse, then you can use this option to select that registry file directly.
From here, you will be able to select from the checkboxes available to extract whatever information you need.
Direct Executable Available on SourceForge: https://sourceforge.net/projects/regeasy/
Note:
The exe is falsely flagged as malware because for this program I used a python library called "Impacket". This library often gets falsely flagged as malware because of its use in networking and pen testing. The code is open source for transparency.