Commit Graph

  • ec09716a65 CHG: removed some commented code. iceman1001 2015-03-30 16:32:04 +02:00
  • ba765c9edc CHG: minor correction to the em410xsim help text. iceman1001 2015-03-30 16:31:13 +02:00
  • 46c65fed6c CHG: adding some variable initalisation to the Uart. iceman1001 2015-03-30 16:29:30 +02:00
  • 7c99b4f782 CHG: Added the parameters -fdata-sections -ffunction-sections to common/Makefile.common for making the .elf filesize smaller. REF: https://github.com/Proxmark/proxmark3/issues/83 iceman1001 2015-03-30 16:27:07 +02:00
  • aa60d1560e NEW: HF MFU SETPWD - set password to a Ultralight C tag. NEW: HF MFU SETUID - set UID to a magic UL / UL-C tag. *not implemented* CHG: minor alignment for "Hf list" output. CHG: removed unneeded function parameters to the ultralight commands CHG: the const MAX_MIFARE_FRAME_SIZE is changed to MAX_FRAME_SIZE in the ultralight commands since the UL-Ev1 can have bigger frames than 18bytes. CHG: adding DES support for the Ultralight-c read commands on deviceside. iceman1001 2015-03-30 16:24:03 +02:00
  • 4076250660 CHG: minor fixes to some tnp luascripts ADD: a script to make a barebone clone for tnp3 on a chinese magic s50 generation 1 tag. iceman1001 2015-03-30 16:15:53 +02:00
  • 616970b3d1 Created a changelog, to be used in accordance with http://keepachangelog.com Martin Holst Swende 2015-03-30 07:51:45 +02:00
  • caaf9618ae Minor mod to 'hf iclass read', it now also reads and prints the configuration of the tag found Martin Holst Swende 2015-03-29 21:49:58 +02:00
  • 070e3c4305 Merge remote-tracking branch 'upstream/master' marshmellow42 2015-03-27 23:49:14 -04:00
  • f8f894a50f rawdemod param cleanup marshmellow42 2015-03-27 23:47:31 -04:00
  • 2eec55c8a4 lfdemods streamline & bug fixes marshmellow42 2015-03-27 00:02:30 -04:00
  • 337288f9ac Merge pull request #86 from marshmellow42/master Martin Holst Swende 2015-03-25 20:23:41 +01:00
  • e0165dcf3a Fixed indents to Tabs from Spaces marshmellow42 2015-03-25 14:24:36 -04:00
  • 062e28912c Merge pull request #84 from marshmellow42/master Martin Holst Swende 2015-03-25 11:10:51 +01:00
  • 327a690813 EM410x bug fix marshmellow42 2015-03-24 23:05:46 -04:00
  • c7d169ec02 clean up em410x output marshmellow42 2015-03-24 22:11:32 -04:00
  • 90677ad99b EM410x bug fix marshmellow42 2015-03-24 20:26:14 -04:00
  • 0ec548dc21 Merge branch 'master' of https://github.com/Proxmark/proxmark3 iceman1001 2015-03-24 11:45:31 +01:00
  • 90a8b82fb4 Merge pull request #82 from marshmellow42/master Martin Holst Swende 2015-03-24 11:10:16 +01:00
  • 9680b11d9e remove debugging print calls marshmellow42 2015-03-23 20:25:54 -04:00
  • 1fbf895616 lf updates marshmellow42 2015-03-23 16:29:50 -04:00
  • 754a35e72b ADD: added the ioprox checksum test to IOdemodFSK MENTIONED HERE: http://www.proxmark.org/forum/viewtopic.php?id=364&p=6 ADD: changed the layout of the HID descramble patterns a bit, and rearranged some hex/dec outputs. iceman1001 2015-03-23 17:11:45 +01:00
  • 13d77ef964 lf t5 read plus lf demod adjustments marshmellow42 2015-03-22 15:28:48 -04:00
  • 9552d5919b ADD: Added em410x de-scramble patterns: Paxton, Sebury, Pattern1. iceman1001 2015-03-20 11:48:47 +01:00
  • 6255c8b107 FIX: printEM410x - DEZ 10 was missing highest byte. ADD: printEM410x - Now prints DEZ 3.5B ADD: printEM410x - Now prints DEZ 3.5C iceman1001 2015-03-19 22:50:23 +01:00
  • d21e0f1ce0 ADD: Implemented DEZ-20/ZK for EM410x decoding. Thanks to Asper for docs. iceman1001 2015-03-19 22:20:35 +01:00
  • f1170fa79e ADD: "HF MFU CRDBL", Started to add the password for reading blocks. Wasn't used before :( iceman1001 2015-03-18 20:34:17 +01:00
  • 251d07dbfb ADD: cmdlf autocorrelations, also gives a hint to how many bytes the possible correlation is. CHG: "LF SEARCH 1 U" didn't work since the strcmp was too short. Increased length of check. FIX: @marshmellows fix for faulty em410xdecoding of length less than 64. iceman1001 2015-03-18 20:32:53 +01:00
  • b1db38e1b7 ADD: piwi's compiler flags -O2 iceman1001 2015-03-18 20:29:58 +01:00
  • 1c6490cddc FIX: test_t55x7_psk.lua now correctly handles bitrate/modulation/clockrate combinations for PSK1. Uncomment lines in main to test PSK2, PSK3. iceman1001 2015-03-18 20:29:18 +01:00
  • ca65d3af86 ADD: new tests for the T55XX commands. CHG: minor output messages in cmdlft55xx.c iceman1001 2015-03-18 17:32:43 +01:00
  • 78e875807f FIX: narrowed down the detect modulation even further. FIX: minor adjustment to t55xx inside of lfops.c when waiting for the antenna to settle. FIX: added the possiblity to use graphbuffer fpr LF T55XX DETECT/TRACE/INFO . iceman1001 2015-03-16 22:45:06 +01:00
  • a087e9cf40 Merge branch 'master' of https://github.com/Proxmark/proxmark3 iceman1001 2015-03-16 14:02:08 +01:00
  • 29a7954177 Merge pull request #80 from marshmellow42/master Martin Holst Swende 2015-03-16 14:03:48 +01:00
  • 2147c30778 FIX EM Error marshmellow42 2015-03-16 08:39:18 -04:00
  • 05446d5bc3 Merge branch 'master' of https://github.com/Proxmark/proxmark3 iceman1001 2015-03-16 13:13:18 +01:00
  • 595b623bf4 CHG: removed an extra space. iceman1001 2015-03-16 11:40:44 +01:00
  • 8713b64fdf CHG: @Marshmellow came up with some nifty nice ideas for the t55xx modulation detection, and some minor corrections regarding the enum, CHG: @Marshmellow added PSK1, PSK2, PSK3. Almost complete now. Waiting for Biphase. ADD: @Marshmellows lf- psk demod changes, CHG: In "lf t55xx info" the manufacturerer name is now identified and printed. CHG: In "lf t55xx info" the modell name is now identified and printed, however it can only identify two models presently. iceman1001 2015-03-16 11:39:31 +01:00
  • 2e7e107c82 Merge pull request #78 from marshmellow42/master Martin Holst Swende 2015-03-16 11:39:03 +01:00
  • b41534d142 adjust ask/biphase handling - more complete marshmellow42 2015-03-15 22:03:50 -04:00
  • 545158b398 FIX: lf t55xx config now handles offsets. FIX: lf t55xx trace now handles offsets. FIX: lf t55xx info now handles offsets. iceman1001 2015-03-15 21:36:38 +01:00
  • db69363840 ADD: started to add a offset possibility for the LF T55XX. iceman1001 2015-03-14 08:43:48 +01:00
  • 7a8a982bde adjust pskdemod marshmellow42 2015-03-13 20:49:34 -04:00
  • 2c5ed70651 CHG: minor output change, when printing found multiple modulations CHG: PSKDemod should be called like this according @Marshmellow iceman1001 2015-03-13 21:24:37 +01:00
  • 8a13121435 CHG: now with enums :) iceman1001 2015-03-13 21:02:04 +01:00
  • 710208245b ADD: printConfiguration method for a nice printout of the selected configuration. iceman1001 2015-03-13 19:12:11 +01:00
  • e74fc2ecba give credit where credit is due marshmellow42 2015-03-13 14:00:11 -04:00
  • 8e726f6c37 CHG: Removed an unneccesary parameter for "hf mf sim" iceman1001 2015-03-13 18:50:30 +01:00
  • d8c927bcec FIX: removed a debug statement FIX: initialisation of some variables is done correct. iceman1001 2015-03-13 18:49:43 +01:00
  • 7b40affb6f FIX: lf t55xx commands seem to work like they should. Detect now detects between FSK/ASK/NZ/PSK iceman1001 2015-03-13 17:36:40 +01:00
  • 9f7bbd24c9 data autocorr additions marshmellow42 2015-03-13 12:23:26 -04:00
  • 5279085ae7 Merge remote-tracking branch 'upstream/master' marshmellow42 2015-03-13 11:20:00 -04:00
  • d9d41e0f3f minor g-prox-ii demod fix marshmellow42 2015-03-13 11:18:55 -04:00
  • 73d04bb417 data psk demod minor fixes, pyramid demod add CS marshmellow42 2015-03-13 11:09:12 -04:00
  • 33add18764 CHG: rename of methods to follow naming convention CHG: LF T55XX CONFIG now defaults to ASK, non-inverse iceman1001 2015-03-13 10:05:37 +01:00
  • 108262a145 Merge branch 'master' of https://github.com/Proxmark/proxmark3 iceman1001 2015-03-13 09:22:12 +01:00
  • 4d60f1562f FIX: Marshmellow hinted that I should use another fskclock method, which obeys the verbose parameter. iceman1001 2015-03-13 09:00:04 +01:00
  • c387fd49a7 CHG: removed a loop after suggestions that it was unnecessary. iceman1001 2015-03-13 08:59:07 +01:00
  • 9185099ed8 Merge pull request #75 from pwpiwi/qtmakefile pwpiwi 2015-03-13 07:24:56 +01:00
  • 3e4811c8b7 FIX: adding a test to see if we managed to get the correct demodulation from an unknown t55x7 tag. By checking if the configuration data (page 0, block 0) has some settings that must be the same. think reserved 7bits, This is a trail and error approach. But together with setting a manual configuration to read a tag and this automatic verification it will help out alot I think. iceman1001 2015-03-12 23:04:02 +01:00
  • a8cd503dd5 FIX: @marshmellow found out that the CRC-8/Maxim was not always giving the right checksum. Change POLY from 0x31 -> 0x8C iceman1001 2015-03-12 20:33:36 +01:00
  • 118bfa1b1f ADD: LF T55XX CONFIG, is almost there, Usage: lf t55xx config [d <demodulation>] [i 1] Options: h This help d <FSK|ASK|PSK|NZ|BI> Set demodulation FSK / ASK / PSK / NZ / Biphase i [1] Inverse data signal, defaults to normal iceman1001 2015-03-12 19:44:07 +01:00
  • f2d46122d3 Merge branch 'master' of https://github.com/Proxmark/proxmark3 iceman1001 2015-03-12 19:01:09 +01:00
  • aaa9f05e31 Merge pull request #77 from Proxmark/usb_check Martin Holst Swende 2015-03-12 18:15:08 +01:00
  • f7048dc8a9 Implemented usb_poll() within LF sim. This means the LF sim will be aborted whenever something comes over the USB Martin Holst Swende 2015-03-12 16:32:01 +01:00
  • 83a42ef965 FIX: move and rename the CRC8Maxim method into crc.c iceman1001 2015-03-12 14:12:14 +01:00
  • 3d83b58b50 ADD: added a reference to a generic CRC-8 checksum algo in common/crc.c iceman1001 2015-03-12 10:10:22 +01:00
  • 5ff3c4017b add: a experimental lualib, unstable. fix: Introduced a wrong variable name due to "cut & paste" before, now fixed. iceman1001 2015-03-12 09:50:22 +01:00
  • 04a6113fb5 FIX: correct some lookups in tnp3dump.lua, tnp3sim.lua ADD: added optional parameter (-p) to tnp3dump.lua iceman1001 2015-03-12 09:46:28 +01:00
  • 963fa1c2b8 FIX: minor correction of the command description for HF 14A RAW. iceman1001 2015-03-11 22:43:49 +01:00
  • 96f39a47a9 Merge branch 'master' of https://github.com/Proxmark/proxmark3 iceman1001 2015-03-11 22:21:01 +01:00
  • 3ee8c808c4 ADD: added a CRC64_ECMA implementation iceman1001 2015-03-11 22:06:23 +01:00
  • 04bc1c660b fix: hf 14a raw was broken (see http://www.proxmark.org/forum/viewtopic.php?id=2351) pwpiwi 2015-03-11 20:17:24 +01:00
  • 8c04722db6 (issue #47) use Qt5 includes and libraries, if present pwpiwi 2015-03-10 19:00:39 +01:00
  • 12d708fec1 Merge branch 'master' of https://github.com/Proxmark/proxmark3 iceman1001 2015-03-10 09:18:35 +01:00
  • 58e93ff593 Merge pull request #74 from marshmellow42/master Martin Holst Swende 2015-03-10 00:25:51 +01:00
  • 652c39c63b Merge branch 'master' of https://github.com/Proxmark/proxmark3 iceman1001 2015-03-09 22:03:24 +01:00
  • 1302428367 finish data printdemodbuffer command marshmellow42 2015-03-09 16:56:00 -04:00
  • 16a95d76ac fix: (issue #73) hf mf cload didn't work. Add more annotations for Magic Cards operation. pwpiwi 2015-03-09 21:36:27 +01:00
  • 5658e82e1e sim buffer max settings tests marshmellow42 2015-03-09 15:58:06 -04:00
  • ada339a10f biphase bug fixes marshmellow42 2015-03-09 15:27:20 -04:00
  • 30364d2711 fix: broken edge detector implementation in hi_iso14443a.v resulted in decreased sensitivity pwpiwi 2015-03-09 20:01:37 +01:00
  • d66d484347 fixed rawdemod help options marshmellow42 2015-03-08 18:07:01 -04:00
  • 712ebfa6df 1 bug fix + code trimming marshmellow42 2015-03-07 23:31:23 -05:00
  • df51693f95 Merge remote-tracking branch 'upstream/master' marshmellow42 2015-03-06 12:30:16 -05:00
  • 78f5b1a77c lf sim fixes/creations correct now marshmellow42 2015-03-06 12:28:54 -05:00
  • e09f21fa7b Revert "lf sim fixes/creations" marshmellow42 2015-03-06 12:26:33 -05:00
  • 293de1bad7 lf sim fixes/creations marshmellow42 2015-03-06 12:25:36 -05:00
  • 3ac59c7fed Merge branch 'master' of https://github.com/Proxmark/proxmark3 iceman1001 2015-03-06 09:02:15 +01:00
  • 7843130a58 fix: (issue #72) LF simulation didn't work with lo_edge_detect.v pwpiwi 2015-03-06 07:39:34 +01:00
  • 9cefee6f42 Fixed issue #36 & improved file consistency. ikarus 2015-03-04 11:00:39 +01:00
  • 39676885b4 Merge remote-tracking branch 'upstream/master' marshmellow42 2015-03-03 20:44:37 -05:00
  • 11081e0459 finish gProxII_Demod marshmellow42 2015-03-03 16:20:18 -05:00
  • c8387e85e3 iClass full simulation of tags now officially works, with some cheating regarding reader update and write commands Martin Holst Swende 2015-03-02 21:30:22 +01:00
  • 27eabcdccb Added brackets around crc field in protocol listings Martin Holst Swende 2015-03-02 21:05:44 +01:00
  • 40b9bb85e6 oops... should this file should not have been there marshmellow42 2015-03-02 14:44:05 -05:00
  • 8d960002c8 lf cmds fix, add, show marshmellow42 2015-03-02 14:42:55 -05:00
  • e5cd4ee4b4 Tag MAC finally works! (Full sim not yet, though) Martin Holst Swende 2015-03-02 20:14:35 +01:00
  • 61fe90736b Implemented the correct way to calculate MAC from a tag, feeding it an extra 32 zeroes. Also divided it up into two parts, one of which can be precalculated by the device before the simulation begins Martin Holst Swende 2015-03-02 00:38:36 +01:00
  • 73da818743 lf simulation tests marshmellow42 2015-02-28 14:33:05 -05:00