]> git.zerfleddert.de Git - proxmark3-svn/shortlog
proxmark3-svn
2016-03-12 iceman1001CHG: Added calling clear bigbuff to zero out it also...
2016-03-08 iceman1001CHG: Updated the README.md
2016-03-07 iceman1001@Marshmellow42 additions:
2016-03-06 iceman1001ADD: get a updated script from @icsom
2016-03-06 iceman1001FIX: adding a silent mode for Topaz detection.
2016-03-06 iceman1001ADD: Added the autodetection of Topaz to "HF SEARCH"
2016-03-06 iceman1001CHG; a fix for "HF TUNE", I always were annoyed with...
2016-03-06 iceman1001ADD; added Marshmellow42 's fixes for indala and stuff.
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 iceman1001CHG: a bit code clean up,
2016-03-01 iceman1001DEL: Removed old comment, after I've been compiling...
2016-03-01 iceman1001FIX: Added @marshmellow42 's fix for ASK/Biphase simula...
2016-02-29 iceman1001CHG: Updated the CHANGELOG.md
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: Chrisfu 's most excellent homebrew file, adjust...
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 iceman1001FIX: textual fix
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 iceman1001FIX: an extra break inside "Hf mf cgetsc" made it...
2016-02-19 iceman1001CHG: -O3 flag in the makefile.
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 iceman1001CHG: Updated the README.md to be clearer.
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: testing my travis-ci configuration
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 iceman1001chg: ego credits....one of these days I'll remove 'em
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: cuid order...
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: testing a prng_successor_one method
2016-02-16 iceman1001CHG: print_hex_break now prints rownumber instead...
2016-02-16 iceman1001CHG: remove clang warning for -O4,
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 iceman1001Updated the CHANGELOG.md
2016-02-16 iceman1001ADD: first try to implement crc-16 for Legic Advant...
2016-02-16 iceman1001Updated the CHANGELOG.md
2016-02-16 iceman1001Updated the CHANGELOG.md with things that I've been...
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 iceman1001FIX: finally I took the effort to finish the "hf mf...
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: the windows exe annoys the linux compiler
2016-02-15 icemanchg: the windows exe annoys the linux compiler
2016-02-15 icemanCHG: some timing
2016-02-15 icemanadd: added a noncedistance method
2016-02-15 icemanadd: added a test function for nonce distance
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 iceman1001CHG: extracted a #define for the crc16 poly
2016-02-12 iceman1001FIX: legic_prng.c according to user on forum ref:...
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: having a go at finding the WDT death second time...
2016-02-10 iceman1001CHG: syntax suger
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...
next
Impressum, Datenschutz