Commit Graph

  • c23d2618ba FIX: mental note to self, don't code when tried. "size" should have been "sizeof". I need to fix my build for armsrc again. iceman1001 2016-08-03 00:51:26 +02:00
  • 80920fac96 FIX: forgot a semicolon iceman1001 2016-08-03 00:42:23 +02:00
  • 65cdf0e3f9 FIX: Coverity scan 1333852, Make sure (card) is not null before accessing it. iceman1001 2016-08-03 00:39:02 +02:00
  • c3e8413c2b CHG: Some testing of timings on 14443b, FIX: CoverityScan 133854 , out-of-bounds read, when calculating crc. iceman1001 2016-08-03 00:35:14 +02:00
  • 3e82f956d8 FIX: COverityScan 133865, out-of-bounds access, Forgot that bits is not used in Logtrace but bytes. iceman1001 2016-08-03 00:25:53 +02:00
  • fd9212e183 FIX: CoverityScan 133857, cast to uint32_t will stop eventual problems. However its a uint_16 so it shouldnt be a problem to start with. iceman1001 2016-08-03 00:15:26 +02:00
  • 34c81fe01c FIX. COVERITYscan 133860, initialize to zero. This function is still not working but at least now it doesnt crash the client. iceman1001 2016-08-03 00:13:33 +02:00
  • 5fe0a11dfe FIX: CoverityScan, 1333853, out-of-bounds, well, if I have 3 items in a array, don't start reading 4... iceman1001 2016-08-03 00:10:21 +02:00
  • 9320c73634 Merge pull request #18 from alexgrin/iceman_master Iceman 2016-08-02 23:22:51 +02:00
  • e31a0f736e FIX: LEGIC - potential stack corruption calculating CRC from user input Alexis Green 2016-08-02 14:10:33 -07:00
  • 0892708119 FIX: CoverityScan 123465 - Resource leak Alexis Green 2016-08-02 13:57:44 -07:00
  • 5147ec6959 CHG: LEGIC - allow offline mode due to existing offline command Alexis Green 2016-08-02 13:37:05 -07:00
  • e719470c46 Merge branch 'master' of https://github.com/iceman1001/proxmark3 iceman1001 2016-08-02 16:06:40 +02:00
  • 5f7e30f8d5 FIX: CoverityScan 133858 -uninitialized data iceman1001 2016-08-02 16:05:50 +02:00
  • aeb128e2bb chg: another way of checking a array for NULL iceman1001 2016-08-02 16:04:57 +02:00
  • bf2cd64406 fix: CoverityScan 133855 -out-of-bounds bits was used as index to cmd array. iceman1001 2016-08-02 16:04:03 +02:00
  • ab981f0581 Merge pull request #17 from alexgrin/iceman_master Iceman 2016-08-02 10:14:01 +02:00
  • 6e321dd8f3 Fixing warning: warning: ignoring return va 'scanf', declared with attribute warn_unused_result [-Wunused-result] Alexis Green 2016-08-01 13:03:46 -07:00
  • 981aefe33d Merge pull request #16 from alexgrin/iceman_master Iceman 2016-08-01 09:02:49 +02:00
  • 22e31cd087 Fixing clang compilation warning warning: shifting a negative signed value is undefined [-Wshift-negative-value] Alexis Green 2016-07-31 22:35:16 -07:00
  • 9f52c9db28 FIX: removed a compiler warning, the stringlen is not used anymore. iceman1001 2016-07-31 22:03:46 +02:00
  • b1013281d3 minor textual fix iceman1001 2016-07-31 22:01:40 +02:00
  • af4308b97b CHG: Moved some includes, defines, structs from .c into header file. iceman1001 2016-07-31 22:00:49 +02:00
  • cc4c8fd6cf FIX: getting rid of a compiler warning message. iceman1001 2016-07-31 21:59:29 +02:00
  • a41d3dbb90 ADD: started to rework the wiegand converting. Extracted it from the 'lf hid' file. Looks decent but still needs work. iceman1001 2016-07-31 21:58:15 +02:00
  • 4a843840e3 Merge pull request #15 from alexgrin/iceman_master Iceman 2016-07-31 21:53:14 +02:00
  • 415e9f00d5 Adding a 'recoverpw' command for T55xx to try to recover corrupt password written by a handheld cloner by fiddling with bits in the expected password. Alexis Green 2016-07-28 13:52:59 -07:00
  • a0c7eea77a CHG: moved out some help-texts into its own usage-functions. iceman1001 2016-07-31 11:37:19 +02:00
  • 00abc7c1ab CHG: Moved a 'include' statement to header file iceman1001 2016-07-30 19:37:15 +02:00
  • 955228691e REM: cleaning up some commented code. iceman1001 2016-07-30 19:36:48 +02:00
  • d0724780ab FIX: Found a minor bug in 'LF CMDREAD' where it on device side didn't compare with the right char 'h' instead of 'H'. Re-wrote that whole part anyway, I changed periods to be max 0xFFFF in length, doubtful that a zero or one delay will be bigger than 65535... iceman1001 2016-07-30 19:30:53 +02:00
  • dc6c90c376 CHG: The jablotron demod now deals with the strangeness of hex symbols A-F in cardid the same way a reader prints it. iceman1001 2016-07-29 23:30:40 +02:00
  • dae31af21e ADD: Binary Encoded Digit -> Decimal ADD: Decimal -> Binary Encoded Digit iceman1001 2016-07-29 23:29:37 +02:00
  • 514ddaa2ff CHG: help text changes in cmdlfjablotron.c CHG: increase byte size to uint16_t in crc.c CRC16Legic iceman1001 2016-07-29 20:58:52 +02:00
  • f5538c1c4e chg: textual change. iceman1001 2016-07-29 20:53:56 +02:00
  • ddbe76d3c6 CHG: redundant 'return' statement removed iceman1001 2016-07-29 14:32:13 +02:00
  • 29ce214c65 CHG: better printing output of card ID CHG: better detecting in preambl. 16bits with 1, and a zero bit. Also cleared this topbit when cloneing and simulating. iceman1001 2016-07-29 14:31:39 +02:00
  • 8ae9b358f8 CHG: textual changes to help text. CHG: removed the 'd' as input, the clone/sim commands is simpler. CHG: printing of card ID is now zero padded. iceman1001 2016-07-29 13:46:05 +02:00
  • 6c28395106 ADD: LF JABLOTRON functionality. with clone/sim and detection in LF SEARCH. CHG: removed no-existing crc8ja code FIX: a check in ASKbiphaseDemod to make sure graphbuff is not empty. iceman1001 2016-07-29 11:04:12 +02:00
  • e92948c60c FIX: that OEM variable that is unused. iceman1001 2016-07-28 22:22:34 +02:00
  • ba4ad25b37 FIX: Fixed some warnings I didn't take notice off. - memcpy should have been "memset" - forgot to add function declaration into header file. iceman1001 2016-07-28 22:17:44 +02:00
  • 758f5ee3e5 CHG: removed the wiegand converting, since I'm not happy with how its implemented. This is rework in progress. iceman1001 2016-07-28 21:50:54 +02:00
  • 1e2bb9c9f4 CHG: trying to figure out why I can't get the seconds out.. iceman1001 2016-07-28 21:48:53 +02:00
  • 53b3c3e816 ADD: Added some new analyse functions like CHKSUM ADD/SUBTRACKT with one's complement iceman1001 2016-07-28 21:47:52 +02:00
  • c827ffb098 spacing.. iceman1001 2016-07-28 21:46:27 +02:00
  • ab3af4fe85 CHG: forgot to add the reflect function iceman1001 2016-07-28 21:45:00 +02:00
  • 3e134b4c20 CHG: merged the forum user @jason 's fixes to LEGIC. *UNTESTED* CHG: changed the CRC implementations. iceman1001 2016-07-28 21:41:44 +02:00
  • 83dad64b91 ADD: some new usb commmands from EMV, and for LEGIC. iceman1001 2016-07-28 21:16:02 +02:00
  • 91d4cda48b CHG: removed the linking to radixsort.c iceman1001 2016-07-28 20:42:46 +02:00
  • 4ccdc189bd Merge branch 'master' of https://github.com/iceman1001/proxmark3 iceman1001 2016-07-28 20:41:54 +02:00
  • ef3f88bca9 disable extra attack - disable stats.txt marshmellow42 2016-07-28 12:52:18 -04:00
  • b82c2f85e4 Update README.md Iceman 2016-07-28 18:38:20 +02:00
  • 1f1d974f02 CHG: added a comment iceman1001 2016-07-23 18:33:30 +02:00
  • 2de9622f0e CHG: some clearing of memory iceman1001 2016-07-23 18:31:20 +02:00
  • a273fcfda2 Merge pull request #14 from k02a/patch-2 Iceman 2016-07-22 22:57:28 +02:00
  • 517f8f84e4 Merge pull request #13 from k02a/patch-1 Iceman 2016-07-22 22:55:00 +02:00
  • 39814f19ab Addition of depending library flags... k02a 2016-07-22 13:52:12 +02:00
  • a360a90bb6 Improved compilation compability on Linux k02a 2016-07-22 13:40:05 +02:00
  • 24d6432831 Merge pull request #12 from k02a/patch-1 Iceman 2016-07-22 10:13:11 +02:00
  • e13ccb6b3f Inclusion of unused oem variable k02a 2016-07-22 09:49:02 +02:00
  • 36e78d669c CHG: added some includes / libarys for HomeBrew AND QT5 compiling on MAC OSX. They are commented away, but if you need it replace the other two lines and uncomment. All credit to @koalazak [ref] ed1525805c iceman1001 2016-07-21 17:26:17 +02:00
  • 81ba7ee837 CHG: minor changes to code, mostly newlines, change a value to #DEFINE END_OF_LIST_MARKER CHG: GOOD_BYTES_REQUIRED changed from 28 > 13, makes it nonce collecting part faster, but the fail rate goes also up. its a value to fiddle with. iceman1001 2016-07-20 12:02:08 +02:00
  • ed1525805c Add details to compile using brew in Mac OS X Facu ZAK 2016-07-19 21:17:38 -03:00
  • b9b480d081 chg: name error? iceman1001 2016-07-07 10:01:50 +02:00
  • a8ee668770 CHG: moved includes into header file where it belong iceman1001 2016-07-07 02:15:40 +02:00
  • e7470660c2 ADD: added the nonce_struct needed for @marshmellow42 's enhanced "sim x" attack. iceman1001 2016-07-07 02:14:03 +02:00
  • 0cbe0cb8d6 chg: changed comment iceman1001 2016-07-07 02:13:02 +02:00
  • 9d7e9935af syntax suger iceman1001 2016-07-07 02:10:09 +02:00
  • 2d1885f1d1 CHG: Now it prints the correct UID bytes etc. iceman1001 2016-07-07 02:09:16 +02:00
  • 91f4d53123 couple bug fixes - clean up marshmellow42 2016-06-28 21:02:26 -04:00
  • 76ef5273d8 hf mf sim code cleanup - update changelog marshmellow42 2016-06-27 00:09:40 -04:00
  • 73ab92d14c mf 1k sim reader attack cleanup marshmellow42 2016-06-25 00:53:53 -04:00
  • bbd118760b allow mf1k reader attack from file full of UIDs marshmellow42 2016-06-24 23:43:53 -04:00
  • 6eae192c41 fix bug in moebius nonce collection - now finishes marshmellow42 2016-06-24 16:46:11 -04:00
  • c872d8c177 update hf mf sim x attack mode - start 10byte uid.. marshmellow42 2016-06-24 01:31:27 -04:00
  • 7314995a5a hf mf sim x reader attack add-ons marshmellow42 2016-06-22 11:26:11 -04:00
  • 79dcb9e090 improve hf mf sim x reader attack marshmellow42 2016-06-22 11:03:37 -04:00
  • 0a856e292a CHG: adjusted the debug message to the correct mfkey32v2 with right number of parameters. iceman1001 2016-06-22 09:35:18 +02:00
  • e0530dbcec Applied @icsom 's fixes from: b577582490 iceman1001 2016-06-22 09:33:21 +02:00
  • ac36c57789 FIX: this should fix the compilation error for MAC users. iceman1001 2016-06-20 13:32:22 +02:00
  • 3c61ee4338 chg: added to print the author. iceman1001 2016-06-20 13:31:51 +02:00
  • 180ec86ef0 @marshmellow42 's fix the AskEdgeDetect cleaning tool. de53156e1e iceman1001 2016-06-20 13:26:45 +02:00
  • 9686a8d4d5 @marshmellow42 's fix askAMP 16ea2b8ca3 iceman1001 2016-06-20 13:21:36 +02:00
  • 16ea2b8ca3 fix askAmp marshmellow42 2016-06-20 00:42:03 -04:00
  • 8f2268397d fix bug in viking clone/sim marshmellow42 2016-06-20 00:28:26 -04:00
  • de53156e1e Fix the AskEdgeDetect cleaning tool marshmellow42 2016-06-19 23:44:54 -04:00
  • f3cbb7bc7b CHG: wrong minor version value. 0x1 -> 0x0 for desfire ev1 detection iceman1001 2016-06-15 09:22:55 +02:00
  • d118e70f5d CHG: Thanks to @Mackwa for looking up the expected Desfire EV2 major version byte. iceman1001 2016-06-14 10:21:52 +02:00
  • 5558d935bd ADD: added the skeleton for analysing dates in a given byte array. iceman1001 2016-06-13 21:55:52 +02:00
  • 288c6845a7 ADD: added some identification on between old Desfire, Desfire EV1 and Desfire EV2 DEL: removed two old des-commands files which wasn't used. iceman1001 2016-06-13 19:05:50 +02:00
  • 83f11ccf72 Merge pull request #181 from raburton/tune pwpiwi 2016-06-08 16:20:11 +02:00
  • c0d32c3186 Merge remote-tracking branch 'upstream/master' marshmellow42 2016-06-05 22:20:36 -04:00
  • fdcfbdcc21 add l/h option to hw tune and optimize order of tuning Richard Antony Burton 2016-05-30 18:30:38 +01:00
  • ddaecc0826 FIX: this corrects the bug when running "hardnested" serveral times a faulty wrongsized key is returned. Just needed to clear the variable every run. iceman1001 2016-05-31 13:11:04 +02:00
  • 2605eca35a Merge pull request #8 from zhovner/master Iceman 2016-05-27 04:10:36 +02:00
  • 57eba86be6 Typo in hf 14a sim help Pavel Zhovner 2016-05-26 20:10:03 +03:00
  • 26922aefd7 Update cmdlfawid.c Iceman 2016-05-21 09:42:41 +02:00
  • 6fcb5dda51 Merge pull request #175 from hiviah/master Martin Holst Swende 2016-05-20 13:24:40 +02:00
  • cd2872f2cc Merge pull request #178 from dnet/cmdlf-unused-strlen Martin Holst Swende 2016-05-20 13:17:31 +02:00
  • ba2e685d67 Update README.md Iceman 2016-05-19 13:07:52 +02:00