mirror of
https://github.com/hashcat/hashcat.git
synced 2025-08-02 11:58:26 +00:00
Fix module_hash_binary_parse check
This commit is contained in:
parent
c3c665a338
commit
91fc5286fa
@ -873,7 +873,7 @@ int hashes_init_stage1 (hashcat_ctx_t *hashcat_ctx)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (module_ctx->module_hash_binary_parse)
|
if (module_ctx->module_hash_binary_parse != MODULE_DEFAULT)
|
||||||
{
|
{
|
||||||
const int hashes_parsed = module_ctx->module_hash_binary_parse (hashconfig, user_options, user_options_extra, hashes);
|
const int hashes_parsed = module_ctx->module_hash_binary_parse (hashconfig, user_options, user_options_extra, hashes);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user