Add extra_tuningdb_block, test mod_constrants [-1,-1]

This commit is contained in:
Michael Kruger
2021-08-02 14:43:22 +02:00
parent 3bb25edb58
commit 5c9be6c855
4 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ sub get_random_netntlmv1_salt
return $salt_buf;
}
sub module_constraints { [[32, 32], [-1, -1], [32, 32], [-1, -1], [-1, -1]] } # room for improvement in pure kernel mode
sub module_constraints { [[32, 32], [-1, -1], [-1, -1], [-1, -1], [-1, -1]] } # room for improvement in pure kernel mode
sub module_generate_hash
{
+1 -1
View File
@@ -12,7 +12,7 @@ use Digest::HMAC qw (hmac hmac_hex);
use Digest::MD5 qw (md5);
use Encode qw (encode);
sub module_constraints { [[32, 32], [32, 32], [32, 32], [0, 27], [-1, -1]] }
sub module_constraints { [[32, 32], [-1, -1], [-1, -1], [-1, -1], [-1, -1]] }
sub module_generate_hash
{