Commit Graph

  • 53f7c75a38 hf 14a: Fix typos in manufacturer list Michael Farrell 2016-10-22 14:24:17 +11:00
  • 2dcf60f3df CHG: "hf mf hardnested" - less printing CHG: some filehandles = NULL. iceman1001 2016-10-21 16:06:53 +02:00
  • 3c528f5fda Merge pull request #43 from matrix/master Iceman 2016-10-21 01:49:39 +02:00
  • bbcd41a6e5 Speedup Mifare Plus Attack v2.2 (cleanup code) Gabriele Gristina 2016-10-21 01:06:57 +02:00
  • 0325c12f35 Speedup Mifare Plus Attack v2.1 (stable) Gabriele Gristina 2016-10-21 00:43:43 +02:00
  • 64c87a8c5f Merge remote-tracking branch 'upstream/master' Gabriele Gristina 2016-10-20 20:00:06 +02:00
  • 67cd89033c CHG: experimenting with 'lf sim' It does send a signal now but... iceman1001 2016-10-20 17:31:58 +02:00
  • 36d87eeff0 FIX: client crash for global id, and removing my previous fix. iceman1001 2016-10-20 17:31:23 +02:00
  • c528cf3989 TEST: see if the readerfield is needed. iceman1001 2016-10-20 01:52:26 +02:00
  • ed28bbe5ae CHG: some debug statements instead, 'H' for helptext. iceman1001 2016-10-20 01:51:27 +02:00
  • 3c6354e99a FIX: strange bug in "lf em em410xwatch" , which the client crasches when it reads a valid em tag. iceman1001 2016-10-20 01:50:30 +02:00
  • d115f9a454 CHG: making printed statement a debug statement. iceman1001 2016-10-20 01:16:32 +02:00
  • c50259b36a CHG: added a quitting message iceman1001 2016-10-20 01:13:18 +02:00
  • 8fd25db30c CHG: move the call to fpga_bitstream_lf, in order to save the uploaded data from the client. Changing bitstream wipes bigbuffer. iceman1001 2016-10-20 01:06:17 +02:00
  • 3b5aab1875 CHG: updated some comments. I still think I don't understand this code iceman1001 2016-10-20 00:42:17 +02:00
  • 015e3b8170 syntax suger. never mind this iceman1001 2016-10-20 00:41:34 +02:00
  • f4d7d1fed1 CHG: removed CLOCK2, since its not used in the code. iceman1001 2016-10-20 00:40:56 +02:00
  • f0a96745d0 CHG: the AT91C_BASE_PMC->PMC_PCER has a tendecy to be clear when set with "=", but my tickstimer also needs it, so I made it optional now. iceman1001 2016-10-20 00:40:24 +02:00
  • 49065576ad FIX: lf sim, seems like "lf sim" call SimulateTagLowFrequency direct from appmain.c and I removed the LF bitstream call thinking SimulateTagLowFrequency was only called from the sub FSK;ASK;PSK commands. iceman1001 2016-10-20 00:39:15 +02:00
  • bd46dec63b CHG: found even more keys iceman1001 2016-10-19 21:27:34 +02:00
  • 100fe0a5ee textual suger iceman1001 2016-10-19 21:26:56 +02:00
  • 8fd0a564e5 CHG: removed unused clocks, CHG: now uses the DEFINEs instead. a bit clear CHG: xor in the clocks, should allow for co-exist with SSP clock. iceman1001 2016-10-19 21:26:29 +02:00
  • 8255e1a685 CHG: just changed the comment. iceman1001 2016-10-19 21:25:04 +02:00
  • 29ff374e5d CHG: TI code did have the tickstimer started. iceman1001 2016-10-19 21:24:20 +02:00
  • c3fc86d9af CHG: Xoring in the value allows for the ticks timers to co-exist. Or that is the idea. iceman1001 2016-10-19 21:23:03 +02:00
  • 4460be68c3 FIX: "lf sim" after changes to ticks timers on device side, there was a "starticks" call missing, which lead to not having any timers which is a problem for the WaitUS call. iceman1001 2016-10-19 19:59:58 +02:00
  • 383a1fb368 Speedup Mifare Plus Attack v2 Gabriele Gristina 2016-10-19 00:13:53 +02:00
  • 88f503735c FIX: @aczid's fix 957702be9c from original @matrix 057d2e9147 iceman1001 2016-10-18 18:45:29 +02:00
  • b2c6371761 CHG: updated the compilation for windows, to include instruction on installing perl. iceman1001 2016-10-18 16:50:32 +02:00
  • 057d2e9147 Speedup Mifare Plus Attack v1 Gabriele Gristina 2016-10-18 01:21:56 +02:00
  • 62254ea5a7 FIX: Since some changes in "hf mf chk" usbcommand package, this script has not been working. It now calls and gets the results back from the device. CHG: changed the output listing to look like the other key-tables. iceman1001 2016-10-17 17:20:33 +02:00
  • 4ce2037b2a ADD: found some more keys on the web iceman1001 2016-10-17 13:16:27 +02:00
  • 16a9209c04 Merge branch 'master' of https://github.com/iceman1001/proxmark3 iceman1001 2016-10-16 21:51:10 +02:00
  • da1f16d6ef CHG: increased debug output for Em410x iceman1001 2016-10-16 21:50:41 +02:00
  • 67c0fcdb90 Merge pull request #34 from osysltd/patch-3 Iceman 2016-10-16 13:07:50 +02:00
  • f176990a8e Update README.md Osys 2016-10-16 03:03:04 +03:00
  • 9cf03f5564 chg: travis ci yet again iceman1001 2016-10-14 23:02:29 +02:00
  • fba624b803 FIX: travis ci didnt work like I thought.. testing this instead. iceman1001 2016-10-14 21:15:25 +02:00
  • 44c433762f CHG: fixing some scripts for Travis CI... iceman1001 2016-10-14 20:39:25 +02:00
  • 9ca4aaa09a chg: travis ci, this should removed that extra linaro build env. iceman1001 2016-10-14 16:53:49 +02:00
  • 3881c53b6d CHG; travis CI and multi platform part.. iceman1001 2016-10-14 16:46:10 +02:00
  • 2a1a6aa382 FIX: "hf legic write" - removed a warning message and made the overwrite question working. iceman1001 2016-10-14 16:39:38 +02:00
  • bc0d711102 REM: removed a tab character that Travis CI dislikes iceman1001 2016-10-14 16:20:10 +02:00
  • 82b94b65aa CHG:.. travis.. iceman1001 2016-10-14 16:19:06 +02:00
  • a72971eb8c chg: trying to configure MAC OS as a builing environment for Travis CI iceman1001 2016-10-14 16:13:06 +02:00
  • b069fb8bba syntax suger and forgot to add method declaration to headerfile iceman1001 2016-10-14 15:47:40 +02:00
  • 1f247f6ac6 ADD: "hf legic wipe" - it autodetects tagtype and fills all bytes from offset 7 to end with zeros. iceman1001 2016-10-14 15:23:20 +02:00
  • 25cb718daf FIX: this should remove a warning. iceman1001 2016-10-10 21:55:18 +02:00
  • 2f6df13cf7 CHG; syntax suger iceman1001 2016-10-10 21:54:26 +02:00
  • c7b4bcc4ab CHG: syntax suger iceman1001 2016-10-10 21:53:44 +02:00
  • f8ff1483eb CHG: "hf legic sim" old imp, uses two timers, we have one. I'm seriously starting on thinking about a UART instead, to read the dmabuffer. If only I knew howto. iceman1001 2016-10-10 21:52:58 +02:00
  • 4697964f6a CHG: "script run emlu2dump" now can read old legic hex-ascii dumps. (with spaces) and convert to a binary file CHG: "script run emlu2html" now can read old legic hex-ascii dumps. (with spaces) and convert to a generic html file iceman1001 2016-10-10 10:59:16 +02:00
  • c2723575de CHG; added an option wither or not to clear emulator mem on init iceman1001 2016-10-09 18:24:51 +02:00
  • f9eeab99a4 chg: textual changes. iceman1001 2016-10-09 16:04:31 +02:00
  • 564c9ae2b6 FIX: increased time-out to match 2.7sec it takes to write 256bytes. iceman1001 2016-10-09 15:49:59 +02:00
  • 539fd59ebe CHG: "hf legic write" - now writes on the limits better. CHG: "hf legic restore" - now restors :) CHG: "hf legic rdmem" - now has a nice offset row above the read data. try: 'hf legic rdmem 0 100' iceman1001 2016-10-09 15:41:31 +02:00
  • 367996567b CHG: "hf legic restore" - added a filesize and cardsize check iceman1001 2016-10-08 19:25:23 +02:00
  • cd79d97223 CHG: syntax suger iceman1001 2016-10-08 19:14:35 +02:00
  • f9b5377fd0 CHG: reordered the "hf search" internal checks. The iclass check takes 4.5sec to time-out...Incredible slow to identify. iceman1001 2016-10-08 19:14:09 +02:00
  • 8ddfbc34dc CHG: the call to TurnReadLFOn has a delay / number as parameter. Seems to be gone. FIX: fixes to EM4050 code since when I changed the timer. It should work nice now. iceman1001 2016-10-08 19:12:51 +02:00
  • 5b9fb6f454 REM: "hf legic load" has been removed. It doesnt have a purpose anymore. REM: "hf legic save" has been removed. It doesnt have a purpose anymore. iceman1001 2016-10-08 19:10:46 +02:00
  • 7e7d3de5fa FIX: looks like "hf legic write" works again! iceman1001 2016-10-07 23:07:59 +02:00
  • 4409bf6ef3 CHG: "hf legic write" with these I managed to get one byte written. Its a start. iceman1001 2016-10-07 22:16:38 +02:00
  • 715bed5023 CHG: adjustments to 3.6ms iceman1001 2016-10-07 21:28:09 +02:00
  • 59fc313d99 CHG: help text iceman1001 2016-10-07 20:49:26 +02:00
  • c2ab5e8c4e FIX: "hf list legic" annotation now correct prints byte and value for "legic write" command iceman1001 2016-10-07 20:23:57 +02:00
  • e4d57949df FIX: wrong log bytes... iceman1001 2016-10-07 19:15:08 +02:00
  • b816886806 FIX: one send command bug fixed. Turns out that uint16_t is too small for 21/23bits size. Who figured? iceman1001 2016-10-07 19:11:38 +02:00
  • 27c4a862f6 FIX: unused variable removed. CHG: start remaking the used timers in "Hf legic write" iceman1001 2016-10-07 12:23:07 +02:00
  • f0fa663814 CHG: "hf legic write" got a make over in how its called. Now called with 'offset' and 'data' 'hf legic write o 10 d 11223344' - this will write 4 bytes (0x11,0x22,0x33,0x44) to tag from offset 10 (0x0A) iceman1001 2016-10-07 11:58:14 +02:00
  • ac42d5be85 chg: syntax suger iceman1001 2016-10-07 00:18:02 +02:00
  • 1bf1db845f CHG: syntax suger iceman1001 2016-10-07 00:17:18 +02:00
  • e4a8d1e2ac CHG: started the process of fixing "hf legic write" and "hf legic sim" commands. iceman1001 2016-10-07 00:15:47 +02:00
  • f6e01a3493 Renamed the calccrc8 functions and command. iceman1001 2016-10-07 00:14:02 +02:00
  • d41efbf21b ADD: added a StopTicks functions, to disable the timer used for ticks (TC0, TC1) iceman1001 2016-10-07 00:13:09 +02:00
  • 5a08545794 ADD: added a compiling flag -DHAS_512_FLASH i common/Makefile.common, to be used for PM3 devices with 512KB. Original commit from @hewitt iceman1001 2016-10-07 00:12:09 +02:00
  • 77e1bab94a REM: "hf legic writeraw" has been removed. iceman1001 2016-10-06 19:34:53 +02:00
  • 0e8cabed8d ADD: "hf legic eload" - Load binary file to emulator memory. Use "h" for help text ADD: "hf legic esave" - Save emulator memory to binary file. Use "h" for help text iceman1001 2016-10-06 19:13:23 +02:00
  • 9015ae0f5d CHG: "hf legic dump" now automatically detects tagtype and dumps accordingly. CHG: still #define codestyle should it be with or without semicolons? iceman1001 2016-10-05 22:58:06 +02:00
  • b1cd7d5ca6 FIX: one too many semicolons for #defines iceman1001 2016-10-05 22:18:26 +02:00
  • 00271f774a FIX: undeclared var on deviceside, FIX: "hf legic dump" is almost there. iceman1001 2016-10-05 22:07:32 +02:00
  • 633d068682 CHG: command name changes.. old "hf legic info" is now "hf legic reader" old "hf legic read" is now "hf legic rdmem" old "hf legic decode" is now "hf legic info" iceman1001 2016-10-05 21:42:13 +02:00
  • b9e8854a8b CHG: fixed the coverity build script iceman 2016-10-05 17:58:11 +02:00
  • fb6e631fbb Merge branch 'master' of https://github.com/iceman1001/proxmark3 iceman 2016-10-05 17:57:29 +02:00
  • f8f62cebc6 CHG: execution mode iceman 2016-10-05 17:57:01 +02:00
  • 77e72e8b1b CHG: execution mode iceman 2016-10-05 17:56:44 +02:00
  • 2715eb5fcf ADD: execution mode iceman 2016-10-05 17:56:00 +02:00
  • 635d6e9bef CHG: code clean up iceman1001 2016-10-05 17:10:29 +02:00
  • c417b2185c CHG: libcurses iceman1001 2016-10-05 17:10:14 +02:00
  • d6c891c5c8 ADD: added a install.sh script for easy installation of dependencies on linux. iceman1001 2016-10-05 16:27:52 +02:00
  • c15e07f11d CHG: making timings a bit tighter == faster read of tag. Like 1ms for whole tag. FIX: off-by-one bug in read-byte-loop. iceman1001 2016-10-04 23:08:39 +02:00
  • e1a0ed65ff FIX: forgot a LEN in print message. iceman1001 2016-10-04 21:42:56 +02:00
  • 1daa1226fd CHG: reading a complete MIM1024 takes about 2.8sec. This timeout is changed to 3sec now. iceman1001 2016-10-04 21:41:21 +02:00
  • 7a8db2f678 CHG: "hf legic read" - increased timeout values client side, reading MIM1024 takes a bit of time iceman1001 2016-10-04 21:26:19 +02:00
  • 86087eba00 Textual changes in helptext. Still no clear. iceman1001 2016-10-04 18:43:11 +02:00
  • 7bc3c99e7e CHG: "hf legic write" started to change this command to the updated code iceman1001 2016-10-04 18:05:55 +02:00
  • 77a689dbeb CHG: revert legiccrc8 to old algo. CHG: "hf legic decode" now loads EML memory CHG: legic timings is better. iceman1001 2016-10-04 00:07:07 +02:00
  • 0b0b182fe2 CHG: changed to use BigBuff_Eml memory instead of big_buff_malloc. CHG: downloading eml memory from device should use uint's CHG: "hf legic read" has a different printing. It now prints 32bytes / row iceman1001 2016-10-03 23:24:59 +02:00
  • 44d9c722f0 CHG: Patch for making PM3 compatible to MCU's CDC-Host libraries Thanks to @cjbrigato to tweak the cdc imp. https://gist.github.com/cjbrigato/ef7fc18119f7c4900efbbef9bda0eb0f iceman1001 2016-10-03 08:03:47 +02:00
  • 5660920679 FIX: the "hf list legic" on MIM1024 wrapped around readingbyte 255 due to a too small varible size. Causing the upperbits to drop silently iceman1001 2016-10-02 12:29:18 +02:00