mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-23 07:08:19 +00:00
restore changes.txt and status_codes.txt
This commit is contained in:
parent
0525f434e8
commit
9066a714a0
@ -48,7 +48,6 @@
|
|||||||
- Hash-Mode 7500: set native_threads to 32 with Apple GPU's
|
- Hash-Mode 7500: set native_threads to 32 with Apple GPU's
|
||||||
- Hash-Mode 10500: set native_threads to 32 with Apple GPU's
|
- Hash-Mode 10500: set native_threads to 32 with Apple GPU's
|
||||||
- Hash-Mode 13100: set native_threads to 32 with Apple GPU's
|
- Hash-Mode 13100: set native_threads to 32 with Apple GPU's
|
||||||
- Fixed bug on benchmark engine, avoid skipping all devices in case of "kernel create error" in one of them
|
|
||||||
|
|
||||||
##
|
##
|
||||||
## Technical
|
## Technical
|
||||||
@ -72,13 +71,6 @@
|
|||||||
- Unit tests: added -r (--runtime) option
|
- Unit tests: added -r (--runtime) option
|
||||||
- Unit tests: handle negative status code, skip deprecated hash-types, skip hash-types with known perl modules issues, updated output
|
- Unit tests: handle negative status code, skip deprecated hash-types, skip hash-types with known perl modules issues, updated output
|
||||||
- Hash Info: show more information (Updated Hash-Format. Added Autodetect, Self-Test, Potfile and Plaintext encoding)
|
- Hash Info: show more information (Updated Hash-Format. Added Autodetect, Self-Test, Potfile and Plaintext encoding)
|
||||||
- Status code: updated negative status code (added kernel create failure and resync)
|
|
||||||
|
|
||||||
##
|
|
||||||
## Improvements
|
|
||||||
##
|
|
||||||
|
|
||||||
- OpenCL Runtime: Add some unstable warnings detected on macOS
|
|
||||||
|
|
||||||
* changes v6.2.4 -> v6.2.5
|
* changes v6.2.4 -> v6.2.5
|
||||||
|
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
status codes on exit:
|
status codes on exit:
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
-9 = mixed backend errors (combo of -3, -4, -5, -6, -7 errors type)
|
-8 = mixed backend errors (combo of -3, -4, -5, -6, -7 errors type)
|
||||||
-8 = backend error: Invalid module_extra_buffer_size
|
-7 = backend error: Invalid module_extra_buffer_size
|
||||||
-7 = backend error: Too many compute units to keep minimum kernel accel limit
|
-6 = backend error: Too many compute units to keep minimum kernel accel limit
|
||||||
-6 = backend error: kernel create error
|
|
||||||
-5 = backend error: main kernel build error
|
-5 = backend error: main kernel build error
|
||||||
-4 = backend error: memory hit
|
-4 = backend error: memory hit
|
||||||
-3 = backend error: skipping hash-type due to module_unstable_warning settings
|
-3 = backend error: skipping hash-type due to module_unstable_warning settings
|
||||||
|
Loading…
Reference in New Issue
Block a user