Commit Graph

  • 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
  • 61f97ca7ad CHG: annotation now only print relevant help text given selected protocoll. iceman1001 2016-09-29 21:37:19 +02:00
  • c649c43389 CHG: finally, the ticks timer does what it is supposed to do. 32bits and working. iceman1001 2016-09-29 21:36:43 +02:00
  • fabef615ec CHG: added addresize to legic select struct. CHG: TIMER, it turns out the TC0, TC1 and TC2 is only 16bit. So adjust to use two clocks to get a 32bit timer. CHG: code clean up in legic device side. consistency with variable names.. iceman1001 2016-09-29 17:43:39 +02:00
  • cb7902cdcd CHG: removed some debug data CHG: reverted back to old crc imp. iceman1001 2016-09-29 14:46:12 +02:00
  • ce1cccd697 UPD: got the latest updates (@badboy) from @zhovner mfdread. iceman1001 2016-09-29 14:18:21 +02:00
  • b7e8338d2b FIX: forgot I removed some other stuff iceman1001 2016-09-29 12:29:42 +02:00
  • f2ba788536 ADD: @zhovner 's mfd file parser https://github.com/zhovner/mfdread Looks really nice the parsed fileoutput. iceman1001 2016-09-29 12:23:35 +02:00
  • a39944216d CHG: a select_legic function with structs and stuff and iceman1001 2016-09-29 12:23:09 +02:00
  • d7e24e7c5f CHG: 'hf list legic' doesn't print the parity now. CHG: 'hf legic read' the device side timings is starting to look much better. HUGE Thanks to @will-rbnt for endless checks and logic analyser feedback. Without his effort this would not work. What does work? We can now use ANY IV in legic. The PM3 Master version is flawed, will only work with IV=0x55. iceman1001 2016-09-28 21:37:08 +02:00
  • 612c47d6b7 fix compile warning in client/flasher.c with gcc 6.2.0 menshiyun 2016-09-27 22:51:32 +08:00
  • 6a12ad0c86 Merge pull request #33 from osysltd/patch-2 Iceman 2016-09-27 09:37:19 +02:00
  • bd437fdd9b Update README.md Osys 2016-09-27 10:34:29 +03:00
  • 11dee3d5a6 CHG; the devil is in the details iceman1001 2016-09-26 21:53:51 +02:00
  • 584e28e54b CHG: Minor tweaks, the tracing dissappeared, the spindelay for powering up too long. iceman1001 2016-09-26 21:40:05 +02:00
  • 323e05cc20 CHG: added the verbose flag, to make the output in "hf search" lesser. iceman1001 2016-09-26 21:39:04 +02:00
  • 3c6542087e CHG: @ikarus23 removed all missleadning warnings for GCC6.1.1. iceman1001 2016-09-26 21:38:19 +02:00
  • 2943527472 Fixed all "misleading-indentation" warnings (fixes #187). ikarus 2016-09-26 21:15:49 +02:00
  • 9b3c48688e Revert "Do not treat gcc's "misleading-indentation" warning as error." ikarus 2016-09-26 20:39:31 +02:00
  • 62577a62ae FIX: Much of my added extra legic code is commented away now. FIX: the gcc6.1.1 warning broke my gcc 4.8.4 build env.. iceman1001 2016-09-26 20:21:31 +02:00
  • fada2feaf7 ADD: @ikarus / @pwpiwi solution to stop treating GCC 6.1.1 warnings like errors. Should compile fine now on GCC6.1.1 iceman1001 2016-09-26 20:02:40 +02:00
  • 3e750be37c ADD: started to add a legic detection to "HF SEARCH" iceman1001 2016-09-26 20:01:23 +02:00
  • fd4f21b766 Do not treat gcc's "misleading-indentation" warning as error (fixes #187). ikarus 2016-09-26 19:21:01 +02:00
  • f1f7430ae0 CHG: removed the ubuntu build variable which is no needed anymore to build on ubunutu. CHG: Some warnings in cmdhflegic.c is solved. iceman1001 2016-09-26 17:19:35 +02:00
  • 0baea563de CHG: added some cleaning up earlier configurations, so the new config settings will be pure. iceman 2016-09-26 17:11:01 +02:00
  • 7cc8fee986 Merge pull request #32 from osysltd/patch-1 Iceman 2016-09-26 15:28:22 +02:00
  • 9b8fb1da66 Update README.md Osys 2016-09-26 16:23:27 +03:00
  • 7c91c8bf24 CHG: and now that I do actually check on bitlenght, I can get a better annotation yet again. Looking at it raises a question, acknowledge is 0x19 or 0x39, they just don't match up with tagtype identification of 0x0D, 0x1D, 0x39. I'll need to look at a 1024 tags response in a trace with a valid reader. iceman1001 2016-09-26 12:58:11 +02:00
  • 06c185d020 FIX: could be a problem, when not using parnethesis around inparams in #define. iceman1001 2016-09-26 12:30:34 +02:00
  • 337f703662 FIX: "indent" warns about this one. iceman1001 2016-09-26 12:29:24 +02:00
  • c3b6fdfa5b CHG: saw @menshiyun 's change to localtime on github. CHG: make sure that the 'iceman' label is in the version text. This is purely to make sure if they are using my fork or not. iceman1001 2016-09-26 12:28:35 +02:00
  • faabfafe30 CHG: using bitsend to determind the legic annotation in "hf list legic" makes false positives much less. iceman1001 2016-09-26 12:26:37 +02:00
  • e1deabc0eb CHG: fixes a "indent" warning iceman1001 2016-09-26 11:04:04 +02:00
  • 1c59e80aba CHG: fix a "indent" warning. iceman1001 2016-09-26 11:01:33 +02:00
  • cf08edc97c Merge branch 'master' of https://github.com/iceman1001/proxmark3 iceman1001 2016-09-26 10:37:32 +02:00
  • 7d0efb37d8 CHG: the "indent" software warns about some assingments. I've tried to fix them. iceman1001 2016-09-26 10:37:00 +02:00
  • dac582546a Update README.md Iceman 2016-09-25 13:06:32 +02:00
  • fcfd0cbc4e Merge pull request #197 from menshiyun/test-pr Iceman 2016-09-25 08:46:59 +02:00
  • 5bac3d9b3c fix client/Makefile menshiyun 2016-09-25 14:32:06 +08:00
  • 94e27a0961 fix client/Makefile menshiyun 2016-09-25 14:26:11 +08:00
  • 25d52dd261 CHG: according to measureement by @wilrn the actual timing for receiving tag data, is 90us (ONE) and 100us (ZERO) which is not mentioned anywhere before. What a find! iceman1001 2016-09-24 15:15:24 +02:00
  • 775c4c4a28 test-pr menshiyun 2016-09-24 12:56:08 +08:00
  • d5bded10e2 CHG: lowered the timout again, but re-added the spindelay since 14a requires 5ms powerup before entering the idle-state where tag starts to listen. CHG: fix the ticks compare xx > 1 into xx >= 1 iceman1001 2016-09-23 23:23:17 +02:00
  • 93b7aa8f88 ADD; added some more descriptions of what the legic prng imp does. iceman1001 2016-09-23 21:29:34 +02:00
  • f885043422 FIX: "hf 14a read" / "hf mf *" / "hf mfdes info" and failure when calling these commands serveral times in row. For long transactions the sspclock compare with >1 instead of >=1 .. Now the timer resets properly. CHG: use some #define constants for iso-commands. iceman1001 2016-09-23 21:28:07 +02:00
  • 9bd1640803 Merge branch 'master' of https://github.com/iceman1001/proxmark3 iceman1001 2016-09-23 16:36:01 +02:00
  • 24c49d36ba FIX: This commit fixes the broken LF since I change the spindelay calls. The original problem is that spindelayus calls is incremented with21.3us each step, making it very hard to find exact timings found in the datasheets for T55x7, HID etcetc. When @marshmellow and I looked into this 2014, I had this on my back of my mind but forgot it since I didn't know how the source code / pm3 worked. This behavior in spindelayus has given the bit-period for ON/OFF measured in (us) very hard to find. Its kind of magic that it worked so far so good. Well until I started to look into the "hf legic" bitbanging ASK ON/OFF keying and that one needs a much more precis timer. Same goes for the PCF7931 code. iceman1001 2016-09-23 16:35:26 +02:00
  • ca142ab73d Merge pull request #31 from osysltd/patch-1 Iceman 2016-09-23 14:31:12 +02:00
  • d79411bfba fix typo Osys 2016-09-23 15:20:57 +03:00
  • 99911e5c7b Merge pull request #196 from k02a/patch-5 Iceman 2016-09-23 13:04:07 +02:00
  • 8e4021fddc Update README.md Iceman 2016-09-21 20:37:43 +02:00
  • 22f4dca88c CHG: extracted some timers functionality, to get unified access to a timer/clock which counts in ticks. Moved stuff from util.c iceman1001 2016-09-21 19:03:32 +02:00
  • 4490a47690 ADD: some new mifare key found, iceman1001 2016-09-20 23:20:27 +02:00
  • 87342aadbc CHG: adjusted timing according to @sentinel 's traces iceman1001 2016-09-14 16:18:04 +02:00
  • ad8a18e66e Code cleanup Johnny Bengtsson 2016-09-14 13:27:24 +02:00
  • a5d8246568 Merge pull request #26 from ickerwx/indentation_fix Iceman 2016-09-13 23:37:39 +02:00
  • 1cb9b2a3cf used tabs instead of spaces René Werner 2016-09-13 21:04:13 +02:00
  • 78f59945a7 fixed indentation to get rid of warnings René Werner 2016-09-13 20:57:25 +02:00
  • 41f08b7c08 Merge pull request #195 from k02a/patch-4 Iceman 2016-09-13 14:25:02 +02:00
  • 015520dc4e Warning removal fix Johnny Bengtsson 2016-09-13 12:21:46 +02:00
  • 69f30e3209 Update README.txt Iceman 2016-09-12 23:34:42 +02:00
  • 9c7509706a Merge 0a5bce3eafc9b2c14ca0dc84968676f63bf639b0 into 04dc10fc4372acbd383ce967559e126d5f69fcd8 Johnny Bengtsson 2016-09-12 16:06:33 +00:00
  • 04dc10fc43 Merge pull request #193 from k02a/patch-2 Iceman 2016-09-12 18:06:24 +02:00
  • b2030b2216 Merge pull request #192 from k02a/patch-1 Iceman 2016-09-12 18:04:14 +02:00
  • 0a5bce3eaf Warning removal fix Johnny Bengtsson 2016-09-12 16:08:57 +02:00
  • 887f6ab4b3 Better Linux compilation compability Johnny Bengtsson 2016-09-12 16:03:46 +02:00
  • 147a3169fd Better Linux compilation compability Johnny Bengtsson 2016-09-12 15:55:44 +02:00
  • 111c6934d4 CHG: Small steps, the waiting time between frames was unclear. At least now the tags answers to a readbyte command after the setup phase. iceman1001 2016-09-12 09:19:49 +02:00
  • 76471e5d17 CHG: reverted back from the idea of measureing in (us) microseconds, the timer is too raw, gives 10-15us delays. Now we are measuring ticks, which is (1 us = 1.5ticks) like it was before. ie: 80us = 80*1.5 = 120ticks. iceman1001 2016-09-11 11:14:12 +02:00
  • db44e049b0 CHG: this timing should be quite good. needs to be verified. iceman1001 2016-09-10 22:47:11 +02:00
  • b4a6775b5e CHG: a better micro second (us) spindely function. At average it has 8-10us delay, but its linear. Making error less when you want to wait longer.. iceman1001 2016-09-10 21:43:08 +02:00
  • f72669f366 ADD: since the client now calls legic prng, this is needed here too. CHG: the OS X QT4 vs QT5 detection. NOT fixed yet. iceman1001 2016-09-09 11:58:53 +02:00
  • 5d15891e2b FIX: Even the US clock had the issues with not resetting properly. Now its always ZERO when you call StartCountUS. iceman1001 2016-09-09 11:57:31 +02:00
  • ad5bc8cc8c In my attempts to make the LEGIC code better, its not working now. Timings if off. iceman1001 2016-09-09 11:56:20 +02:00
  • 1b12afbd9f CHG: better annotation for 'legic' iceman1001 2016-09-07 12:36:46 +02:00
  • e619ddc071 FIX: Better legic annotation, show which byte was targeted during read and write commands. iceman1001 2016-09-03 12:20:12 +02:00