Commit Graph

  • 4be2708381 ISO 14443 type B support for EPA functionality Frederik Möllers 2015-07-06 18:01:34 +02:00
  • bee99bbf90 Small spacing-related cleanups Frederik Möllers 2015-07-06 17:59:23 +02:00
  • 29b6cacc6f more verification on FDX-B tag demod - reduce... marshmellow42 2015-07-05 23:35:00 -04:00
  • 7ce6e2c0b5 add -ss to hf 14b raw for select of SRx chips marshmellow42 2015-07-03 23:15:08 -04:00
  • 146600578c fix my understanding of REQB vs WUPB marshmellow42 2015-07-03 22:35:03 -04:00
  • f3b83bee83 small fixes to 14b info, added 14b sim cmds marshmellow42 2015-07-02 15:04:09 -04:00
  • db2b81ba11 Merge branch 'master' into topaz pwpiwi 2015-07-01 08:17:00 +02:00
  • 6e6f1099c8 hf topaz reader: add support for dynamic lock areas pwpiwi 2015-07-01 07:12:10 +02:00
  • 5f605b8fc8 re-add piwi's trace memory fixes marshmellow42 2015-06-30 13:00:51 -04:00
  • 9d84e68964 fix 14b raw -s option, + get rid of... marshmellow42 2015-06-30 09:46:37 -04:00
  • 463871be6e Merge remote-tracking branch 'upstream/master' marshmellow42 2015-06-29 22:30:18 -04:00
  • 1c7d367e24 update comments and changelog marshmellow42 2015-06-29 21:41:48 -04:00
  • b8edab0f83 add -s to hf 14b raw to select a std 14b tag first marshmellow42 2015-06-29 21:33:10 -04:00
  • c3ebcce424 fixed output bug in sri4k info output. marshmellow42 2015-06-29 16:34:41 -04:00
  • 8e00825a34 fixed improper printBits usage. marshmellow42 2015-06-29 14:33:44 -04:00
  • 09ffd16ee2 - fix: ensure that FpgaDownloadAndGo() is always called before requesting any memory from BigBuf[]. This is required because FpgaDownloadAndGo() might allocate, use, and free most of BigBuf[] when decompressing FPGA configs. - cleanup: remove rests of deprecated "end of trace markers" (0x44) pwpiwi 2015-06-29 09:07:54 +02:00
  • a88c28271c Merge pull request #125 from pwpiwi/hf_mifare_fix pwpiwi 2015-06-29 07:50:52 +02:00
  • bf7ebb7b20 Merge remote-tracking branch 'upstream/master' into pm3+reveng marshmellow42 2015-06-29 00:06:59 -04:00
  • cc34cc7b56 add SRx tag lock bit to hf 14b info marshmellow42 2015-06-28 23:47:30 -04:00
  • 8a258b5880 re-order 14b reader/info functions to avoid warnings marshmellow42 2015-06-27 23:10:00 -04:00
  • 3e553c0817 Merge remote-tracking branch 'upstream/master' marshmellow42 2015-06-27 22:54:55 -04:00
  • b29d55f24b change lf config threshold, hf 14b reader, marshmellow42 2015-06-27 22:49:26 -04:00
  • 86ed606758 Merge pull request #122 from marshmellow42/master Martin Holst Swende 2015-06-27 21:51:23 +02:00
  • 377d692be1 fix compile error (issue #116): remove #include <time.h> in ARM sources pwpiwi 2015-06-25 16:58:54 +02:00
  • dc8ba239fb (implementing suggestion #94) hf mf mifare: gracefully exit if tag isn't vulnerable to this attack hf mf nested: dito pwpiwi 2015-06-24 07:48:36 +02:00
  • 7b242c1ca2 fix: fpga_compressor file size check - commit 61611f5 fixed the check in case of correct filesizes but fails in case of files which are too big to fit in fpga_config[] - fix exit codes and Makefile to handle errors correctly during make pwpiwi 2015-06-24 08:29:59 +02:00
  • 9152bda817 Merge remote-tracking branch 'upstream/master' marshmellow42 2015-06-24 19:56:15 -04:00
  • a94349fc47 Merge pull request #123 from frederikmoellers/master Martin Holst Swende 2015-06-24 18:31:44 +02:00
  • 61611f5b85 Fix comparison error in fpga_compress Frederik Möllers 2015-06-24 14:57:08 +02:00
  • 2da2e92837 Merge pull request #109 from pwpiwi/image_shrink pwpiwi 2015-06-24 07:47:45 +02:00
  • b7eddc14db update change log for adjusted 14b write cmd marshmellow42 2015-06-23 17:45:48 -04:00
  • ff4fdb321f add 14b info command marshmellow42 2015-06-23 17:41:24 -04:00
  • dd3d1b7012 Changelog Martin Holst Swende 2015-06-23 22:24:55 +02:00
  • 1e1de234ac Merge pull request #121 from frederikmoellers/master Martin Holst Swende 2015-06-23 22:23:08 +02:00
  • 623e9da448 Merge branch 'master' of github.com:Proxmark/proxmark3 Martin Holst Swende 2015-06-23 22:19:15 +02:00
  • b8d34d0598 Merge pull request #118 from marshmellow42/master Martin Holst Swende 2015-06-23 22:18:50 +02:00
  • 475aefa595 Updated changelog Martin Holst Swende 2015-06-23 22:12:03 +02:00
  • 2ec8773314 fix bug in pskdemod return value if no samples... marshmellow42 2015-06-23 12:16:23 -04:00
  • 01b7a6a898 Merge pull request #114 from pwpiwi/iso14443b_fix pwpiwi 2015-06-23 07:14:52 +02:00
  • 705bfa1058 fixing iso14443b (issue #103): - increased DMA_BUFFER_SIZE to avoid occasional circular buffer overflows. - minor code cleanups pwpiwi 2015-06-22 21:45:28 +02:00
  • 3bb07d96c8 Add PACE replay functionality Frederik Möllers 2015-06-22 14:20:13 +02:00
  • 467340996e fixing iso14443b (issue #103): - fix hf 14b snoop - fix hf 14b sim pwpiwi 2015-06-21 18:00:42 +02:00
  • 7c8b5e6811 comment fudan check possibilities marshmellow42 2015-06-20 21:33:42 -04:00
  • f4217d58b6 add ultralight compatible test marshmellow42 2015-06-18 17:19:43 -04:00
  • da586b1702 fixing iso14443b (issue #103): - revert removal of FPGA_HF_READER_RX_XCORR_848_KHZ. Need to be able to switch to 424kHz for ISO15693. pwpiwi 2015-06-18 15:30:56 +02:00
  • 9f9b6b7469 Merge pull request #120 from pwpiwi/fix_compile_errors pwpiwi 2015-06-18 11:38:58 +02:00
  • 50365fedcb fix issue #116: remove includes of stdio.h in armsrc pwpiwi 2015-06-18 11:33:53 +02:00
  • 132a02179c fixing iso 14443b (issue #103): - fix: treat empty commands as error - deleting dead code - rename USB-Commands (ISO14443 -> iso14443B) pwpiwi 2015-06-18 09:49:22 +02:00
  • d5875804a3 fixing iso14443b (issue #103): fix: don't waste time to calculate parity bits. Instead add void parity bits to trace and ignore them on client side pwpiwi 2015-06-18 07:56:08 +02:00
  • 51d4f6f114 fixing iso14443b (issue #103): - fix: IQ demodulator (FPGA) - fix: approximately align reader signal delay to tag response delay (FPGA) - fix: remove deprecated RSSI calculation to improve decoder speed (iso14443b.c) - fix: better approximation of signal amplitude to avoid false carrier detection (iso14443b.c) - fix: remove initial power off in iso14443b raw command (iso14443b.c) - add: enable tracing for iso14443b raw command (iso14443b.c) - fix: client crashed when checking CRC for incomplete responses (iso14433b.c) - speeding up snoop to avoid circular buffer overflow - added some comments for better documentation - rename functions (iso14443 -> iso14443b) - remove unused code in hi_read_rx_xcorr.v pwpiwi 2015-06-12 07:43:00 +02:00
  • c3dca45114 reveng - add some common use examples to -h help marshmellow42 2015-06-16 23:10:54 -04:00
  • eb17726afa remove unused "width" marshmellow42 2015-06-15 22:40:30 -04:00
  • 6ac4cb270a minor fixes marshmellow42 2015-06-15 00:44:57 -04:00
  • 954767dd95 added iceman1001 s latest reveng script version marshmellow42 2015-06-15 00:23:58 -04:00
  • d679c29a4f @iceman1001 s compiler warning adjustment marshmellow42 2015-06-15 00:22:49 -04:00
  • b43607e995 add reveng compile directory marshmellow42 2015-06-15 00:09:28 -04:00
  • cf9aa77db0 remove commented out code from testing marshmellow42 2015-06-15 00:03:16 -04:00
  • ddcb2bb5ca Merge pull request #6 from marshmellow42/master marshmellow42 2015-06-14 18:12:16 -04:00
  • 9c823c1c87 comment change in config.h marshmellow42 2015-06-14 17:48:06 -04:00
  • 26fbe1fbd9 Merge pull request #117 from marshmellow42/master Martin Holst Swende 2015-06-14 19:32:36 +02:00
  • fd227f4e7d add comment marshmellow42 2015-06-14 11:11:00 -04:00
  • c7d6721290 bug fix. askdemod edits invert pointer, cannot be 0 marshmellow42 2015-06-14 10:54:55 -04:00
  • 0f5b97d92c Merge pull request #115 from marshmellow42/master Martin Holst Swende 2015-06-14 09:02:13 +02:00
  • 4a3f1a3793 revert t55xx start gap and write timing changes marshmellow42 2015-06-11 23:52:40 -04:00
  • 330f65fbaf undo ARC rename, bug was fixed in scripting.c earlier marshmellow42 2015-06-11 23:09:15 -04:00
  • 5afe9838eb fix reveng CRC-16 bug marshmellow42 2015-06-10 11:01:01 -04:00
  • d2219cae51 reveng -g (model search given just hexstr with crc) marshmellow42 2015-06-10 01:33:37 -04:00
  • 53ee28cb3a reveng- iceman1001 s scripting updates marshmellow42 2015-06-09 21:21:51 -04:00
  • 2e16354693 fix reveng memory bug + @iceman1001 s scripting marshmellow42 2015-06-09 13:40:01 -04:00
  • 7a23fca13a reveng RunModel - add endian switches marshmellow42 2015-06-08 23:14:11 -04:00
  • 37f4270a24 reveng add api RunModel marshmellow42 2015-06-08 21:22:18 -04:00
  • 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