Changeset 408 for pwntcha/trunk/src/main.c
- Timestamp:
- Jan 4, 2005, 1:08:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pwntcha/trunk/src/main.c
r402 r408 135 135 if(img->width == 320 && img->height == 50) 136 136 { 137 dprintf("autodetect ingphpBB captcha\n");137 dprintf("autodetected phpBB captcha\n"); 138 138 result = decode_phpbb(img); 139 139 } … … 141 141 && count < 10) 142 142 { 143 dprintf("autodetect ingscode captcha\n");143 dprintf("autodetected scode captcha\n"); 144 144 result = decode_scode(img); 145 145 } 146 146 else if(img->height == 69) 147 147 { 148 dprintf("autodetect ingslashdot captcha\n");148 dprintf("autodetected slashdot captcha\n"); 149 149 result = decode_slashdot(img); 150 150 }
Note: See TracChangeset
for help on using the changeset viewer.