1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-07-23 06:58:31 +00:00

Merge pull request #4275 from matrix/docs_status_code

Documents: Renamed status_code.txt in exit_status_code.txt and added device_status_code.txt
This commit is contained in:
Jens Steube 2025-07-06 21:50:04 +02:00 committed by GitHub
commit 13a9bb300f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 21 additions and 0 deletions

View File

@ -141,6 +141,7 @@
- Dependencies: Updated xxHash to 0.8.3 (commit 50f4226)
- Building: Support building windows binaries on macOS using MinGW
- Dependencies: Updated OpenCL-Headers to v2024.10.24 (commit 265df85)
- Documents: Renamed status_code.txt in exit_status_code.txt and added device_status_code.txt
- Documents: Updated BUILD.md and added BUILD_macOS.md (containing instructions for building windows binaries on macOS)
- HIP Backend: Avoid deprecated functions
- Modules: Added support for non-zero IVs for -m 6800 (Lastpass). Also added `tools/lastpass2hashcat.py`

View File

@ -0,0 +1,20 @@
Device Status Codes:
====================
0 = "Initializing"
1 = "Autotuning"
2 = "Selftest"
3 = "Running"
4 = "Paused"
5 = "Exhausted"
6 = "Cracked"
7 = "Aborted"
8 = "Quit"
9 = "Bypass"
10 = "Aborted (Checkpoint)"
11 = "Aborted (Runtime)"
12 = "Running (Checkpoint Quit requested)"
13 = "Error"
14 = "Aborted (Finish)"
15 = "Running (Quit after attack requested)"
16 = "Autodetect"