mirror of
https://github.com/hashcat/hashcat.git
synced 2024-10-31 20:48:57 +00:00
push back changes on changes.txt and status_codes.txt
This commit is contained in:
parent
f13948d14c
commit
e15df9dac9
@ -48,6 +48,7 @@
|
|||||||
- 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,6 +73,13 @@
|
|||||||
- 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
|
||||||
|
|
||||||
|
@ -2,9 +2,10 @@ status codes on exit:
|
|||||||
=====================
|
=====================
|
||||||
|
|
||||||
-10 = autotune failure
|
-10 = autotune failure
|
||||||
-8 = mixed backend errors (combo of -3, -4, -5, -6, -7 errors type)
|
-9 = mixed backend errors (combo of -3, -4, -5, -6, -7 errors type)
|
||||||
-7 = backend error: Invalid module_extra_buffer_size
|
-8 = backend error: Invalid module_extra_buffer_size
|
||||||
-6 = backend error: Too many compute units to keep minimum kernel accel limit
|
-7 = 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