Commit Graph

  • e3e96e56df client/Makefile: Typo for Darwin izsh@fail0verflow.com 2010-02-24 20:33:55 +00:00
  • f1d7d57428 COMPILING: move to COMPILING.txt. izsh@fail0verflow.com 2010-02-24 19:49:16 +00:00
  • 8691f5b7bb Fix QT compilation for Windows/MinGW and update the compilation instructions accordingly. izsh@fail0verflow.com 2010-02-24 19:33:29 +00:00
  • 9cc7c4b4d1 client/COMPILING: move to /COMPILING and add instructions to be able to compile the firmware as well. izsh@fail0verflow.com 2010-02-23 22:10:35 +00:00
  • 13bb3b4b11 client/COMPILING: Simplify dev. environment initial setup for Windows (WORK STILL IN PROGRESS) izsh@fail0verflow.com 2010-02-23 20:55:35 +00:00
  • 913d23c661 client/cmdlfem4x.c: Fix a warning about probable uninitialized variable with gcc 4.4 izsh@fail0verflow.com 2010-02-23 20:52:50 +00:00
  • ba06a4b694 setting svn:eol-style=native on files, part 3 (should be done now, sorry) bushing 2010-02-22 19:29:05 +00:00
  • a459118217 setting svn:eol-style=native on files, part 2 bushing 2010-02-22 19:25:02 +00:00
  • 770f73457a setting svn:eol-style=native on files, part 1 (see http://svnbook.red-bean.com/en/1.4/svn.advanced.props.file-portability.html) bushing 2010-02-22 19:18:49 +00:00
  • 30351384b6 correct paths for devkitPro Linux development environment adam@algroup.co.uk 2010-02-22 12:36:42 +00:00
  • 7b93d91671 Updated missing lib in ProxSpace d18c7db 2010-02-22 03:54:44 +00:00
  • 72de52ee7b Updates for new MinGW ProxSpace environment d18c7db 2010-02-22 01:56:15 +00:00
  • fddf220a8b Add -O3 on the client's side and fix yielding warnings izsh@fail0verflow.com 2010-02-21 20:01:56 +00:00
  • 6620e46b00 Ooops, we forgot a few details izsh@fail0verflow.com 2010-02-21 19:58:32 +00:00
  • 4fc25350c2 Add HACKING.txt with coding style guidelines marcansoft 2010-02-21 19:16:36 +00:00
  • afb8304a7b make a start on updating the main README adam@algroup.co.uk 2010-02-21 10:23:05 +00:00
  • 428ee1df57 Updated COMPILING d18c7db 2010-02-21 07:45:59 +00:00
  • b97a3d994b Windows specific instructions regarding the compile environment. d18c7db 2010-02-21 06:54:43 +00:00
  • 62b1302c97 client/Makefile: Cosmestic changes. izsh@fail0verflow.com 2010-02-21 01:07:11 +00:00
  • a553f26748 Add License/Copyright headers/notices. Please add your own copyright notice if you have made any nontrivial changes or additions to the code. There are several files without any attribution, currently. izsh@fail0verflow.com 2010-02-21 00:47:22 +00:00
  • 46cd40465a /client/Makefile: Output object files to the obj subdir. izsh@fail0verflow.com 2010-02-21 00:16:42 +00:00
  • c1bd1140c4 Some random cleanup marcansoft 2010-02-21 00:13:08 +00:00
  • bd20f8f478 Add license headers to armsrc/bootrom/common stuff marcansoft 2010-02-21 00:12:52 +00:00
  • 9ab7a6c755 Split str* and mem* into string.[ch] marcansoft 2010-02-21 00:10:28 +00:00
  • 4cd41f34ea Removing windows specific code. Everything now compile and work the same for the three OS izsh@fail0verflow.com 2010-02-20 23:35:09 +00:00
  • f7e3ed8287 Clean up data types, some header cleanup, etc. marcansoft 2010-02-20 22:51:00 +00:00
  • 8419248d2d More CRLF -> LF conversion marcansoft 2010-02-20 22:50:30 +00:00
  • e30c654b19 More en masse cleanup (whitespace/newlines/headers/etc) marcansoft 2010-02-20 21:57:20 +00:00
  • 49b35ff9c2 More CRLF -> LF marcansoft 2010-02-20 21:56:46 +00:00
  • fdcc61d318 More CRLF -> LF cleanup marcansoft 2010-02-20 21:56:33 +00:00
  • c062856a74 But let people override CROSS if they reall want to ;) marcansoft 2010-02-20 21:32:09 +00:00
  • 272e55ca64 Switch compiler to arm-eabi instead of arm-elf marcansoft 2010-02-20 21:28:29 +00:00
  • 15c4dc5ace Clean up line endings, switch everything to LF instead of CRLF marcansoft 2010-02-20 21:24:25 +00:00
  • 72c4af087f Add obj/.dummy for clients that don't track empty dirs marcansoft 2010-02-20 21:20:47 +00:00
  • 5e174a511b marcan's patch until he gets commit access. Remove C library's includes from the firmware side since it's not available anyway and not used izsh@fail0verflow.com 2010-02-20 03:07:55 +00:00
  • cbb03be993 Oops forgot a file izsh@fail0verflow.com 2010-02-20 00:38:24 +00:00
  • 91c38cf715 Fix windows compilation issues. But still not final. We should move to pthread and factorize the code with *nix). Ideally we should move to libusb-1.0 too. izsh@fail0verflow.com 2010-02-20 00:36:48 +00:00
  • 3ec3a4724e Removed hackish usb.h file, re-added Info.plist d18c7db 2010-02-19 23:24:49 +00:00
  • baf39b0f16 Not a source code file d18c7db 2010-02-18 08:32:41 +00:00
  • 23c1df52b0 Tweak JTAG config file d18c7db 2010-02-18 08:29:03 +00:00
  • 393c3ef933 Attempt at getting the windows client to at least compile without bombing out with errors, may not be fully usable, e.g. plot window doesn't come up, etc d18c7db 2010-02-18 08:24:26 +00:00
  • fffad860fc fix output inversion in mandemod adam@algroup.co.uk 2010-02-15 21:15:52 +00:00
  • dbf444a179 missing parameter in 'threshold' command help adam@algroup.co.uk 2010-02-08 22:02:18 +00:00
  • 33984c6a82 fix 'data load' filename pointer adam@algroup.co.uk 2010-02-08 17:37:02 +00:00
  • 8381984556 Cosmetic changes, replace mismatched indentation izsh@fail0verflow.com 2010-02-08 11:58:40 +00:00
  • 5d5311a223 command parser shortcuts e.g. 'd p' will call 'data plot' (from rumpeltux) adam@algroup.co.uk 2010-02-08 09:23:39 +00:00
  • da17fa0ebc Added some Eclipse files (.settings .cproject .project) to svn ignore d18c7db 2010-02-08 03:31:08 +00:00
  • 590f8ff949 get rid of implicit declaration warnings adam@algroup.co.uk 2010-02-07 00:31:32 +00:00
  • 5a956258d3 alphabet ;) izsh@fail0verflow.com 2010-02-06 18:24:22 +00:00
  • 26aa7d73ad damn that alphabet! adam@algroup.co.uk 2010-02-06 18:11:49 +00:00
  • 8d183c53b6 merge 'lfsamples' and 'hfsamples' into 'samples' adam@algroup.co.uk 2010-02-06 18:06:31 +00:00
  • ab2fd3d68b streamline CmdEM410xWatch adam@algroup.co.uk 2010-02-06 18:05:05 +00:00
  • 4c8db262c0 usability hint adam@algroup.co.uk 2010-02-06 15:50:20 +00:00
  • b279e3efc1 more helpful error message (from Sourcerer) adam@algroup.co.uk 2010-02-06 09:54:38 +00:00
  • a2b1414f43 Andreas fix for LEGIC MIM1024 adam@algroup.co.uk 2010-02-06 09:43:33 +00:00
  • 83a9b236fe fix warning: implicit declaration of function ‘exit’ adam@algroup.co.uk 2010-02-06 09:33:17 +00:00
  • 313322658c FIXME: will crash if sample buffer does not contain valid legic data (fixed by Sourcerer) adam@algroup.co.uk 2010-02-05 20:08:02 +00:00
  • 41dab15305 Alphabetical order ;) And cosmetic changes (remove duplicated includes) izsh.f0f 2010-02-05 17:16:14 +00:00
  • 669c1b80c5 add LEGIC decoder (submitted by Sourcerer, untested by me) adam@algroup.co.uk 2010-02-05 13:56:33 +00:00
  • 535b5a59bd Change -std=c99 to -std=gnu99 to be able to compile libusb-0.1.* which uses u_int*_t and PATH_MAX izsh.f0f 2010-02-05 11:16:07 +00:00
  • c59c3405ec wun day i'll lern my alfabet adam@algroup.co.uk 2010-02-05 08:29:09 +00:00
  • 8e220a9126 put legic back in the system and add rumpletux's fast legic / prng code from forum adam@algroup.co.uk 2010-02-05 08:18:02 +00:00
  • 040a7baad0 client/cmdparser.c: Cosmetic changes. client/cmdlf.c: Add missing include for "WaitForResponse". izsh.f0f 2010-02-05 01:06:53 +00:00
  • 37239a7c4b differentiate commands and sub-menus in help adam@algroup.co.uk 2010-02-05 00:17:38 +00:00
  • 502def6d63 oops. in the spirit of cleaner code, don't do stuff twice! adam@algroup.co.uk 2010-02-04 23:31:23 +00:00
  • bdd1de1b02 make LF sampling ACK to fix USB timing issue in em410xwatch adam@algroup.co.uk 2010-02-04 23:15:53 +00:00
  • c37d2e7078 make parser slightly more user friendly (default to 'help') adam@algroup.co.uk 2010-02-04 22:51:02 +00:00
  • 92e592ce71 Limit DbpString size to the buffer size, patch by Andreas from proxmark forums henryk@ploetzli.ch 2010-02-04 02:49:21 +00:00
  • 7fe9b0b742 Client cleanup and restructuring. Stage 1... Next Step is refactoring some of the giant functions which are just copy/paste of some other ones with just a few line changes, removing unnecessary 'goto' etc. izsh.f0f 2010-02-04 01:27:07 +00:00
  • 6982ac2612 fix USB send data timing issue in CMD_DOWNLOADED_SIM_SAMPLES_125K adam@algroup.co.uk 2010-01-29 09:28:47 +00:00
  • 13a79da4e9 add 'losimman' command - simulate arbitrary Manchester encoded LF tags adam@algroup.co.uk 2010-01-28 11:49:05 +00:00
  • cef938d883 fix a stack overflow in the flasher routine (my bad) bushing 2010-01-27 09:25:37 +00:00
  • 70b1a68543 use elf targets for flashing adam@algroup.co.uk 2010-01-21 15:51:24 +00:00
  • 4fdefea801 Automatically enter bootrom when OS image doesn't appear to be proper henryk@ploetzli.ch 2010-01-16 06:10:04 +00:00
  • 044a375b95 Added offset feature to hexsamples command daniel.boteanu 2010-01-14 23:11:31 +00:00
  • 815f3f2559 Decreased BigBuff mem, some elf flasher fixes (needs more work) but flashing correctly currently. d18c7db 2010-01-10 03:57:41 +00:00
  • 8caef54055 Increased buffer sizes for hi14snoop. Added blinking LED for feedback daniel.boteanu 2010-01-09 15:30:47 +00:00
  • d724614963 Trim long debug string message in hitune daniel.boteanu 2010-01-09 15:13:49 +00:00
  • 1eb7596aad Added hitune command for continuously measuring HF antenna tuning daniel.boteanu 2010-01-09 14:59:42 +00:00
  • 8b576d2d31 first attempt at grouping commands into categories based on what I think they do I could really use some help here, since I don't actually understand what every command does :( bushing 2010-01-07 04:39:12 +00:00
  • 107ec6e4b5 fix broken formatting in command table bushing 2010-01-07 04:09:27 +00:00
  • 3210b50ec6 enable indalademod and vchipdemod in offline mode bushing 2010-01-07 04:06:42 +00:00
  • b961ef035a client/elf.h: Add missing Elf32_Phdr struct to compile under Mac OS X. client/flash.h: Add missing header ifndef. izsh.f0f 2010-01-05 12:32:44 +00:00
  • 2cab856f9f removed support for s19 files in the flasher and replaced it with elf parsing. can we stop specifying the "partition" yet? bushing 2010-01-05 00:02:12 +00:00
  • 6e4d4ee609 refactor flashing code into flash.h, so we can share it between platforms bushing 2010-01-04 05:11:08 +00:00
  • 204c85958c moar svn ignore crap bushing 2010-01-04 04:18:40 +00:00
  • 8d436e81af set svn:ignore bushing 2010-01-04 04:13:39 +00:00
  • 1e1b303093 Fixed some compile warnings in client, minor tidy up with some dbprintf statements d18c7db 2010-01-04 03:08:45 +00:00
  • 709a8d3ff0 replaced obsolete config options with current d18c7db 2010-01-02 20:47:53 +00:00
  • 850427c8a9 switch away entirely from using DbpInteger to Dbprintf bushing 2010-01-02 00:34:43 +00:00
  • a9bc033bdd create Dbprintf convenience function bushing 2010-01-01 23:36:17 +00:00
  • 4ab6281664 Make the bootrom correctly nack in case of flash write error (e.g. due to lock bits) henryk@ploetzli.ch 2010-01-01 14:56:25 +00:00
  • 0d974852ce ARM code cleanup (lfops) bushing 2009-12-30 02:52:33 +00:00
  • 6f5cb60c46 Add printf, and start transitioning away from DbpInteger bushing 2009-12-30 02:18:25 +00:00
  • f39c4119e0 Fix QT CXXFLAGS/LDFLAGS bushing 2009-12-30 00:49:27 +00:00
  • 6c5ad03860 mifare usb update roel@libnfc.org 2009-12-30 00:18:35 +00:00
  • 93f5759045 mifare tools update roel@libnfc.org 2009-12-30 00:12:17 +00:00
  • 32cfae439e mifare firmware update roel@libnfc.org 2009-12-30 00:11:50 +00:00
  • fa03a110e9 mifare client update roel@libnfc.org 2009-12-30 00:11:23 +00:00
  • 2561caa24c Implement card reading with a few simple fixed obfuscation strings henryk@ploetzli.ch 2009-12-28 18:19:00 +00:00