Commit Graph

  • 98c799ba49 BUG: smash stack in addParity call. Didn't take in consideration that it adds bits per parity to the array.. iceman1001 2016-02-27 19:21:49 +01:00
  • 90639dd1cc FIX: lets see if this fixes the pyramid clone crash on OSX iceman1001 2016-02-27 18:57:49 +01:00
  • 69c4516d32 chg: minor changes to text, explaining current implementation for "lf pyramid clone/sim" only works for 26bits. iceman1001 2016-02-27 12:12:05 +01:00
  • 220d638d92 ADD: started to add a lua script for reading 14b tags, will help when making scripts against iso 14443b tags. iceman1001 2016-02-27 09:24:40 +01:00
  • 4b3655e7f4 FIX: spelling misstakes. FIX: output of block number should be two digits for nicer layout FIX: strange branching in the pyramid demod in cmddata.c, it will now always print the unknown length message FIX: another go at the coverity scan bug in proxmark3.c. (resource leak for cmd) iceman1001 2016-02-27 09:21:19 +01:00
  • ce9a7cbf33 ADD: "LF PYRAMID SIM" iceman1001 2016-02-26 22:40:13 +01:00
  • 581b31fb8a FIX: "LF PYRAMID CLONE" now works. iceman1001 2016-02-26 22:10:27 +01:00
  • f087591d59 FIX: calcs wiegand correct, adds wiegand parity correct, adds checksum correct, add even parity to blocks correct. - when ran it clones nice, the "lf search" finds a pyramid och checksom is ok. However, the wiegand decode is wrong. Something about where in bitarray to put the startformat bit and wiegand bits... iceman1001 2016-02-26 21:11:56 +01:00
  • f6af1cf0ad FIX: the 14b crc was called wrong in LUA. You enter a hexstring already, and get a hexstring back. iceman1001 2016-02-25 17:51:02 +01:00
  • 71cb7328e3 ADD: added some pyramid commands. //not finished. iceman1001 2016-02-25 17:49:48 +01:00
  • 916639ffd9 ADD: Chrisfu 's most excellent homebrew file, adjusted for my fork. REF: https://github.com/chrisfu/homebrew-proxmark3 iceman1001 2016-02-24 09:05:36 +01:00
  • 683180cb60 ADD: added a simple test of known pwd algos based on uid. iceman1001 2016-02-24 08:31:46 +01:00
  • b9411ebac8 ADD: added a simple sleep function. Thanks to Mosci iceman1001 2016-02-23 08:24:01 +01:00
  • cd0bed3c98 FIX: textual fix iceman1001 2016-02-22 17:51:07 +01:00
  • a75d63f19b ADD: added the crc8legic to Lua. call it with core.crc8legic also a helper function to take a hexstring and calc the crc on it, was added inside utils.lua iceman1001 2016-02-22 17:50:32 +01:00
  • c0f15a05b3 ADD: Marshmellows fixes for "lf t55xx" and "lf cmdread" ref: https://github.com/Proxmark/proxmark3/pull/166/files iceman1001 2016-02-21 17:44:25 +01:00
  • c7962313cc FIX: an extra break inside "Hf mf cgetsc" made it not read the fourth block in the sector. iceman1001 2016-02-20 00:29:35 +01:00
  • 14dff8e330 CHG: -O3 flag in the makefile. iceman1001 2016-02-19 22:35:15 +01:00
  • b03006794f CHG: removing some time-debug statements. CHG: increased the time-out message 2sec, in proxmark, to make "hf mf chk" work better. CHG: still trying to solve the "hf mf mifare" WDT_HIT bug. iceman1001 2016-02-19 22:34:39 +01:00
  • e66ff99cc9 CHG: revert old fiddeling, I should not touch the HIDflasher. iceman1001 2016-02-19 22:32:38 +01:00
  • 95215e873f FIX: this free call still annoys Coverity Scan. iceman1001 2016-02-19 22:31:35 +01:00
  • 0516439959 ADD: Added @marshmellow42 's new ST (sequence terminator detection) iceman1001 2016-02-19 22:30:19 +01:00
  • 25606bd724 FIX: For ld (linker) there is no "-=", so lets try re-assign ldlibs instead iceman1001 2016-02-18 23:01:12 +01:00
  • 28d47dc9b4 CHG: textual change in README.md FIX: Mac OSX ld (linker) warning for -L/usr/local/lib, testing to remove it for mac builds. iceman1001 2016-02-18 21:08:47 +01:00
  • 75cf8623d6 FIX: Undo one of my fixes.. *sigh* need to be more specific when / where to call free. iceman1001 2016-02-18 20:48:24 +01:00
  • c0bab227ad CHG: Updated the README.md to be clearer. iceman1001 2016-02-18 20:40:04 +01:00
  • eb5206bd20 FIX: resource leak, forgot a free iceman1001 2016-02-18 20:39:41 +01:00
  • 1abd86f17a CHG: CHange the definition of MAX_GRAPH_TRACE_LEN to match eachother. REM: removed a include header to graph.h in ui.h. iceman1001 2016-02-18 20:19:33 +01:00
  • dfc5ee8893 FIX: Removed a double const iceman1001 2016-02-18 20:08:55 +01:00
  • 45293f1096 FIX: the #define M_PI is now optional. Moved a bunch of header invocations into the ui.h iceman1001 2016-02-18 20:08:34 +01:00
  • 02ac2ed464 FIX: 256 is too big for uint8_t iceman1001 2016-02-18 20:07:50 +01:00
  • 0608673a3f CHG: testing my travis-ci configuration iceman1001 2016-02-18 19:04:15 +01:00
  • 805cd07e25 CHG: this makefile should compile on Ubuntu 1404 without problems. The QT4-5 detection is inside MINQW detection part. iceman1001 2016-02-18 18:55:44 +01:00
  • fd9552568d CHG: First step to make my makefile better for other dev.env's These changes makes it look more like PM3 master version. The extra libs are added when MINGW is detected. iceman1001 2016-02-18 18:43:20 +01:00
  • 07f970aad7 chg: ego credits....one of these days I'll remove 'em iceman1001 2016-02-18 17:48:17 +01:00
  • 6cf8fcb002 FIX: corrected one of my own bugs which made the calccrc8 not accept the input hexstring. iceman1001 2016-02-18 17:46:11 +01:00
  • 838c15a643 ADD: added some time debug statements to be able to measure execution time. CHG: change the auth_ex method to send usb package faster, REM: removed some bucketsort changes. iceman1001 2016-02-17 17:30:37 +01:00
  • aacb96d7ed FIX: Coverity scan fixes, hard to keep track of stringlengths while reading and copying in C. iceman1001 2016-02-17 10:46:08 +01:00
  • 82885445b3 FIX: cuid order... iceman1001 2016-02-16 23:51:52 +01:00
  • b882b54314 FIX: introduced a bug in a loop by uint8_t inside crapto1.c CHG: textual helptext change in "hf mf nested" CHG: loop inside "nested". Still not fast enough. I wonder if qsort can be exchanged for radixsort or bucket sort? iceman1001 2016-02-16 23:46:34 +01:00
  • 7504dc50d5 Merge branch 'master' of https://github.com/iceman1001/proxmark3 iceman1001 2016-02-16 21:43:45 +01:00
  • ee97a92adb CHG: testing a prng_successor_one method iceman1001 2016-02-16 21:41:10 +01:00
  • a1689f417f CHG: print_hex_break now prints rownumber instead of byte position iceman1001 2016-02-16 21:39:25 +01:00
  • 489c39c9a5 CHG: remove clang warning for -O4, iceman1001 2016-02-16 21:38:36 +01:00
  • 3989d6fff6 chg: the windows exe annoys the linux compiler iceman 2016-02-15 02:50:00 +01:00
  • 4211fdce31 chg: the windows exe annoys the linux compiler iceman 2016-02-15 02:49:26 +01:00
  • 5fdf867253 CHG: some timing iceman 2016-02-15 02:49:04 +01:00
  • a70fcfb655 add: added a noncedistance method iceman 2016-02-15 02:46:48 +01:00
  • 6e91de5a8d add: added a test function for nonce distance iceman 2016-02-15 02:46:15 +01:00
  • e7902ca0a5 chg: removed testmessage iceman 2016-02-15 02:45:43 +01:00
  • c2a714e3ce ADD: forgot to add the bruteforce command to the commandtable. *experimental, its a simple bruteforce* *not tested* CHG: some textual changes to helptext. iceman1001 2016-02-16 21:11:17 +01:00
  • 1fe0992d06 FIX: marshmellow42 's fix using memcpy instead of re-assign pointer. Ref: 38b3509542 iceman1001 2016-02-16 18:15:18 +01:00
  • f7f844d0ba CHG: added timeouts for downloading values from device, to make the client more responsive. CHG: still curious for the printf_hex_breaks method, why it behavies strange. iceman1001 2016-02-16 10:54:41 +01:00
  • 085e8501f7 Updated the CHANGELOG.md iceman1001 2016-02-16 10:44:30 +01:00
  • 1d5464397c ADD: first try to implement crc-16 for Legic Advant *not working yet* Can't verify it. iceman1001 2016-02-16 10:44:12 +01:00
  • 4a7415c868 Updated the CHANGELOG.md iceman1001 2016-02-16 10:38:55 +01:00
  • 484b2b741d Updated the CHANGELOG.md with things that I've been fiddeling with. iceman1001 2016-02-16 10:29:36 +01:00
  • 98b2a3a1e9 FIX: the port error 10 on Mac, is fixed by @marshmellow42 , a wrong string format specifier was the root cause. ADD: some other adjustments from @marshmellow42 to the fsk demod identifier string. iceman1001 2016-02-16 09:24:45 +01:00
  • b0c2f708bc CHG: -O4 changed into -O3 to remove some compiler warnings clang, on mac .. iceman1001 2016-02-15 22:06:17 +01:00
  • a182a680b0 ADD: a print_hex_break function, CHG: "hf legic decode" looks better. iceman1001 2016-02-15 22:05:26 +01:00
  • 6a18e46fa6 FIX: finally I took the effort to finish the "hf mf c*" commands on device side... iceman1001 2016-02-15 22:04:24 +01:00
  • 9827020ac5 CHG: "hf legic decode" now prints nicely. Still a strange bug for first row.. iceman1001 2016-02-15 19:56:08 +01:00
  • d7fd908447 FIX: change the "hf legid load", to use the WaitForResponseTimeout, instead of locking the client if device doesn't answer. CHG: starting to fix the "hf legic decode" and printing the user segements. *WORK IN PROGRESS* iceman1001 2016-02-15 15:03:07 +01:00
  • 60bb5ef73b FIX: "hf legic decode" the stamp_len variable was int, but its used as a uint8_t. FIX: cmdlfem4x.c needed ref to cmdmain.h for clearCommandBuffer iceman1001 2016-02-14 15:30:26 +01:00
  • 4c36581b96 CHG: clearCommandBuffer(); before calling cmdparser. iceman1001 2016-02-14 15:24:11 +01:00
  • c6e0a2ebeb FIX: Faster data load. iceman1001 2016-02-14 13:29:20 +01:00
  • e579e76873 FIX: The "hf legic load" had an bug where it send the read byte as uint32_t to the device. iceman1001 2016-02-14 12:36:42 +01:00
  • 4469412e88 ADD: adding a presco demod, given 0x10D as preamble, .. *work in progress* iceman1001 2016-02-14 11:58:25 +01:00
  • 3b920280db ADD: Calc legic Crc8 method on given input hexstring. iceman1001 2016-02-14 11:56:54 +01:00
  • 5a6e19e614 ADD: Started to add a Presco LF clone functionality. Can calc Wiegand from printed number. iceman1001 2016-02-13 20:53:06 +01:00
  • 6bb7609cad CHG: had to move the SwapBits method. iceman1001 2016-02-12 16:19:18 +01:00
  • 6b6815bccb CHG: extracted a #define for the crc16 poly iceman1001 2016-02-12 12:34:54 +01:00
  • ee4e281675 FIX: legic_prng.c according to user on forum ref: http://www.proxmark.org/forum/viewtopic.php?pid=5437#p5437 needs to be "& 0x7F" iceman1001 2016-02-12 12:34:05 +01:00
  • a11ca2f305 FIX: @wllm-rbnt 's typo fixes iceman1001 2016-02-12 07:37:10 +01:00
  • fe144f121d CHG: Updated Reveng from 1.3.0 -> 1.3.1 It now allows of values to be entered as hex i.e. 0x00 iceman1001 2016-02-11 18:28:34 +01:00
  • 4b78d6b317 CHG: having a go at finding the WDT death second time we run "hf mf mifare"... iceman1001 2016-02-10 21:46:52 +01:00
  • 5192a0a689 CHG: syntax suger iceman1001 2016-02-10 21:45:03 +01:00
  • df4ee66ea9 CHG: my idea of malloc and free for bucketsort didn't work so well. Back to the original. iceman1001 2016-02-10 21:44:32 +01:00
  • 6b10e3294e CHG: remade the mfchkkeys loop inside nested. This one send multiple keys at once, instead of one by one iceman 2016-02-10 21:44:50 +01:00
  • e8bf76a83f Merge branch 'master' of https://github.com/iceman1001/proxmark3 iceman1001 2016-02-10 19:02:18 +01:00
  • b7536e11e1 FIX: added @marshmellow42 's fixes for StandAloneMode. Some debug printed wrong sized hex and the call to CopyHIDtoT55x7 had the parameters in wrong order. iceman1001 2016-02-10 17:33:12 +01:00
  • 480e2f2394 Merge branch 'master' of https://github.com/iceman1001/proxmark3 iceman 2016-02-10 13:29:23 +01:00
  • 719b2377be chg: what? iceman 2016-02-10 13:22:48 +01:00
  • 847f7404ff CHG: added some timing messages, iceman 2016-02-10 13:20:23 +01:00
  • a9e4e78f83 CHG: syntax suger iceman1001 2016-02-10 13:12:01 +01:00
  • 6f79363dba Syntax suger iceman1001 2016-02-10 13:10:27 +01:00
  • 089d061f2d CHG: Extracted @piwi's bucketsort into separate files under /common iceman1001 2016-02-10 13:09:33 +01:00
  • e0b30228e9 FIX: clearing a char array. iceman1001 2016-02-10 13:07:44 +01:00
  • 9260bcca56 ADD: added a valid pyramid T55x7 configblock. iceman1001 2016-02-10 13:07:04 +01:00
  • 7177c51334 ADD: added @marshmellow42 's print statement for "lf viking clone". ADD: added a printstatement for "lf viking sim" to make it behave like clone. iceman1001 2016-02-10 13:06:02 +01:00
  • 60faf34855 Merge branch 'master' of https://github.com/iceman1001/proxmark3 iceman 2016-02-09 20:58:21 +01:00
  • 022346a195 FIX: @marshmellow's fix for "lf viking clone", wrong mask was applied. iceman1001 2016-02-09 20:42:59 +01:00
  • 6c6da3d466 Merge branch 'master' of https://github.com/iceman1001/proxmark3 iceman 2016-02-09 15:53:53 +01:00
  • ef9b8b2c2b empty row..Merge branch 'master' of https://github.com/iceman1001/proxmark3 iceman 2016-02-09 15:53:34 +01:00
  • ea54ec7395 CHG: Syntax suger iceman1001 2016-02-09 15:17:07 +01:00
  • 685d366c73 ADD: added @piwi's bucketsort to tools/mfkey/crapto1.c and tools/nonce2key/crapto1.c iceman1001 2016-02-09 15:16:35 +01:00
  • ca3ed45928 :syntax sugger iceman 2016-02-09 15:04:08 +01:00
  • 66afab80bd CHG: test of re-adding @piwi's bucketsort to @blapost's crapt1 v3.3 imp. iceman1001 2016-02-09 14:57:58 +01:00
  • 46a33c182d CHG: moved a call to "free" to outside of if-statement. iceman1001 2016-02-09 14:48:42 +01:00
  • a0048c6967 CHG: increased timeout when calling "hw tune". iceman1001 2016-02-09 14:46:46 +01:00