mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-24 07:28:10 +00:00
Fix -m 8100 module_jit_build_options hook
This commit is contained in:
parent
88a051629c
commit
7804611e2f
@ -16,7 +16,7 @@ use List::Util 'shuffle';
|
||||
# allows require by filename
|
||||
use lib "$FindBin::Bin/test_modules";
|
||||
|
||||
my $IS_OPTIMIZED = 1;
|
||||
my $IS_OPTIMIZED = 0;
|
||||
|
||||
my $TYPES = [ 'single', 'passthrough', 'verify' ];
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
## License.....: MIT
|
||||
##
|
||||
|
||||
OPTS="--quiet --force --potfile-disable --runtime 400 --hwmon-disable -O"
|
||||
OPTS="--quiet --force --potfile-disable --runtime 400 --hwmon-disable"
|
||||
|
||||
TDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user