Reenable brain support by default

pull/1935/head
jsteube 5 years ago
parent 166f908241
commit d2d1278bf7

@ -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

@ -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;

Loading…
Cancel
Save