1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-08-05 05:15:20 +00:00

Adding RULE_OP_MANGLE_NUM_INCR to types.h

This commit is contained in:
Arseniy Sharoglazov 2023-08-21 01:05:15 +03:00
parent 1fe55066e0
commit e0675f2425

View File

@ -366,6 +366,7 @@ typedef enum rule_functions
RULE_OP_MANGLE_DUPEBLOCK_FIRST = 'y',
RULE_OP_MANGLE_DUPEBLOCK_LAST = 'Y',
RULE_OP_MANGLE_TITLE = 'E',
RULE_OP_MANGLE_NUM_INCR = '#',
} rule_functions_t;