Commit Graph

  • 61dda55df6 Merge branch 'master' of https://github.com/iceman1001/proxmark3 iceman 2016-01-28 22:44:43 +01:00
  • 9f8fc207a2 ADD: added superchargers types, Thanks to rmaisonneuve for compiling it. iceman1001 2016-02-07 15:54:25 +01:00
  • 1156e3e32f Merge branch 'master' of https://github.com/iceman1001/proxmark3 iceman 2016-01-16 21:54:01 +01:00
  • c9f8bc53c4 REM: commented out a reference to radixsort, which I'vent gotten to work. iceman1001 2016-01-25 20:32:24 +01:00
  • 6c38d4c96f Merge branch 'master' of https://github.com/iceman1001/proxmark3 iceman 2016-01-16 21:50:55 +01:00
  • d294f5825d CHG: Syntax suger Experiment: unfolded a loop. Experiment: speeding up "Hf mf nested" CHG: removed some default keys from "hf mf nested". It wasn't being used anyway. CHG: changed the way "hf mf nested" reports back keys CHG: "hf mf nested" and "hf mf chk" now prints the key-table. CHG: changed the output list for "hf mf chk" iceman1001 2016-01-25 20:28:34 +01:00
  • bd9dfaa891 CHG: Syntax suger EXperimented: unfolded a loop. iceman1001 2016-01-25 20:24:23 +01:00
  • 05e07571a4 FIX: earlier NULL check. iceman1001 2016-01-25 20:23:44 +01:00
  • df0dd9e9b6 REM: removed unused code. iceman1001 2016-01-25 20:22:59 +01:00
  • 109def22c8 FIX: Moved a free() call. iceman1001 2016-01-25 20:22:00 +01:00
  • 4c0cf2d215 Experimeting with finding the "WDT_HIT" bug in "Hf mf mifare", which not shows if "hf mf dbg" is set to 3 or more... iceman1001 2016-01-25 20:21:11 +01:00
  • 5f5254d631 FIX: Possible usage of NULL. iceman1001 2016-01-25 20:19:47 +01:00
  • 65c2d21d05 CHG: Syntax suger iceman1001 2016-01-25 20:19:15 +01:00
  • da198be4b5 CHG: Syntax suger iceman1001 2016-01-25 20:17:08 +01:00
  • f10646ef74 Merge branch 'master' of https://github.com/iceman1001/proxmark3 iceman 2016-01-13 12:33:09 +01:00
  • f66114426b CHG: removed a debug statement iceman1001 2016-01-21 13:01:07 +01:00
  • 93048e8b8b CHG: Added the urls to the new Wiki on github inside the flasher.c usuage text. CHG: Syntax suger iceman1001 2016-01-21 08:02:41 +01:00
  • 5496654aad CHG: Added some more identifications to token list, courtesy from a forum user iceman1001 2016-01-21 07:33:55 +01:00
  • 63852b2f51 Merge branch 'master' of https://github.com/iceman1001/proxmark3 iceman 2016-01-12 21:58:03 +01:00
  • 810f53792e ADD: added the possibility to choose which block num to attack with "hf mf mifare" Before it only worked on block 0. iceman1001 2016-01-20 22:26:01 +01:00
  • b725f2ca21 Merge branch 'master' of https://github.com/iceman1001/proxmark3 iceman 2016-01-12 19:26:56 +01:00
  • 5ebcb867a3 FIX: Some uninitialized variables, some syntax suger, and some extra WDT_HIT calls inside "ReaderMifare" to stop it from trigger when running multiple times in a row. iceman1001 2016-01-20 19:53:58 +01:00
  • 0920f54c66 CHG: Remake the "hf mf chkkeys" It now prints the found keys like "hf mf nested" does. It also tries to read key B if Key A was found. It also continues to the next key to find, when there is one match. Earlier all keys in .dic file, was tested even if it was found. iceman1001 2016-01-20 19:51:30 +01:00
  • 2c29cba82a Merge branch 'master' of https://github.com/iceman1001/proxmark3 iceman 2016-01-12 17:18:11 +01:00
  • e7d099dcaa CHG: syntax suger, text edit iceman1001 2016-01-20 17:46:23 +01:00
  • 87b28d31a1 CHG: Syntax suger iceman1001 2016-01-20 17:45:42 +01:00
  • d798d31cbe FIX: Coverity scans, uninitialized variables, CHG: unfolded some loops.. iceman1001 2016-01-20 17:44:51 +01:00
  • a70991cf6d Merge branch 'master' of https://github.com/iceman1001/proxmark3 iceman 2016-01-12 16:45:32 +01:00
  • cfcc826a9b Merge branch 'master' of https://github.com/iceman1001/proxmark3 iceman1001 2016-01-20 17:13:38 +01:00
  • 4a71da5a35 FIX: Coverity Scan complains about resourceleaks, array reads outside of index, uninitialized variables. iceman1001 2016-01-20 17:13:25 +01:00
  • 05fd71264a FIX: Coverity Scan complains that the realloc might fail.. iceman1001 2016-01-20 13:03:49 +01:00
  • 1f1929a4aa CHG: maybe this init works better? iceman 2016-01-12 15:57:53 +01:00
  • c2dac3f824 CHG, modified the configuration script iceman 2016-01-12 15:55:01 +01:00
  • bf22fab73b FIX: Coverity Scans complain about uninitialized usage of struct. Setting s->ODD and s->EVEN to zero should do the trick. iceman1001 2016-01-20 11:31:24 +01:00
  • 53831b8818 Merge branch 'master' of https://github.com/iceman1001/proxmark3 iceman 2016-01-12 10:40:18 +01:00
  • 5e32cf7575 FIX: #lld -> %#PRIu64" since the arguments are uin64_t iceman1001 2016-01-19 22:37:17 +01:00
  • edff4a417d ADD: created some build scripts for the CoverityScans iceman 2016-01-12 10:39:23 +01:00
  • 495d7f1326 FIX: Coverity scan, forgot one fread ... CHG: Syntax suger iceman1001 2016-01-19 22:25:34 +01:00
  • b112787d4f ADD: Some instructions for configure CoverityScan using alternative compiler like the ARM-NONE-EABI-GCC FIX: stupid clock() == -1 on systems who doesn't have it.. iceman1001 2016-01-19 21:48:29 +01:00
  • 8ceb1addcd FIX: Coverity Scan, #if - else -#endif statement most likely one row row. iceman1001 2016-01-19 20:55:55 +01:00
  • 704d552a77 FIX: Coverity Scans, z_stream.opaque not initialized, use Z_NULL; iceman1001 2016-01-19 20:28:29 +01:00
  • 886968335b FIX: Coverity scan, complain on z_stream.opaque is not initialized. Google it,says use: Z_NULL iceman1001 2016-01-19 20:26:19 +01:00
  • 841d7af0dc FIX: Coverity Scan warnings on not using the fread return value. iceman1001 2016-01-19 19:52:01 +01:00
  • 52cf34c1cc CHG: Syntax suger, space -> tabs. etc. FIX: Coverity Scan says out-of-bounds, Increased the databuffer. Legic List command needs to be re-done. iceman1001 2016-01-19 19:33:23 +01:00
  • 5f5aa82bb9 FIX: Coverity Scan says fgetc() returns a INT, iceman1001 2016-01-19 19:32:10 +01:00
  • 67d78d0cde CHG: syntax suger iceman1001 2016-01-19 19:31:34 +01:00
  • 89a40c3d1d REM: removed a print. The printing is done in the calling function. iceman1001 2016-01-19 18:06:14 +01:00
  • 8130eba4d1 CHG: Syncronized so all different parts uses the same implementation of Crapto1 v3.3 iceman1001 2016-01-19 18:01:16 +01:00
  • 1a4b67382a FIX: Coverity Scan resource leak iceman1001 2016-01-19 17:23:36 +01:00
  • a0f33b6682 CHG: started to clean up the crapto1 imp in client/nonce2key/ folder. iceman1001 2016-01-19 17:22:18 +01:00
  • 7d5169a0e9 CHG: minor change initializing array. iceman1001 2016-01-19 16:59:06 +01:00
  • 0697080e26 FIX: CoverityScan complains on getchar(), not reading the returning value iceman1001 2016-01-19 16:58:07 +01:00
  • 02a405967e CHG: The nonce from "hf mf nested" is fixed to this one, why is that one selected? Why not just all zeros or ones? iceman1001 2016-01-19 16:32:29 +01:00
  • 9974991e4b CHG: Syntax suger iceman1001 2016-01-19 16:31:38 +01:00
  • 639a571810 FIX: Coverity scan, remove a resource leak, wrong varible type. iceman1001 2016-01-19 16:29:49 +01:00
  • a429510647 REM: Removed #define llx PRIx64, all these defines are located in proxmark3.h iceman1001 2016-01-19 16:29:07 +01:00
  • 9b98cb88b2 ADD: Wrote a little help text to the nonce2key tools. iceman1001 2016-01-19 16:26:37 +01:00
  • 417f4ae127 CHG: Crapto1 v3.3 for the ARMSRC iceman1001 2016-01-19 16:19:59 +01:00
  • a1afa550ea CHG: Crapto1 v3.3 now with comments, and I've tried to unnest some loops. iceman1001 2016-01-19 16:17:29 +01:00
  • bb0fc401cc ADD: another key found iceman1001 2016-01-18 23:28:34 +01:00
  • 93b0bbd2dc FIX: the "make clean" for mfkey/Makefile now deletes the executables. iceman1001 2016-01-17 23:06:48 +01:00
  • 9d1eaa281f FIX: makeing sure the "make clean" now deletes the nonce2key.exe file. iceman1001 2016-01-17 23:00:50 +01:00
  • 02b6f355ca ADD: a markdown file for the readme.txt file. I want to be able to show the build status from TravisCI and Coverity Scans iceman1001 2016-01-16 23:14:14 +01:00
  • b351374ca8 CHG: Reversed @piwi 's changes to parity. I'm getting assembler compiler errors. iceman1001 2016-01-16 23:05:21 +01:00
  • ce161f5633 ADD: added the "llu" macro shortcut as format specifier. iceman1001 2016-01-16 23:04:19 +01:00
  • 952f3dc78f CHG: changed output for the "hf mf nested" to show KEY: A or B instead of 0/1 iceman1001 2016-01-16 23:02:54 +01:00
  • 4750877f2d FIX: Coverity fix with resource leakage iceman1001 2016-01-16 23:02:04 +01:00
  • e1ad67eaf2 FIX: Coverity Scan fixes, a bunch of them. iceman1001 2016-01-16 22:58:44 +01:00
  • 72109f8296 CHG: Updated the crapto1 imp to latest vesion3.3 ( Thanks @blapost !) iceman1001 2016-01-16 17:49:45 +01:00
  • 8977988fb6 FIX: forgot a lua object for the call to ConvertAsciiToHex. Thanks @romaric for finding it. iceman1001 2016-01-15 21:47:32 +01:00
  • 74d3f41bca CHG: lets see if I can get the perl script to work if I request "git fetch --all" before running the make command in Travis-CI iceman1001 2016-01-15 16:32:38 +01:00
  • 7f975d7e17 FIX: one of these days I will start being more observant about argument order iceman1001 2016-01-15 15:22:25 +01:00
  • 28093ebc10 FIX: wrong format specifier syntax iceman1001 2016-01-15 12:53:13 +01:00
  • 621601ecef ADD: some clocking for 'hf mf mifare', 'hf mf nested', 'hf mf chk' iceman1001 2016-01-15 12:45:15 +01:00
  • 3e110ad5ee REM: removed a dublett at end of file. iceman1001 2016-01-15 12:43:56 +01:00
  • 43d3f76921 FIX: this should remove some warnings while compiling on linux and when running Travis-CI in a docker container. some format specifier for uint64_t and getting the git history in the perl script. iceman1001 2016-01-15 12:43:29 +01:00
  • c2d2a5a6b5 CHG: Tried to unfold some loops inside ARM/crypto1 imp. It can't hurt, feels stabil. iceman1001 2016-01-13 22:24:12 +01:00
  • 4b2e63be17 FIX: Some <= fix for pwpivi 's hardnested suggested on the Pm3 forum. iceman1001 2016-01-13 21:51:47 +01:00
  • 738eeccd9d CHG: Tested to unfold some loops inside the crypto1 implementation to see if it generates some speed ups. Feels ok. iceman1001 2016-01-13 21:51:06 +01:00
  • 63c236144b FIX: Coverity, out-of-bounds read, 124 is less than (0x10*8)+2 (130) FIX: Coverity, dead-code, bitcomparison always false. Copy-paste error? but 0x0F can never be equal 0x10.. I guessing its 0x01. @pwpivi have to correct me if its wrong. iceman1001 2016-01-13 14:53:32 +01:00
  • 54d893143c FIX: Coverity, out-of-bounds read ... iceman1001 2016-01-13 14:51:02 +01:00
  • 6b1111d7b8 FIX: Coverity, resource leak, and variable can't be negative, iceman1001 2016-01-13 13:22:25 +01:00
  • 089f91dc9d FIX: GCC 4.8 complains the pointer is set before its used in a call to free(). Doesn't complain on Mingw, only Ubuntu.15.10 iceman1001 2016-01-13 13:15:34 +01:00
  • 40a532d97d FIX: Coverity, strlen(Cmd) can never be lesser than zero.. *douh* iceman1001 2016-01-13 12:58:10 +01:00
  • b891758968 FIX: Coverity, resource leaks 'nd more.. in "lf t55xx bruteforce" nasty piece of code... iceman1001 2016-01-13 12:50:18 +01:00
  • 4b8ee00f0d FIX: forgot to change a modified call from @pwpivi 's last update. iceman1001 2016-01-13 12:49:21 +01:00
  • 0d5ee8e245 ADD: @pwpiwi 's latest changes to 'hf mf hardnested' iceman1001 2016-01-13 09:31:13 +01:00
  • d16b33feb5 REM: Removed lot of obselete code from before. iceman1001 2016-01-13 00:24:37 +01:00
  • 3a532acfe1 ADD: "lf hid bruteforce" for a simple bruteforce attact against a HID reader. *work in progress* iceman1001 2016-01-13 00:16:11 +01:00
  • d04b71c168 FIX: tcgetattr for Linux in Ukbhit(), should return -1 if fail. iceman1001 2016-01-13 00:14:08 +01:00
  • f37fe8cb10 FIX: Coverity, Unchecked return value, CID #121288, lets do the same check that is everywhere is this call is used. iceman1001 2016-01-13 00:08:23 +01:00
  • 3f3fdce685 FIX: Coverity, CID# 121351, #121371, #121372, old code that is not used any more, I should remove this. iceman1001 2016-01-13 00:07:14 +01:00
  • 978920b9fc FIX: textual changes iceman1001 2016-01-13 00:05:55 +01:00
  • 6178e80e4a FIX: Coverity, resource leak, CID #121357, Mat needs to be free iceman1001 2016-01-12 23:56:15 +01:00
  • 33db73516d FIX: Coverity, logical vs bitwise operator, remove the extra '&' for it to become bitwise. iceman1001 2016-01-12 23:42:42 +01:00
  • 95d96ea38a FIX: Coverity, Unintended sign extension, data[7] would have become int, then uint64_t. Should work better now with adding typecasting. iceman1001 2016-01-12 23:40:57 +01:00
  • 3906036e11 FIX: Coverity, Resource leak, CID #121361, filehandle f needs to be free iceman1001 2016-01-12 23:38:47 +01:00
  • e683ecb6a5 FIX: Coverity, Resource leak, CID# 121360, keyBlock needs to be free iceman1001 2016-01-12 23:37:33 +01:00
  • 60daed79db FIX: Coverity, out-of-bounds write, CID#121340, CID#121341, CID#121342, CID#121343, wrong size in check, sprintf always adds a null terminator, so if filepath would have been 996 chars long, this might had happend... but no more. iceman1001 2016-01-12 23:35:06 +01:00
  • f1db8c2207 CHG: Syntax suger iceman1001 2016-01-12 23:29:05 +01:00