Commit Graph

  • fd368d18f1 Changes in cmd handling martin.holst@gmail.com 2013-06-07 09:30:32 +00:00
  • 21452811e6 implementation of command library in lua martin.holst@gmail.com 2013-06-07 09:27:58 +00:00
  • 16b04cb291 mf check keys in lua-space martin.holst@gmail.com 2013-06-07 09:26:56 +00:00
  • c00f0dbfda Fixed 'volatile' error in this branch also martin.holst@gmail.com 2013-06-07 09:25:59 +00:00
  • 44fffc5451 Work on the scripting library martin.holst@gmail.com 2013-06-07 09:24:25 +00:00
  • 1bad971361 Fixed so storeCommand/getCommand are multithread-safe (at least dual-thread). Hopefully. http://www.proxmark.org/forum/viewtopic.php?pid=7400#p7400 martin.holst@gmail.com 2013-06-06 18:30:00 +00:00
  • c338502409 Applied patch from http://www.proxmark.org/forum/viewtopic.php?id=1637, where a compiler optimization resulted in hangs martin.holst@gmail.com 2013-06-05 08:53:20 +00:00
  • ab7a8ea164 Fixed error pointed out here: https://code.google.com/p/proxmark3/issues/detail?id=46, when null is passed to waitforresponse martin.holst@gmail.com 2013-06-03 11:04:35 +00:00
  • a808a224f5 Found that USBcommands from the device are silently overwritten if the host does not quickly enough read them, which causes problems in several places. Implemented a circular buffer which stores up to 50 commands (still tiny, memorywise) and prints out a message if the buffer wraps around (overwrites). martin.holst@gmail.com 2013-05-31 19:25:13 +00:00
  • 79c3611cf3 fixed Mifare nested by activating commented SpinDelay()s dn337t@gmail.com 2013-05-30 14:48:27 +00:00
  • f057bddb70 Added binlib, to handle binary data from lua, based on lpack http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lpack martin.holst@gmail.com 2013-05-26 20:05:13 +00:00
  • 3510cdff4b Started an experiment with lua mifare hack martin.holst@gmail.com 2013-05-24 21:43:02 +00:00
  • 96e7a3a50b Minor fixes, added some functionality to send data, but still some way to go martin.holst@gmail.com 2013-05-24 21:39:08 +00:00
  • 5b760b6cac 'core' library glue martin.holst@gmail.com 2013-05-24 21:06:57 +00:00
  • 1ef665776d Added a PoC script which implements a commandline martin.holst@gmail.com 2013-05-24 21:06:20 +00:00
  • a0655c45bd Added 'core'-api, also added some error handling in scripts martin.holst@gmail.com 2013-05-24 21:05:45 +00:00
  • 5a92cb525e Fixed so standard libraries can be used, added an example script, and fixed so all hf.mf-ops can be called martin.holst@gmail.com 2013-05-22 13:04:01 +00:00
  • 806dc07542 First implementation of user scripts - very experimental - YMMV martin.holst@gmail.com 2013-05-21 18:37:43 +00:00
  • ba8b5c173b Added lua 5.2 sources martin.holst@gmail.com 2013-05-21 18:23:42 +00:00
  • 9bdf097756 Created branch for lua scripting martin.holst@gmail.com 2013-05-21 18:16:33 +00:00
  • 489e174541 Fixed problem with em4100, see http://www.proxmark.org/forum/viewtopic.php?pid=7235#p7235 martin.holst@gmail.com 2013-05-16 18:13:54 +00:00
  • e67b06b706 Support for cloning to T55x7 at different clock rates & 134KHz * Modified commands (lf em4x): em410xwatch ['h'] -- Watches for EM410x 125/134 kHz tags (option 'h' for 134) em410xwrite <UID> <'0' T5555> <'1' T55x7> [clock rate] -- Write EM410x UID to T5555(Q5) or T55x7 tag, optionally setting clock rate * Better option checking for em410xwrite & fix for uninitialized vars * Increased samples from 2000 to 4000 in em410xwatch (2000 is OK for clock=64, but too few for clock=32) apresence@gmail.com 2013-05-12 08:11:00 +00:00
  • 5b59cfb7b1 Added some information about flashing (linux) martin.holst@gmail.com 2013-05-11 12:43:44 +00:00
  • 5f91a683b7 Added some documentation regarding ports on linux martin.holst@gmail.com 2013-05-11 12:33:04 +00:00
  • 9836a77f97 Fixed a third issue where a buffer was filled with 0x44, affecting chinese cards-commands.(csetblk) martin.holst@gmail.com 2013-05-11 12:23:31 +00:00
  • 354d3a33fd Fixed another issue where a buffer was filled with 0x44, affecting chinese cards-commands. see http://www.proxmark.org/forum/viewtopic.php?id=1467&p=6 martin.holst@gmail.com 2013-05-11 12:22:11 +00:00
  • ea73261dc6 Fixed buffer corruption in iso1443a_select_card, affecting several operations, e.g. hf mf mifare and probably a few more martin.holst@gmail.com 2013-05-11 12:13:17 +00:00
  • ed258538da retrieve uid correctly, patched by 'gregy' roel@libnfc.org 2013-05-03 06:58:24 +00:00
  • 90d74dc206 next update from en4rab on data samples roel@libnfc.org 2013-04-26 20:33:05 +00:00
  • 0beed8fc67 fixed hf mf rdbl response data (broken since r634) dn337t@gmail.com 2013-04-24 10:59:47 +00:00
  • 3803d5295d fixed possibly uninitialized variables dn337t@gmail.com 2013-04-24 10:58:12 +00:00
  • 03f29e03c1 added port name to flasher command line (introduced in r655) dn337t@gmail.com 2013-04-24 10:57:06 +00:00
  • a2847518d2 en4rab fixed the 'data samples' command roel@libnfc.org 2013-04-23 19:55:43 +00:00
  • cfcd80459f reverted back to no 'official' modem protocol supported roel@libnfc.org 2013-04-15 09:15:36 +00:00
  • 2aded84aa8 USB CDC patch by jonor to enable working under kernel 2.6.27 roel@libnfc.org 2013-04-13 05:18:45 +00:00
  • ce55f5a291 moved RAMFUNC definition roel@libnfc.org 2013-04-08 09:18:39 +00:00
  • dfc3c5053c removed another redundant function to compose reader short frame roel@libnfc.org 2013-04-03 11:18:01 +00:00
  • 195af47289 removed redundant function to compose reader short frame roel@libnfc.org 2013-04-03 08:45:04 +00:00
  • 28afbd2bee added initial test to emulate memory of mf ul tag roel@libnfc.org 2013-03-28 14:02:00 +00:00
  • 5191b3d10b fixed sending of RATS during iso-14443-4 select roel@libnfc.org 2013-03-27 12:23:59 +00:00
  • 69135e1c04 changed version.c, compile time is now always present, even when svn is not working roel@libnfc.org 2013-03-27 10:27:14 +00:00
  • 6c6d1ac1a6 fixed signed/unsigned problem roel@libnfc.org 2013-03-26 20:42:18 +00:00
  • 4890730a5f fixed crash, when proxmark was claimed by other process roel@libnfc.org 2013-03-26 16:01:52 +00:00
  • a79e330de5 added Makefile for binary files to recover proxmark with JTAG interface roel@libnfc.org 2013-03-26 12:35:54 +00:00
  • 62ee4fedd5 Finally figured out a way to claim a serial port interface under unix roel@libnfc.org 2013-03-22 16:42:26 +00:00
  • 4a049b7847 avoid rolling dots over the screen when proxmark is not available (yet) roel@libnfc.org 2013-03-21 16:06:09 +00:00
  • d8193fa5ac flasher updated again, should work more solid now roel@libnfc.org 2013-03-21 12:44:21 +00:00
  • 2d7fc168a2 fixed missing header file roel@libnfc.org 2013-03-21 11:38:48 +00:00
  • 13dbdd6bb1 (dirty) fix for linux to clean up the /dev/ttyACM* quicker roel@libnfc.org 2013-03-21 10:59:56 +00:00
  • 0a24369c48 trying to tweak uart code, for better flashing roel@libnfc.org 2013-03-19 16:19:20 +00:00
  • 43751d2a65 removed failed hitag2 authentication attempts from the list roel@libnfc.org 2013-03-18 15:32:19 +00:00
  • 759c16b31f client should compile without warnings on linux, mac, windows roel@libnfc.org 2013-03-14 15:03:04 +00:00
  • 19d9a7b0ce fixed compiling under ubuntu with devkitARM_r41 roel@libnfc.org 2013-03-13 13:46:40 +00:00
  • 38b20f7550 Fixed LF HID cloning command cex123@gmail.com 2013-03-13 07:13:19 +00:00
  • 47e18126ec added hitag bit count output in log roel@libnfc.org 2013-03-11 15:07:23 +00:00
  • d16d20b1fb fixed CMD_HID_SIM_TAG roel@libnfc.org 2013-03-10 11:37:59 +00:00
  • 660d641a03 Finalized migration to new USB CDC interface roel@libnfc.org 2013-03-07 15:11:00 +00:00
  • cda056bb9e added all files for mfkeys roel@libnfc.org 2013-03-07 12:23:31 +00:00
  • 17331e14ee tweaked sim command, added mfkey32 roel@libnfc.org 2013-03-07 12:22:12 +00:00
  • 9e130475f9 removed -fPIC directive roel@libnfc.org 2013-03-07 10:51:25 +00:00
  • c1e745e465 optimized roel@libnfc.org 2013-03-04 15:15:30 +00:00
  • a7b4bf1eb4 polling per second in OpenProxmark thijsbreman@gmail.com 2013-03-04 13:07:15 +00:00
  • 349eabe567 updated code to follow same blinking patterns with leds during flashing/holding button roel@libnfc.org 2013-03-02 06:28:28 +00:00
  • 829fb342b5 uploaded new mingw-proxmark.zip, QT working again, so re-enabled QUI under windows roel@libnfc.org 2013-03-01 14:28:14 +00:00
  • 9d8f56e35d fixed stupid 64-bit formatting for x86/amd64 and unix/windows - part4 roel@libnfc.org 2013-02-28 22:49:34 +00:00
  • a0bbdb76ca fixed stupid 64-bit formatting for x86/amd64 and unix/windows - part3 roel@libnfc.org 2013-02-28 22:46:49 +00:00
  • 1a07fd510d fixed stupid 64-bit formatting for x86/amd64 and unix/windows - part2 roel@libnfc.org 2013-02-28 22:33:31 +00:00
  • 125a98a110 fixed stupid 64-bit formatting for x86/amd64 and unix/windows roel@libnfc.org 2013-02-28 22:22:24 +00:00
  • cb64309e4b compiling on windows again roel@libnfc.org 2013-02-28 21:36:09 +00:00
  • 54a942b05d merged all patches into CDC repository roel@libnfc.org 2013-02-28 17:04:23 +00:00
  • 50d6e4abc1 douniwan5788: roel@libnfc.org 2013-02-28 16:04:21 +00:00
  • 28fdb04fd8 Finally, rewrote bootrom and flasher program, much faster now roel@libnfc.org 2013-02-28 15:11:52 +00:00
  • 79a73ab2d1 fixed USB GPIO bug reported by gregy, and fixed 'hf 14a reader' command roel@libnfc.org 2013-02-27 13:23:38 +00:00
  • 8ca5586d49 fixed cmd malloc strlen()+1 bug douniwan5788 2013-02-05 17:27:21 +00:00
  • 04202e7aa7 Add iso14443a fuzz command douniwan5788 2013-02-05 10:03:53 +00:00
  • d16e0478d2 Fixed bug in HID clone short format. Added EM4xxx block read/write commands cex123@gmail.com 2013-01-24 13:21:37 +00:00
  • f5fca2ed62 Added command to read PCF7931 125Khz LF tags. This is a beta version which needs to be tested. chalk.secu@gmail.com 2013-01-18 21:31:35 +00:00
  • e98300f245 Added block command for T55xx and support for cloning HID long format cex123@gmail.com 2013-01-16 10:42:29 +00:00
  • ab6bf11f3f minor fix when reading blocks roel@libnfc.org 2012-12-17 13:21:53 +00:00
  • fc8c5cdd12 fixed hitag2 dump if one or more blocks are locked roel@libnfc.org 2012-12-10 15:12:32 +00:00
  • ab4da50d99 added automatically saving the hitag2 memory content to file roel@libnfc.org 2012-12-09 21:25:29 +00:00
  • 9440213d6b fixed 64-bit cmd/arg for windows roel@libnfc.org 2012-12-09 13:00:19 +00:00
  • 80501bad5b tryout.... changed to 64-bit command arguments in stead of 32-bit roel@libnfc.org 2012-12-07 22:41:41 +00:00
  • 7dd1908b24 fixed 'hf mf' command and some others roel@libnfc.org 2012-12-07 22:37:22 +00:00
  • fe7bfa7856 Windows7 working now! ugly fix for inaccurate Windows timer, quickfix for receiving multiple frames roel@libnfc.org 2012-12-07 12:51:19 +00:00
  • f0ba634221 receiving/sending moved to one thread roel@libnfc.org 2012-12-07 12:22:05 +00:00
  • 985ef1c315 temporarely disabled QT for winows, no clue why it gives a failure roel@libnfc.org 2012-12-07 11:01:55 +00:00
  • 1282b0e691 minor output change roel@libnfc.org 2012-12-07 09:51:22 +00:00
  • 49ec6d1d1b fixed windows compile roel@libnfc.org 2012-12-07 08:44:45 +00:00
  • af65f5f71d fixed read uart for windows roel@libnfc.org 2012-12-07 07:21:00 +00:00
  • d0b14ad5e7 fixed missing header roel@libnfc.org 2012-12-06 22:17:27 +00:00
  • 81ee3409f9 added so-called 'driver' for windows roel@libnfc.org 2012-12-05 20:45:42 +00:00
  • 6e82300dda removed all old usb calls roel@libnfc.org 2012-12-05 16:14:10 +00:00
  • ecab772ed0 added missing files, part2 roel@libnfc.org 2012-12-04 23:43:19 +00:00
  • 5bcc76c427 added missing files roel@libnfc.org 2012-12-04 23:41:54 +00:00
  • 902cb3c00b major USB update roel@libnfc.org 2012-12-04 23:39:18 +00:00
  • 8b39fed4e5 making USB CDC branch roel@libnfc.org 2012-12-04 23:37:59 +00:00
  • 5a9506ac45 10 ms was too fast(. 50 is ok Merlokbr@gmail.com 2012-11-08 10:05:10 +00:00
  • bfaecce6eb there was bug in hf mf mifare. and speed up this command. Merlokbr@gmail.com 2012-11-08 09:48:02 +00:00
  • 219a334de5 added: readed blocks (password mode) into tag.sectors[]. 'lf hitag sim' simulates the readed blocks. thijsbreman@gmail.com 2012-10-18 10:01:13 +00:00