Commit Graph

  • 68ff832584 fix: nice output.. iceman1001 2015-06-09 21:46:22 +02:00
  • dd1df4901d @marshmellows memory fixes for reveng1.30 in client.. iceman1001 2015-06-09 21:32:22 +02:00
  • 817d709615 @marshmellows memory fix iceman1001 2015-06-09 21:29:24 +02:00
  • d352146782 CHG: minor layout and call fixes to e.lua (the test script for hooking up reveng1.30) iceman1001 2015-06-09 21:28:06 +02:00
  • 60e8657796 CHG: all @marshmellow42 's changes to make the reveng work. ADD: lua script test for using the reveng inside lua. *prove of concept* it implements -h help -d data in a hexstring -w width of the crc family. (ie 16 gives all CRC-16 calculations. it iterates thru all found crc presets in a crc family based on the width of crc. It calcs crc and the reverse crc. iceman1001 2015-06-09 13:31:53 +02:00
  • a71ece51e4 ADD: iso11784/85 FDX-B ADD: the source from RevEng 1.30, got into the PM3 client. iceman1001 2015-06-07 11:35:49 +02:00
  • 8e2e6c8eb0 add clock to ask rawdemod outputs marshmellow42 2015-06-07 00:42:57 -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
  • ad6219fc91 ADD: @marshmellow42 's fixed version of the ISO11784 FDX-B ADD: crc16_ccitt_rev (reverse version of crc16_ccitt 0x0000) iceman1001 2015-06-04 10:33:55 +02: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
  • 22a6a62fbb ADD: removed the paritythingy, I missunderstood its purpose. iceman1001 2015-06-03 22:38:59 +02:00
  • 7f96433c8a CHG: trying to get the askdemod / biphasedeocde / finding startmarker / removeparity to work in ISO11784demod iceman1001 2015-06-03 22:19:32 +02:00
  • 0df669a298 ADD: next step ISO11784/85 iceman1001 2015-06-03 21:35:03 +02:00
  • 47286d89e4 ADD @pwpiwi 's fixes for "HF 14B" commands. iceman1001 2015-06-03 21:12:55 +02:00
  • 615f21dde2 FIX: a minor bug fix from @marshmellow42 in "data raw" and ask/biphase. ADD: started witha ISO11784/85 demod function. iceman1001 2015-06-03 21:12:24 +02: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
  • 77533e21ae DEL: removed old iso14443.c since @pwpiwi renamed it.. iceman1001 2015-06-02 12:23:06 +02:00
  • 4abb052f38 CHG: removed an extra fclose call iceman1001 2015-06-02 12:20:48 +02:00
  • 1c6e7f0393 ADD: @marshmellow42 's infineon MY D(tm) MOVE LEAN tag identification iceman1001 2015-06-02 12:20:16 +02:00
  • d31d3804fe CHG: help text output was not aligned because of tabs/spaces iceman1001 2015-06-02 12:18:54 +02:00
  • 489ef36cf6 ADD: @pwpiwi 's fixes for 14b. Including a rename from iso14443.c -> iso14443b.c iceman1001 2015-06-02 12:17:34 +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
  • af3b8b2dc6 CHG: remade selftest structure CHG: removed debugstatements iceman1001 2015-05-31 22:33:12 +02:00
  • be290d68bd new lua script from @iceman1001 + bug fix in hf mfu marshmellow42 2015-05-31 16:08:58 -04:00
  • e86a89044a FIX: minor fix to the magictest function. It always makes a select tag first, but never took in consideration that the tag already could have been selected. iceman1001 2015-05-31 21:49:00 +02:00
  • 2d2f7d1948 ADD: @marshmellow42 's changes / fixes. iceman1001 2015-05-31 21:47:33 +02:00
  • 7142c87e1f ADD: a script to dump a specific type of Mifare Mini tags. iceman1001 2015-05-31 21:46:25 +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
  • 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
  • 95aeb706d7 CHG: @marshmellow42 changes on deviceside. ADD: increase debuglevel for printing a statment in ul_ev1_auth iceman1001 2015-05-27 23:23:46 +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
  • b18948fd92 ADD: aes128_encrypt ECB in scripting.c ADD: aes128_decrypt ECB in scripting.c ADD: Sha1Hex method in utils.lua iceman1001 2015-05-26 21:51:18 +02:00
  • 22342f6dfe Add clearCommandBuffer before SendCommand marshmellow42 2015-05-26 10:40:23 -04:00
  • ea75b30c81 ADD: SHA1 hashes calculations in sha1.c and LUA iceman1001 2015-05-26 16:12:33 +02:00
  • b69947c245 CHG: print up to 20 possible keys. iceman1001 2015-05-26 11:05:57 +02:00
  • c3c241f389 CHG: moved a xor function into util.c CHG: added some calls to clearCommandBuffer() in /hf mfu/hf 14a sim/hf mf sim/ commands. CHG: minor adjustments to relative pathing. iceman1001 2015-05-26 11:04:57 +02:00
  • 7c60a801d6 FIX: one too many parenthesis iceman1001 2015-05-25 13:16:10 +02:00
  • c068ebb78f Merge branch 'master' of https://github.com/Proxmark/proxmark3 iceman1001 2015-05-25 13:13:06 +02:00
  • 46cd801c5a FIX: dumptoemul.lua removed the extra linebreak in the end, making some load commands complain. MOV: moved the try32/try64 attacks (mfkey32/mfkey64) into the nonce2key.c file CHG: added @marshmellow42 changes to hf mfu dump layout. ADD: an extra call to BigBuf_free in readcard.. just to make sure that it doesn't leak memory. ADD: expermimental call to "try32" for "hf mf sim x". iceman1001 2015-05-25 13:10:55 +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
  • 7444d916c6 FIX: hf mfu dump, now reads correct memory from device-side. CHG: hf mfu dump - output data styled :) iceman1001 2015-05-24 21:51:44 +02:00
  • d23f3f2c9a FIX: ELOAD/ESAVE/CLOAD/CSAVE filename bufferoverflow, and filename generation if UID not readable. Thanks @p-l- ref: 0b14440dce iceman1001 2015-05-24 21:50:15 +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
  • ce432659f2 Adjustments after the big merge from PM3 master. iceman1001 2015-05-23 08:38:46 +02:00
  • bcf61bd34a Merge branch 'master' of https://github.com/Proxmark/proxmark3 iceman1001 2015-05-23 08:16:40 +02: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
  • a7e7cd419a FIX: camelcase on a variable caused some issues. iceman1001 2015-05-22 08:48:23 +02:00
  • 06561c34ef fix to dump cmd print keys. marshmellow42 2015-05-22 00:15:57 -04:00
  • 2491a25235 FIX; the "L" optional parameter for swapping endianess on used authentication key. It is now implemented for following commands. "HF MFU INFO" "HF MFU DUMP" "HF MFU RDBL" "HF MFU WRBL" iceman1001 2015-05-21 23:17:01 +02:00
  • efd193519c hf mfu bug fixes, and help text fixes marshmellow42 2015-05-21 11:17:01 -04:00
  • f605970307 FIX: call the wrong usage_hf_mfu method. CHG: minor help text changes. iceman1001 2015-05-20 23:52:56 +02:00
  • fff69a1e34 CHG: Merged the "hf mfu rdbl" and "hf mfu crdbl" commands into "hf mfu rdbl". One read command. CHG: Merged the "hf mfu wrbl" and "hf mfu cwrbl" commands into "hf mfu wrbl". One write command. iceman1001 2015-05-20 23:44:11 +02:00
  • 1c429594a1 further mfu info updates marshmellow42 2015-05-20 16:47:40 -04:00
  • 329f5cf2a5 CHG: making sure all outputs follow the same pattern in "hf mfu info" iceman1001 2015-05-20 22:04:40 +02:00
  • c81a80dc96 FIX: made the authentication part a bit clearer. It now uses two booleans to seperate which type of authentication was requested from user. iceman1001 2015-05-20 21:44:22 +02: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
  • 1fa96198bb ADD: @marshmellow42 latest fixes, CHG: change name to fancey "NTAG I²C 1K" iceman1001 2015-05-20 21:03:58 +02: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
  • 623db3559b CHG: the new NTAG_i2c_1K enums, broke the uint16_t size.. Had to go up one level. iceman1001 2015-05-20 19:26:11 +02:00
  • 05f7accdbb CHG: @marshmellows changes. ADD: NTAG i2c 1K / NTAG i2c 2K identification. iceman1001 2015-05-20 19:20:26 +02:00
  • a383f4b708 Add ntag 210, 212, 203 and bug fix marshmellow42 2015-05-20 11:27:44 -04:00
  • b61e397962 ADD: NTAG_210, NTAG_212 support / identification. @marshmellow42 's idea. iceman1001 2015-05-20 14:09:40 +02:00
  • e9bb4f47ee CHG: "hf mfu info" now always tries to read the NDEF CC. (was restricted to only NTAG213,215,216 before) iceman1001 2015-05-20 10:36:55 +02:00
  • 593fc3c9a3 FIX: comment out a #include to reveng (my experiment) ADD: Started to add a NTAG203 identification. Its a hard tag to pinpoint. Doesn't have GET_VERSION, iceman1001 2015-05-19 21:45:06 +02:00
  • a98b05b71d missed file in previous commit... marshmellow42 2015-05-19 15:03:35 -04:00
  • 0a0d9a5828 @Marshmellow42 's fixes for bigbuf. iceman1001 2015-05-19 18:46:38 +02:00
  • d7acc6403e hf mfu dump - bigbuf allocation fix marshmellow42 2015-05-19 11:30:50 -04:00
  • d26849d4ae CHG: the device-side code for "hf 14a sim x" BUG: bcc1 xored error fix in "hf mf sim" CHG: function rename Snoop -> Sniff. iceman1001 2015-05-19 08:56:53 +02:00
  • 29250969b0 @iceman1001 s comments/updates mfu cmds marshmellow42 2015-05-18 22:07:11 -04:00