Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h4ms1k/samdump
https://github.com/h4ms1k/samdump
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/h4ms1k/samdump
- Owner: h4ms1k
- Created: 2021-03-16T08:52:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-16T09:01:02.000Z (over 3 years ago)
- Last Synced: 2024-08-05T17:27:59.486Z (4 months ago)
- Language: C++
- Size: 5.86 KB
- Stars: 19
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - h4ms1k/samdump - (C++)
README
# About
WinApi Dump SAM - SYSTEM - SECURITY registry keys for offline parsing and hash extraction.## Instructions
Compile and run `samdump.exe`:
```
samdump\x64\release> samdump.exe
```By default the output will be saved in the following files:
```
C:\ProgramData\sam.save - SAM
C:\ProgramData\system.save - SYSTEM
C:\ProgramData\security.save - SECURITY
```You can modify the file names by changing `samdump.cpp`.