hashcat/hashcat-utils

MAX_CPU_RULES and MAX_GPU_RULES are not correct (anymore)

philsmd opened this issue · 0 comments

A recent fix in oclHashcat changed the number of accepted gpu rules to 15 (see hashcat/hashcat@f230ed7 , it was incorrectly limited to 14), furthermore from the types.h file in oclHashcat (https://github.com/hashcat/oclHashcat/blob/master/include/types.h#L664) we can see that the value for cpu rules is currently limited to 256 -1.

I will provide a fix soon.
Thx