1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 20:39:17 +00:00

No need for handling OPTS_TYPE_PT_ADD80 and OPTS_TYPE_PT_ADD01 in non-optimized combinator mode

This commit is contained in:
jsteube 2017-08-01 12:12:24 +02:00
parent d573a73072
commit 6379e76bc8

View File

@ -2190,6 +2190,7 @@ int run_cracker (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_param, co
uppercase (ptr, line_len);
}
/*
if (combinator_ctx->combs_mode == COMBINATOR_MODE_BASE_LEFT)
{
if (hashconfig->opts_type & OPTS_TYPE_PT_ADD80)
@ -2202,6 +2203,7 @@ int run_cracker (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_param, co
ptr[line_len] = 0x01;
}
}
*/
device_param->combs_buf[i].pw_len = line_len;