Changeset 480
- Timestamp:
- May 30, 2005, 3:49:55 PM (18 years ago)
- Location:
- pwntcha/trunk
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
pwntcha/trunk/configure.ac
r461 r480 7 7 AC_CANONICAL_SYSTEM 8 8 9 AM_INIT_AUTOMAKE(pwntcha, 0. 4)9 AM_INIT_AUTOMAKE(pwntcha, 0.5) 10 10 AM_CONFIG_HEADER(config.h) 11 11 -
pwntcha/trunk/src/Makefile.am
r477 r480 17 17 scode.c \ 18 18 slashdot.c \ 19 tickets.c \ 19 20 vbulletin.c \ 20 21 xanga.c \ -
pwntcha/trunk/src/main.c
r477 r480 207 207 result = decode_slashdot(img); 208 208 } 209 else if(img->width == 200 && img->height == 40) 210 { 211 dprintf("autodetected tickets.com captcha\n"); 212 result = decode_tickets(img); 213 } 209 214 else if(img->height == 61) 210 215 {
Note: See TracChangeset
for help on using the changeset viewer.