From c6c816518c937907affd5d252fe995221ca04e9b Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Thu, 7 Apr 2022 19:59:11 +0200 Subject: [PATCH] Prepare hashcat option to be used as stock module marker --- include/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/types.h b/include/types.h index b502789af..d406cb111 100644 --- a/include/types.h +++ b/include/types.h @@ -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;