1 | /* |
1 | /* |
2 | * this file is automatically generated from zipcrack.c, do NOT modify |
2 | * this file is automatically generated from zipcrack.c, do NOT modify |
3 | */ |
3 | */ |
4 | |
4 | |
5 | #if 0 |
5 | #if 0 |
6 | #elif defined(x__i386__) || defined(x__i386) || defined(xi386) |
6 | #elif defined(__i386__) || defined(__i386) || defined(i386) |
7 | # define ARCH_i386 1 |
7 | # define ARCH_i386 1 |
8 | # undef METHOD |
8 | # undef METHOD |
9 | # define METHOD 1 |
9 | # define METHOD 1 |
10 | # undef TARGET_CPU |
10 | # undef TARGET_CPU |
11 | # define TARGET_CPU 0 |
11 | # define TARGET_CPU 0 |
… | |
… | |
117 | |
117 | |
118 | int default_method = DEFAULT_METHOD; |
118 | int default_method = DEFAULT_METHOD; |
119 | |
119 | |
120 | method methods[] = { |
120 | method methods[] = { |
121 | #if 0 |
121 | #if 0 |
122 | #elif defined(x__i386__) || defined(x__i386) || defined(xi386) |
122 | #elif defined(__i386__) || defined(__i386) || defined(i386) |
123 | { "cpmask", init_cpmask, crack_cpmask, load_img }, |
123 | { "cpmask", init_cpmask, crack_cpmask, load_img }, |
124 | { "zip1, TARGET_CPU=0", METHOD1_init_crack_pw, METHOD1_crack_pw, load_zip }, |
124 | { "zip1, TARGET_CPU=0", METHOD1_init_crack_pw, METHOD1_crack_pw, load_zip }, |
125 | { "zip2, TARGET_CPU=0, USE_MULT_TAB", METHOD2_init_crack_pw, METHOD2_crack_pw, load_zip }, |
125 | { "zip2, TARGET_CPU=0, USE_MULT_TAB", METHOD2_init_crack_pw, METHOD2_crack_pw, load_zip }, |
126 | { "zip3, TARGET_CPU=5", METHOD3_init_crack_pw, METHOD3_crack_pw, load_zip }, |
126 | { "zip3, TARGET_CPU=5", METHOD3_init_crack_pw, METHOD3_crack_pw, load_zip }, |
127 | { "zip4, TARGET_CPU=5, USE_MULT_TAB", METHOD4_init_crack_pw, METHOD4_crack_pw, load_zip }, |
127 | { "zip4, TARGET_CPU=5, USE_MULT_TAB", METHOD4_init_crack_pw, METHOD4_crack_pw, load_zip }, |