Commit Graph

  • b3cc5f2987 Reverted erroneous commit from bigbuf-rework Martin Holst Swende 2015-01-29 19:58:46 +01:00
  • 63e420b572 Merge pull request #51 from marshmellow42/master Martin Holst Swende 2015-01-29 01:11:10 +01:00
  • f6d9fb173f Added client-side support for recording longer samples, fixed last (?) issues on device-side Martin Holst Swende 2015-01-29 00:57:22 +01:00
  • 0892b968ce fix hid prox standalone bug marshmellow42 2015-01-28 12:55:04 -05:00
  • 4c18913dd8 Merge pull request #50 from marshmellow42/master Martin Holst Swende 2015-01-28 18:45:02 +01:00
  • 08ebca682c lf hid fskdemod bug marshmellow42 2015-01-28 11:45:31 -05:00
  • f71f4deb8f BigBuf and tracing rework: allow much longer traces in in hf commands - provided a BigBuf_malloc() function to dynamically allocate parts of BigBuf e.g. for DMA-Buffers, Frame-Buffers, Emulator-Memory - the whole rest of BigBuf is now available for traces (instead of a small fixed amount) - send actual traceLen together with trace data - changed client side to cope with varying traceLen - changed small buffers to automatic variables instead of parts of BigBuf pwpiwi 2015-01-27 08:34:48 +01:00
  • 117d9ec25c Refactoring of BigBuf handling in order to prepare for more efficient memory allocation and longer traces. pwpiwi 2015-01-16 11:00:17 +01:00
  • 936e0729f9 Merge pull request #49 from marshmellow42/master Martin Holst Swende 2015-01-27 22:14:39 +01:00
  • 88a3e9433d Revert "Revert "Traces"" marshmellow42 2015-01-27 16:08:15 -05:00
  • 003ac42c71 Revert "Revert "More Testing Traces"" marshmellow42 2015-01-27 16:08:08 -05:00
  • eb0b5130f2 Revert "More Testing Traces" marshmellow42 2015-01-27 16:05:10 -05:00
  • 58f478696d Revert "Traces" marshmellow42 2015-01-27 16:05:05 -05:00
  • 7f9064c641 Traces marshmellow42 2015-01-27 15:56:03 -05:00
  • 383608a63a Minor fixes to iso14443a annotations Martin Holst Swende 2015-01-27 21:55:08 +01:00
  • f4e739ed58 More Testing Traces marshmellow42 2015-01-27 15:09:45 -05:00
  • a1d17964a2 lf demod bug fix & refactor marshmellow42 2015-01-27 14:51:12 -05:00
  • 08e8317c21 More annotations to iso14443b protocol listings Martin Holst Swende 2015-01-27 16:34:45 +01:00
  • 16b75f27c3 Minor tweaks to iso14443b snoop tracing Martin Holst Swende 2015-01-27 16:34:11 +01:00
  • f50d457fa8 Merge pull request #48 from marshmellow42/master Martin Holst Swende 2015-01-27 10:21:22 +01:00
  • 03dc174036 Minor refactoring Martin Holst Swende 2015-01-27 09:06:01 +01:00
  • 8c65b650e8 clean up some comments marshmellow42 2015-01-26 17:49:30 -05:00
  • 04d2721b3c lf psk demods marshmellow42 2015-01-26 17:23:19 -05:00
  • 9c0f13d5dd Merge remote-tracking branch 'upstream/master' marshmellow42 2015-01-26 17:07:49 -05:00
  • aeadbdb216 Generic tracing: Some fixes in iso14443b snooping, to how DMA access is performed, sizes and buffers. Martin Holst Swende 2015-01-26 22:10:05 +01:00
  • 7c676e7269 Some documentation Martin Holst Swende 2015-01-26 21:15:28 +01:00
  • 2595390c6d Merge pull request #46 from holiman/master Martin Holst Swende 2015-01-26 20:59:36 +01:00
  • dca558bf9e Removed last trace of crypto from makefile Martin Holst Swende 2015-01-26 20:56:33 +01:00
  • 7242efa07c bugfix Martin Holst Swende 2015-01-22 23:04:59 +01:00
  • cb366e9dbd Added a lf acquisition-mode which can do decimation and quantization, in order to be able to record longer transactions Martin Holst Swende 2015-01-22 23:01:29 +01:00
  • e629181f5a Fixed issue where -1 size_t was returned Martin Holst Swende 2015-01-22 21:04:16 +01:00
  • afceaf4018 Removed openssl from the mfu-stuff Martin Holst Swende 2015-01-22 21:02:21 +01:00
  • 03e6bb4aed lf FSK demod tools/fixes marshmellow42 2015-01-22 14:24:03 -05:00
  • 3fd26a683d On another note; a nice udev-rule to have pm3 appear as /dev/pm3-1 (or /dev/pm3-2 if you have multiple) Martin Holst Swende 2015-01-22 00:33:49 +01:00
  • 388c92bde5 Generic tracing pt.4: Deprecated old 'hf 14b list' command Martin Holst Swende 2015-01-22 00:19:20 +01:00
  • c54d1394c6 Fixed compiler error Martin Holst Swende 2015-01-22 00:10:09 +01:00
  • 9e8255d4e9 Generic tracing pt.3 : reworking how iso14443b-traces are stored in ARM-memory Martin Holst Swende 2015-01-21 23:53:40 +01:00
  • df3e429d71 minor fix for a help in "hf 14a snoop" iceman1001 2015-01-21 21:24:37 +01:00
  • ec75f5c10a lf Bug Fixes and lf demod additions marshmellow42 2015-01-20 17:28:51 -05:00
  • a1557c4c2f Minor fixes: Array inits, some array bounds checks. ADD: some extra help text for lf snoop ADD: HasGraphData - function in graph.c ADD: DetectHighLowInGraph - function in graph.c iceman1001 2015-01-20 22:14:56 +01:00
  • e469159145 FIX: another file_path found in loadTraceCard and saveTraceCard, is now corrected to follow FILE_PATH_SIZE variable. iceman1001 2015-01-20 21:58:53 +01:00
  • 80b1b53fa3 SUGGESTED FIX: iceman1001 2015-01-20 21:55:19 +01:00
  • fe5b3a4424 FIX: The 14b write command (CmdHF14BWrite) now turns off antenna after call. iceman1001 2015-01-20 21:50:49 +01:00
  • e3c235654f Minor fixes to some help-texts. iceman1001 2015-01-20 21:48:39 +01:00
  • 81740aa519 STEP 3 - the actual new files for Ultralight. ADD: script remagic.lua -- a script to make a "dead" Mifare s50 generation 1 alive again. ADD: tracetest.lua - This script will load several traces files in ../traces/ folder and do "data load" "lf search" ADD: test_t55x7_psk.lua - iterates thru a lot of calls to check the new psk demods. iceman1001 2015-01-20 21:29:55 +01:00
  • 5ee701292f Step 2 - Ultralight / Ultralight-C iceman1001 2015-01-20 21:23:04 +01:00
  • c8b6da2295 Merge branch 'master' of https://github.com/holiman/proxmark3 iceman1001 2015-01-20 20:59:24 +01:00
  • 5149e37e66 Merge branch 'master' of https://github.com/Proxmark/proxmark3 iceman1001 2015-01-20 09:32:53 +01:00
  • 53d85a8fa1 Merge remote-tracking branch 'upstream/master' marshmellow42 2015-01-18 18:19:26 -05:00
  • 1e090a61a1 lf demod additions marshmellow42 2015-01-18 18:13:32 -05:00
  • 355c8b4a7d Generic trace pt2: made iso14443b use standard trace format Martin Holst Swende 2015-01-18 20:23:58 +01:00
  • 80fe723570 Generic trace pt1: Moved arm-side trace functionality into util-package Martin Holst Swende 2015-01-18 20:21:53 +01:00
  • b689b842b6 Bugfix 'hf list 14b' and 'hf list raw' Martin Holst Swende 2015-01-16 22:48:30 +01:00
  • 41fdd0f061 First stab at adding 'hf list 14b' and 'hf list raw' Martin Holst Swende 2015-01-16 22:41:19 +01:00
  • 55c7e3520f Merge branch 'master' of github.com:Proxmark/proxmark3 Martin Holst Swende 2015-01-16 15:49:11 +01:00
  • 49726b4088 Improved 'hf list iclass' a bit, better understanding of the protocol and when to apply CRC checks Martin Holst Swende 2015-01-15 23:00:39 +01:00
  • 5c72368e2d Merge pull request #44 from marshmellow42/master Martin Holst Swende 2015-01-15 21:53:18 +01:00
  • f164662363 Merge branch 'master' of https://github.com/iceman1001/ForPm3 Martin Holst Swende 2015-01-15 21:50:03 +01:00
  • d60418a05f Synchronized loclass library, imported the legal warning Martin Holst Swende 2015-01-15 16:28:28 +01:00
  • 758f1fd1f3 Fixed issue #43 on github Martin Holst Swende 2015-01-15 16:07:58 +01:00
  • 6b038d192a Minor dox Martin Holst Swende 2015-01-15 15:45:54 +01:00
  • 1eb874ee3f Merge branch 'master' of github.com:Proxmark/proxmark3 Martin Holst Swende 2015-01-15 15:45:15 +01:00
  • 09b69422e2 This was resynthezised along with my hf-changes. Nothing changed though Martin Holst Swende 2015-01-15 15:29:03 +01:00
  • 7b941c8d7f Fixed memory corruption after reader-attack in armsrc, fixed annoying LED Martin Holst Swende 2015-01-15 15:27:44 +01:00
  • 645c960f61 Implemented new FPGA mode for iclass tag simulation. Reduces arm-side size of transfer/memory by a factor of 8. Makes for easier arm-side encoding of messages, for when we start needing to do that on the fly instead of using precalculated messages Martin Holst Swende 2015-01-15 15:16:34 +01:00
  • dc065b4e34 slight em410xdecode adjustments marshmellow42 2015-01-13 17:52:48 -05:00
  • 84871873a4 Small lf bug fixes and threshold adjustments marshmellow42 2015-01-13 17:21:36 -05:00
  • a631936e84 ADD: Midnitesnaks's & Pentura labs Ultralight-c modifications in ARMSRC. ADD: des.c , aes.c in ARMSRC iceman1001 2015-01-13 23:18:04 +01:00
  • ae6ead3dc8 Merge remote-tracking branch 'upstream/master' marshmellow42 2015-01-13 16:02:23 -05:00
  • 4e3d8d0f76 Merge pull request #40 from holiman/master Martin Holst Swende 2015-01-13 19:40:41 +01:00
  • 896473399b Actually add the FILES also, doh Martin Holst Swende 2015-01-12 22:16:46 +01:00
  • 55eaed8f2a Documentation to apps.h, documentation/renaming to iclass Martin Holst Swende 2015-01-12 22:08:57 +01:00
  • 1f6417a9b2 Removed dependency on openssl, added AES implementation from polarssl instead Martin Holst Swende 2015-01-12 21:47:36 +01:00
  • 68033ed776 Fixed error when no match is found for uidmapping Martin Holst Swende 2015-01-11 21:49:13 +01:00
  • f004ba08d4 ADD: test_t55x7_psk.lua, a script which writes to block 0 (configation) of a T55x7 tag and tries do verify the psk demods. 12 different test configuration blocks is used. iceman1001 2015-01-10 19:48:29 +01:00
  • 86dab5168e FIX: arguments took too much. FIX: lf search didn't load from graphbuffer.. iceman1001 2015-01-10 15:59:05 +01:00
  • 0a43c39617 ADD: scripts/tracetest.lua is a simple script that tries to load from traces folder files starting with EM* and MOD* and runs the following on them one-by-one. "Data load" ; "LF Search" iceman1001 2015-01-10 15:50:10 +01:00
  • ac3ba7ee69 lf search use new psk, small demod adjustments marshmellow42 2015-01-09 16:46:17 -05:00
  • 473124be92 removed double include Martin Holst Swende 2015-01-09 21:51:34 +01:00
  • f44a01235c Merge branch 'master' of https://github.com/iceman1001/ForPm3 Martin Holst Swende 2015-01-09 21:50:36 +01:00
  • cb8c358f4d FIX: antenna was not turn off after "hf 14b write" command. The method is using "hf 14b raw" underneath, which meant an parameter "-p" had to be removed. iceman1001 2015-01-09 21:45:49 +01:00
  • 952a8bb59b Merge branch 'master' of https://github.com/Proxmark/proxmark3 iceman1001 2015-01-08 22:23:45 +01:00
  • 07c808038c Merge pull request #38 from marshmellow42/master Martin Holst Swende 2015-01-08 21:53:20 +01:00
  • 31d1caa526 Reverted some minor things, altered other things to get it to compile cleanly Martin Holst Swende 2015-01-08 17:51:52 +01:00
  • 03d7b60f2b ADD: default_toys.lua a script which identify tnp3xx tags iceman1001 2015-01-08 17:36:01 +01:00
  • c12512e99a minor code cleanup marshmellow42 2015-01-07 23:02:00 -05:00
  • d6d20c5435 cmddata.c changes by others - reapply marshmellow42 2015-01-07 19:06:29 -05:00
  • 3179383f85 put cmdlf.c back (only changes spaces to tabs) marshmellow42 2015-01-07 18:45:47 -05:00
  • 8e863ab641 FIX: forgot to add the function in the header file. iceman1001 2015-01-08 00:20:22 +01:00
  • c3bfb9c76b ADD: a CmdEM410xWatchnSpoof in cmdlfem4x.c , looks for a tag, then replays it. minor code clean up. iceman1001 2015-01-08 00:17:40 +01:00
  • 3de045905f ADD: a CmdEM410xWatchnSpoof in cmdlfem4x.c , looks for a tag, then replays it. minor code clean up. iceman1001 2015-01-08 00:16:33 +01:00
  • bce5d24494 Merge branch 'master' of https://github.com/marshmellow42/proxmark3 marshmellow42 2015-01-07 18:15:14 -05:00
  • 3aa4014baa Fix Tune Samples (broken in commit 12/31 by me) marshmellow42 2015-01-07 16:34:02 -05:00
  • ba1a299ce6 code cleanup. re-added psk commands. marshmellow42 2015-01-06 23:29:45 -05:00
  • c07b79fcbf sync with master lf files to resolve conflicts marshmellow42 2015-01-06 10:58:35 -05:00
  • 4118b74dc8 added data psk* cmds for pskdemod marshmellow42 2015-01-06 09:20:36 -05:00
  • 787b5bd8a4 CHG: minor code clean up in ArmSrc. ADD: added some more default keys in Hf mf nested, maybe it runs faster :) iceman1001 2015-01-08 00:08:33 +01:00
  • 1d660bb993 Added Pm3-master changes from Holiman. REM: removed some old test code to cmdhf15 read. iceman1001 2015-01-07 23:52:33 +01:00
  • 79bf1ad2cc ADD: Jonor's timeout patch for "Hf 14a raw". minor code clean up iceman1001 2015-01-07 23:23:17 +01:00
  • b5be31f996 FIX: The input handling for "hf 14b write" is now correct. Thanks Asper for spotting the fault. ADD: crc32.c functionality iceman1001 2015-01-07 22:56:20 +01:00