mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-23 23:19:09 +00:00
do not ignore keypress / status changes
This commit is contained in:
parent
f4a6585c58
commit
ffd90774fc
@ -18125,6 +18125,11 @@ int main (int argc, char **argv)
|
||||
* create cracker threads
|
||||
*/
|
||||
|
||||
if (data.devices_status == STATUS_STOP_AT_CHECKPOINT) check_checkpoint ();
|
||||
|
||||
if (data.devices_status == STATUS_ABORTED) break;
|
||||
if (data.devices_status == STATUS_QUIT) break;
|
||||
|
||||
data.devices_status = STATUS_RUNNING;
|
||||
|
||||
if (initial_restore_done == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user