From: Jens Steube Date: Wed, 27 Jan 2016 17:43:18 +0000 (+0100) Subject: Merge pull request #167 from gm4tr1x/issue84 X-Git-Tag: v3.00-beta~455 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=cae457df0c1e81aad2fe4d1fc3dfa886d1b6c761;p=hashcat.git Merge pull request #167 from gm4tr1x/issue84 Issue84 --- cae457df0c1e81aad2fe4d1fc3dfa886d1b6c761 diff --cc include/types.h index 4369935,cff1e02..ac7611a --- a/include/types.h +++ b/include/types.h @@@ -1029,34 -1029,39 +1029,40 @@@ typedef struc * attack specific */ - uint wordlist_mode; - uint hashlist_mode; - uint hashlist_format; + uint wordlist_mode; + uint hashlist_mode; + uint hashlist_format; + + uint attack_mode; + uint attack_kern; + uint attack_exec; - uint attack_mode; - uint attack_kern; - uint attack_exec; + uint kernel_rules_cnt; - uint kernel_rules_cnt; - kernel_rule_t *kernel_rules_buf; + kernel_rule_t *kernel_rules_buf; - uint combs_mode; - uint combs_cnt; + uint combs_mode; + uint combs_cnt; - uint bfs_cnt; + uint bfs_cnt; - uint css_cnt; - cs_t *css_buf; + uint css_cnt; + cs_t *css_buf; - cs_t *root_css_buf; - cs_t *markov_css_buf; + cs_t *root_css_buf; + cs_t *markov_css_buf; - char *rule_buf_l; - char *rule_buf_r; - int rule_len_l; - int rule_len_r; + char *rule_buf_l; + char *rule_buf_r; + int rule_len_l; + int rule_len_r; + /** + * opencl + */ + + void *ocl; + /** * hardware watchdog */