1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-13 19:28:56 +00:00

Reenable brain support by default

This commit is contained in:
jsteube 2019-02-26 15:26:10 +01:00
parent 166f908241
commit d2d1278bf7
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ SHARED := 0
DEBUG := 0
PRODUCTION := 0
PRODUCTION_VERSION := v5.1.0
ENABLE_BRAIN := 0
ENABLE_BRAIN := 1
USE_SYSTEM_LZMA := 0
USE_SYSTEM_OPENCL := 0
USE_SYSTEM_XXHASH := 0

View File

@ -148,6 +148,7 @@ u32 brain_compute_session (hashcat_ctx_t *hashcat_ctx)
u32 brain_compute_attack (hashcat_ctx_t *hashcat_ctx)
{
const combinator_ctx_t *combinator_ctx = hashcat_ctx->combinator_ctx;
const hashconfig_t *hashconfig = hashcat_ctx->hashconfig;
const mask_ctx_t *mask_ctx = hashcat_ctx->mask_ctx;
const straight_ctx_t *straight_ctx = hashcat_ctx->straight_ctx;
const user_options_t *user_options = hashcat_ctx->user_options;