mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-25 16:08:39 +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
|
# allows require by filename
|
||||||
use lib "$FindBin::Bin/test_modules";
|
use lib "$FindBin::Bin/test_modules";
|
||||||
|
|
||||||
my $IS_OPTIMIZED = 1;
|
my $IS_OPTIMIZED = 0;
|
||||||
|
|
||||||
my $TYPES = [ 'single', 'passthrough', 'verify' ];
|
my $TYPES = [ 'single', 'passthrough', 'verify' ];
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
## License.....: MIT
|
## 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 )"
|
TDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user