]> git.zerfleddert.de Git - proxmark3-svn/history - client
ADD: Added the HitagS from @spenneb ref:https://events.ccc.de/congress/2015/Fahrplan...
[proxmark3-svn] / client /
2016-03-04 iceman1001ADD: Added the HitagS from @spenneb ref:https://events...
2016-03-01 iceman1001CHG: Added @icsom 's changes to his legic.lua script.
2016-03-01 iceman1001CHG: some minor changes to the 14b, the read 14b...
2016-03-01 iceman1001FIX: Added @marshmellow42 's fix for ASK/Biphase simula...
2016-02-28 iceman1001ADD: finished of the "LF GUARD SIM" command. needs...
2016-02-28 iceman1001ADD: num_to_bytebitsLSBF function.
2016-02-28 iceman1001ADD: Added three legic luascript from @iscom (Mosic...
2016-02-27 iceman1001CHG: better not to show the unfinished commands..
2016-02-27 iceman1001ADD: Started to add a "LF GUARD CLONE/SIM" functionali...
2016-02-27 iceman1001BUG: smash stack in addParity call. Didn't take in...
2016-02-27 iceman1001FIX: lets see if this fixes the pyramid clone crash...
2016-02-27 iceman1001chg: minor changes to text, explaining current implem...
2016-02-27 iceman1001ADD: started to add a lua script for reading 14b tags...
2016-02-27 iceman1001FIX: spelling misstakes.
2016-02-26 iceman1001ADD: "LF PYRAMID SIM"
2016-02-26 iceman1001FIX: "LF PYRAMID CLONE" now works.
2016-02-26 iceman1001FIX: calcs wiegand correct, adds wiegand parity corre...
2016-02-25 iceman1001FIX: the 14b crc was called wrong in LUA. You enter...
2016-02-25 iceman1001ADD: added some pyramid commands. //not finished.
2016-02-24 iceman1001ADD: added a simple test of known pwd algos based...
2016-02-23 iceman1001ADD: added a simple sleep function. Thanks to Mosci
2016-02-22 iceman1001ADD: added the crc8legic to Lua. call it with core...
2016-02-21 iceman1001ADD: Marshmellows fixes for "lf t55xx" and "lf cmdread...
2016-02-19 iceman1001CHG: removing some time-debug statements.
2016-02-19 iceman1001CHG: revert old fiddeling, I should not touch the HIDfl...
2016-02-19 iceman1001FIX: this free call still annoys Coverity Scan.
2016-02-19 iceman1001ADD: Added @marshmellow42 's new ST (sequence terminat...
2016-02-18 iceman1001FIX: For ld (linker) there is no "-=", so lets try...
2016-02-18 iceman1001CHG: textual change in README.md
2016-02-18 iceman1001FIX: Undo one of my fixes.. *sigh* need to be more...
2016-02-18 iceman1001FIX: resource leak, forgot a free
2016-02-18 iceman1001CHG: CHange the definition of MAX_GRAPH_TRACE_LEN to...
2016-02-18 iceman1001FIX: Removed a double const
2016-02-18 iceman1001FIX: the #define M_PI is now optional. Moved a bunch...
2016-02-18 iceman1001FIX: 256 is too big for uint8_t
2016-02-18 iceman1001CHG: this makefile should compile on Ubuntu 1404 witho...
2016-02-18 iceman1001CHG: First step to make my makefile better for other...
2016-02-18 iceman1001FIX: corrected one of my own bugs which made the calcc...
2016-02-17 iceman1001ADD: added some time debug statements to be able to...
2016-02-17 iceman1001FIX: Coverity scan fixes, hard to keep track of string...
2016-02-16 iceman1001FIX: introduced a bug in a loop by uint8_t inside crapto1.c
2016-02-16 iceman1001Merge branch 'master' of https://github.com/iceman1001...
2016-02-16 iceman1001CHG: print_hex_break now prints rownumber instead...
2016-02-16 iceman1001ADD: forgot to add the bruteforce command to the comman...
2016-02-16 iceman1001FIX: marshmellow42 's fix using memcpy instead of re...
2016-02-16 iceman1001CHG: added timeouts for downloading values from device...
2016-02-16 iceman1001FIX: the port error 10 on Mac, is fixed by @marshmello...
2016-02-15 iceman1001CHG: -O4 changed into -O3 to remove some compiler...
2016-02-15 iceman1001ADD: a print_hex_break function,
2016-02-15 iceman1001CHG: "hf legic decode" now prints nicely. Still...
2016-02-15 iceman1001FIX: change the "hf legid load", to use the WaitForRes...
2016-02-15 icemanCHG: some timing
2016-02-15 icemanchg: removed testmessage
2016-02-14 iceman1001FIX: "hf legic decode" the stamp_len variable was...
2016-02-14 iceman1001CHG: clearCommandBuffer(); before calling cmdparser.
2016-02-14 iceman1001FIX: Faster data load.
2016-02-14 iceman1001FIX: The "hf legic load" had an bug where it send...
2016-02-14 iceman1001ADD: adding a presco demod, given 0x10D as preamble...
2016-02-14 iceman1001ADD: Calc legic Crc8 method on given input hexstring.
2016-02-13 iceman1001ADD: Started to add a Presco LF clone functionality...
2016-02-12 iceman1001CHG: had to move the SwapBits method.
2016-02-12 iceman1001FIX: @wllm-rbnt 's typo fixes
2016-02-11 iceman1001CHG: Updated Reveng from 1.3.0 -> 1.3.1
2016-02-10 iceman1001CHG: my idea of malloc and free for bucketsort didn...
2016-02-10 icemanCHG: remade the mfchkkeys loop inside nested. This...
2016-02-10 iceman1001Merge branch 'master' of https://github.com/iceman1001...
2016-02-10 icemanMerge branch 'master' of https://github.com/iceman1001...
2016-02-10 icemanchg: what?
2016-02-10 icemanCHG: added some timing messages,
2016-02-10 iceman1001CHG: syntax suger
2016-02-10 iceman1001Syntax suger
2016-02-10 iceman1001CHG: Extracted @piwi's bucketsort into separate files...
2016-02-10 iceman1001FIX: clearing a char array.
2016-02-10 iceman1001ADD: added a valid pyramid T55x7 configblock.
2016-02-10 iceman1001ADD: added @marshmellow42 's print statement for ...
2016-02-09 icemanMerge branch 'master' of https://github.com/iceman1001...
2016-02-09 iceman1001FIX: @marshmellow's fix for "lf viking clone", wrong...
2016-02-09 icemanMerge branch 'master' of https://github.com/iceman1001...
2016-02-09 icemanempty row..Merge branch 'master' of https://github...
2016-02-09 iceman1001CHG: Syntax suger
2016-02-09 iceman:syntax sugger
2016-02-09 iceman1001CHG: test of re-adding @piwi's bucketsort to @blapost...
2016-02-09 iceman1001CHG: moved a call to "free" to outside of if-statement.
2016-02-09 iceman1001CHG: increased timeout when calling "hw tune".
2016-02-07 iceman1001ADD: added superchargers types, Thanks to rmaisonneuv...
2016-01-28 icemanMerge branch 'master' of https://github.com/iceman1001...
2016-01-25 iceman1001REM: commented out a reference to radixsort, which...
2016-01-25 iceman1001CHG: Syntax suger
2016-01-25 iceman1001FIX: earlier NULL check.
2016-01-25 iceman1001REM: removed unused code.
2016-01-25 iceman1001FIX: Moved a free() call.
2016-01-21 iceman1001CHG: removed a debug statement
2016-01-21 iceman1001CHG: Added the urls to the new Wiki on github inside...
2016-01-21 iceman1001CHG: Added some more identifications to token list...
2016-01-20 iceman1001ADD: added the possibility to choose which block num...
2016-01-20 iceman1001CHG: Remake the "hf mf chkkeys" It now prints the...
2016-01-20 iceman1001CHG: syntax suger, text edit
2016-01-20 iceman1001CHG: Syntax suger
2016-01-20 iceman1001Merge branch 'master' of https://github.com/iceman1001...
2016-01-20 iceman1001FIX: Coverity Scan complains that the realloc might...
next
Impressum, Datenschutz