Commit Graph

  • 2d3c535ec9 fixed bug in util getpraram8 + reveng adjustments marshmellow42 2015-06-08 13:37:22 -04:00
  • 7e59994713 begin reveng add-ons for lua marshmellow42 2015-06-08 12:25:50 -04:00
  • 8e2e6c8eb0 add clock to ask rawdemod outputs marshmellow42 2015-06-07 00:42:57 -04:00
  • f46c366321 Fix reveng marshmellow42 2015-06-07 00:10:54 -04:00
  • fe81b47811 add reveng-1.30 marshmellow42 2015-06-06 01:09:54 -04:00
  • 07b5a3c3ba Modified kermit crc to use existing crc calc code marshmellow42 2015-06-05 22:39:56 -04:00
  • c2c7f6c271 fdx-b clean up marshmellow42 2015-06-04 13:10:33 -04:00
  • 6eaa8da9dc Add CCITT Kermit CRC check for FDX-B demod marshmellow42 2015-06-04 12:53:19 -04:00
  • cf4d3e21b0 add fdx-b to cmddata.h marshmellow42 2015-06-04 00:05:37 -04:00
  • ecfcb34cc5 add fdx-b to lf search marshmellow42 2015-06-04 00:04:49 -04:00
  • b2c330b367 bug fix - biphase invert + fdx-b adjustments marshmellow42 2015-06-03 23:59:22 -04:00
  • fd1d30cb76 addition animal tags demod info marshmellow42 2015-06-03 18:28:56 -04:00
  • 04bb05670d Testing animal tags marshmellow42 2015-06-03 16:52:20 -04:00
  • 09c66f1f09 fixing iso14443b (issue #103): fix timing issue (speeding up the decoders) pwpiwi 2015-06-03 13:28:28 +02:00
  • 5b95953d42 fixing iso14443b (issue #103): - most significant bit of tag data (which happens to be the sign bit) had been dropped when snooping (FPGA change) - avoid trying to decode both tag and reader data when snooping (we don't have the time to do so). pwpiwi 2015-06-02 22:27:14 +02:00
  • 67ac4bf75c fix issue #103: revert type change. Samples from FPGA are signed. Renamed iso14443.c to iso14443b.c pwpiwi 2015-06-02 07:22:23 +02:00
  • 01d5b635cf Merge pull request #113 from pwpiwi/iso14443b_fix pwpiwi 2015-06-01 20:02:40 +02:00
  • 6a2e5adffd Merge pull request #108 from p-l-/fix-hf-mf-csave Martin Holst Swende 2015-06-01 19:57:57 +02:00
  • daf8b85cda Merge pull request #111 from zhovner/master Martin Holst Swende 2015-06-01 19:56:50 +02:00
  • 0d9a86c724 Fix issue #103 (hopefully). Quite an old bug which was previously masked by a big DMA_BUFFER_SIZE. pwpiwi 2015-06-01 19:42:50 +02:00
  • 4a74e2be72 add my_d move lean identification. marshmellow42 2015-06-01 00:18:03 -04:00
  • be290d68bd new lua script from @iceman1001 + bug fix in hf mfu marshmellow42 2015-05-31 16:08:58 -04:00
  • 97a0f5f4aa fix format strings for nit picking compilers pwpiwi 2015-05-31 19:51:44 +02:00
  • 6cb08550c4 Merge pull request #112 from marshmellow42/master Martin Holst Swende 2015-05-31 13:08:36 +02:00
  • 1c4c0b0681 add @Iceman1001 s sha1 scripting changes. marshmellow42 2015-05-30 21:51:15 -04:00
  • dc20a1f639 Fix linking under linux. liblua requires libld on linux. pwpiwi 2015-05-29 18:14:36 +02:00
  • 185e038c7d fixed further typo in lf t5 wr help marshmellow42 2015-05-28 23:14:06 -04:00
  • 5b37e87a24 fix help typo marshmellow42 2015-05-28 22:52:41 -04:00
  • 979bba376d add offset option to data printdemodbuffer marshmellow42 2015-05-28 13:23:31 -04:00
  • fbd0526b34 delete (yet) unnecessary file client/cmdhftopaz.c pwpiwi 2015-05-28 02:55:57 +02:00
  • e35031d2b7 MFU code cleanup - final ? marshmellow42 2015-05-27 17:21:42 -04:00
  • 4973f23d3c clean up mfu device side code marshmellow42 2015-05-27 12:24:13 -04:00
  • 799b2e2e9d Compiling manual for MAC OS X Pavel Zhovner 2015-05-27 11:30:50 +03:00
  • be10fe2f11 update changelog marshmellow42 2015-05-27 00:32:01 -04:00
  • dcbaa2b582 @iceman1001 s lua script fix marshmellow42 2015-05-26 20:31:07 -04:00
  • 8e074056ac also delete *.bin and fpga_compressor when "make clean". Add target to make fpga_compressor when client is not yet compiled. Get version information and cache it when client starts (avoids clearing BigBuf when calling hw version). Add some comments and remove debugging printouts. Add version info and ChangeLog in modified zlib. pwpiwi 2015-05-26 07:37:50 +02:00
  • 22342f6dfe Add clearCommandBuffer before SendCommand marshmellow42 2015-05-26 10:40:23 -04:00
  • 4b3f6d79ea Add option -d (decompress) to fpga_compress. Allows testing. Improve zlib deflate (note: no change required to inflate). pwpiwi 2015-05-18 08:49:38 +02:00
  • 0fa01ec7da Compress the .data section as well (saves another 4KBytes and comes for free) zlib tuning: prevent fpga_compress from generating fixed code blocks armsrc/Makefile: replace osimage with fullimage pwpiwi 2015-05-08 08:17:40 +02:00
  • 28b9faccea Tailor zlib to our needs: - disable support for fixed code blocks. Saves 2KByte code tables in ARM Flash memory pwpiwi 2015-04-30 17:57:26 +02:00
  • fb22897415 fpga_compress: interleave (combine) fpga_lf.bit and fpga_hf.bit before compression. fpga_loader.c: change to unweave fpga_lf and fpga_hf accordingly prepare fpga_compress, fpga_loader and Makefile to handle more than two FPGA config files revert removal of fullimage Makefile target. Remove osimage instead. pwpiwi 2015-04-29 17:59:33 +02:00
  • f39198789b replaced gzip with an own compressor tool (fpga_compress.c, based on zlib) This allows to remove the gzip header support and the z_crc32.[ch] files (which saves more than 2KBytes of the ARM's flash memory) pwpiwi 2015-04-26 10:49:03 +02:00
  • 25056d8b47 Finish support for compressed FPGA images in fpgaloader.c - move zlib source files to separate directory zlib - rename zlib/crc32.[ch] to zlib/z_crc32.[ch] pwpiwi 2015-04-21 21:34:33 +02:00
  • add4d47046 add: compress fpga images during compile, uncompress at run time pwpiwi 2015-04-15 19:16:00 +02:00
  • e61530408c add: hw ver: show FPGA versions for both HF and LF FPGA configs add: hw ver: show used and free flash memory chg: prepare fpgaloader for compressed FPGA configs pwpiwi 2015-04-05 19:15:02 +02:00
  • 1d537ad65c Ported hf mf esave trick for unreadable UIDs to hf mf csave Pierre LALET 2015-05-25 11:47:27 +02:00
  • e406dd5cc9 Merge remote-tracking branch 'upstream/master' marshmellow42 2015-05-24 22:31:13 -04:00
  • 79d7bcbb51 updated mfu rdbl and wrbl commands marshmellow42 2015-05-24 22:28:21 -04:00
  • 96c4f5517e Merge pull request #107 from p-l-/fix-hfmf Martin Holst Swende 2015-05-24 23:10:21 +02:00
  • 292fe72535 Fix filenames for hf mf cload / csave Pierre LALET 2015-05-24 22:43:08 +02:00
  • cae00c59ff Merge pull request #106 from p-l-/fix-hfmfeload Martin Holst Swende 2015-05-24 21:32:11 +02:00
  • 0b14440dce Fix filenames for hf mf esave / eload Pierre LALET 2015-05-24 20:14:22 +02:00
  • f0eaac9aca Merge pull request #102 from marshmellow42/master Martin Holst Swende 2015-05-24 07:22:09 +02:00
  • 0ce03d9ab0 fix mfu dump getbigbuffer bug marshmellow42 2015-05-23 22:35:50 -04:00
  • 86724c17c9 Merge pull request #101 from marshmellow42/master Martin Holst Swende 2015-05-22 21:55:34 +02:00
  • 012c0761bd hf mfu minor output adjustments marshmellow42 2015-05-22 13:17:51 -04:00
  • 8f2e50b4c5 mfu info authkeyptr fix marshmellow42 2015-05-22 07:29:18 -04:00
  • 06561c34ef fix to dump cmd print keys. marshmellow42 2015-05-22 00:15:57 -04:00
  • efd193519c hf mfu bug fixes, and help text fixes marshmellow42 2015-05-21 11:17:01 -04:00
  • 1c429594a1 further mfu info updates marshmellow42 2015-05-20 16:47:40 -04:00
  • cd87ee9133 finish NTAG i2c +... marshmellow42 2015-05-20 15:42:58 -04:00
  • 46fcd738e0 finish NTAG i2c +... marshmellow42 2015-05-20 15:41:48 -04:00
  • 8241872c47 ULEV1_48 had the wrong max block marshmellow42 2015-05-20 14:22:26 -04:00
  • ea11861793 minor adjustments to hf mfu marshmellow42 2015-05-20 14:17:43 -04:00
  • c7442b7673 Add NTAG i2c and bug fix marshmellow42 2015-05-20 14:06:46 -04:00
  • a383f4b708 Add ntag 210, 212, 203 and bug fix marshmellow42 2015-05-20 11:27:44 -04:00
  • a98b05b71d missed file in previous commit... marshmellow42 2015-05-19 15:03:35 -04:00
  • d7acc6403e hf mfu dump - bigbuf allocation fix marshmellow42 2015-05-19 11:30:50 -04:00
  • 29250969b0 @iceman1001 s comments/updates mfu cmds marshmellow42 2015-05-18 22:07:11 -04:00
  • 9d87eb6650 MF ultralight code cleanup marshmellow42 2015-05-18 13:11:00 -04:00
  • 8258f40969 Iceman1001 s MFU clean up marshmellow42 2015-05-17 20:49:25 -04:00
  • cceabb79e6 mfu info / dump attempt at missing auths marshmellow42 2015-05-16 01:00:31 -04:00
  • ae8303c13c mfu dump - beginning of additions marshmellow42 2015-05-15 01:19:58 -04:00
  • 5b99376a8f hf mfu dump testing marshmellow42 2015-05-15 00:57:51 -04:00
  • 93737008ee @iceman1001 s default keys marshmellow42 2015-05-14 22:55:18 -04:00
  • 9ccfb3a8bc @iceman1001 's updated lualibs marshmellow42 2015-05-13 21:36:20 -04:00
  • ab7fdfcbed @iceman1001 updated scripts marshmellow42 2015-05-13 21:20:23 -04:00
  • d730878d8c scripting updates from @iceman1001 marshmellow42 2015-05-13 21:14:35 -04:00
  • 6fdf42c61c minor hf mfu info adjustment from @iceman1001 marshmellow42 2015-05-13 11:22:27 -04:00
  • e6432f0579 @iceman1001 s coverity scan fixes marshmellow42 2015-05-13 11:14:17 -04:00
  • 2b3af97df2 various bug fixes marshmellow42 2015-05-13 11:07:47 -04:00
  • a2e2bb8a15 hf mfu info - ICEMANS updates marshmellow42 2015-05-12 18:16:55 -04:00
  • 6ce0e5386a HF Search - refactoring cmds to work with it marshmellow42 2015-05-12 16:45:48 -04:00
  • 8ceb6b03e5 hf search - prelim - re-use hf mfu GetTagType... marshmellow42 2015-05-12 00:19:44 -04:00
  • 2be768af57 hf mfu info bugs marshmellow42 2015-05-11 18:22:50 -04:00
  • 4693c188ab minor hf mfu output consistancies marshmellow42 2015-05-11 16:25:11 -04:00
  • 345fb24aaa hf mfu info - ICEMANS bug fixes. marshmellow42 2015-05-11 15:56:12 -04:00
  • f04ef47311 hf mfu info bug fixes marshmellow42 2015-05-11 14:49:37 -04:00
  • f805ac7a2b minor adjustments to mfu info marshmellow42 2015-05-08 13:01:27 -04:00
  • c585a5cf0b further MFU info updates (mainly icemans) marshmellow42 2015-05-06 22:15:41 -04:00
  • 372a82570b MFU adj to allow 0 len returns on raw cmds marshmellow42 2015-05-06 10:17:39 -04:00
  • 45673b9457 MFU adjustment to allow 0 len returns from raw cmds marshmellow42 2015-05-06 10:16:31 -04:00
  • abab60ae21 MFU info adjustments marshmellow42 2015-05-06 09:27:03 -04:00
  • 75377d29d6 MFU - Icemans further improvements marshmellow42 2015-05-06 00:55:29 -04:00
  • 63e1d35a07 Merge remote-tracking branch 'upstream/master' marshmellow42 2015-05-03 23:31:58 -04:00
  • f9848fd647 MFU dump UL-C with key marshmellow42 2015-05-03 23:17:11 -04:00
  • 4b36037948 Fixes to issue #100 Martin Holst Swende 2015-05-03 22:09:52 +02:00
  • b3125340f3 Icemans UL-C Auth dev side fix plus a few other ... marshmellow42 2015-05-03 15:41:11 -04:00
  • 7eec1204e7 fix bug in mfu cauth marshmellow42 2015-04-30 10:34:20 -04:00
  • 92690507ab Iceman's updates to MFU info and dump marshmellow42 2015-04-30 09:28:43 -04:00