1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-22 14:48:12 +00:00

Prepare hashcat option to be used as stock module marker

This commit is contained in:
Jens Steube 2022-04-07 19:59:11 +02:00
parent c371caa1d5
commit c6c816518c

View File

@ -458,6 +458,7 @@ typedef enum opts_type
OPTS_TYPE_POST_AMP_UTF16LE = (1ULL << 55), // run the utf8 to utf16le conversion kernel after they have been processed from amplifiers
OPTS_TYPE_AUTODETECT_DISABLE
= (1ULL << 56), // skip autodetect engine
OPTS_TYPE_STOCK_MODULE = (1ULL << 57), // module included with hashcat default distribution
} opts_type_t;