]> git.zerfleddert.de Git - proxmark3-svn/history - client
Merge pull request #15 from alexgrin/iceman_master
[proxmark3-svn] / client /
2016-07-31 IcemanMerge pull request #15 from alexgrin/iceman_master
2016-07-31 Alexis GreenAdding a 'recoverpw' command for T55xx to try to recove...
2016-07-31 iceman1001CHG: moved out some help-texts into its own usage...
2016-07-30 iceman1001CHG: Moved a 'include' statement to header file
2016-07-30 iceman1001REM: cleaning up some commented code.
2016-07-30 iceman1001FIX: Found a minor bug in 'LF CMDREAD' where it...
2016-07-29 iceman1001CHG: The jablotron demod now deals with the strangenes...
2016-07-29 iceman1001ADD: Binary Encoded Digit -> Decimal
2016-07-29 iceman1001CHG: help text changes in cmdlfjablotron.c
2016-07-29 iceman1001chg: textual change.
2016-07-29 iceman1001CHG: redundant 'return' statement removed
2016-07-29 iceman1001CHG: better printing output of card ID
2016-07-29 iceman1001CHG: textual changes to help text.
2016-07-29 iceman1001ADD: LF JABLOTRON functionality. with clone/sim and...
2016-07-28 iceman1001FIX: that OEM variable that is unused.
2016-07-28 iceman1001FIX: Fixed some warnings I didn't take notice off.
2016-07-28 iceman1001CHG: removed the wiegand converting, since I'm not...
2016-07-28 iceman1001CHG: trying to figure out why I can't get the seconds...
2016-07-28 iceman1001ADD: Added some new analyse functions like CHKSUM...
2016-07-28 iceman1001spacing..
2016-07-28 iceman1001CHG: merged the forum user @jason 's fixes to LEGIC...
2016-07-28 iceman1001ADD: some new usb commmands from EMV, and for LEGIC.
2016-07-28 iceman1001CHG: removed the linking to radixsort.c
2016-07-28 iceman1001Merge branch 'master' of https://github.com/iceman1001...
2016-07-23 iceman1001CHG: added a comment
2016-07-23 iceman1001CHG: some clearing of memory
2016-07-22 IcemanMerge pull request #14 from k02a/patch-2
2016-07-22 k02aAddition of depending library flags...
2016-07-22 IcemanMerge pull request #12 from k02a/patch-1
2016-07-22 k02aInclusion of unused oem variable
2016-07-21 iceman1001CHG: added some includes / libarys for HomeBrew AND...
2016-07-20 iceman1001CHG: minor changes to code, mostly newlines, change...
2016-07-07 iceman1001syntax suger
2016-07-07 iceman1001CHG: Now it prints the correct UID bytes etc.
2016-06-22 iceman1001Applied @icsom 's fixes from: https://github.com/icsom...
2016-06-20 iceman1001FIX: this should fix the compilation error for MAC...
2016-06-20 iceman1001chg: added to print the author.
2016-06-20 iceman1001@marshmellow42 's fix the AskEdgeDetect cleaning tool...
2016-06-15 iceman1001CHG: wrong minor version value. 0x1 -> 0x0 for desfi...
2016-06-14 iceman1001CHG: Thanks to @Mackwa for looking up the expected...
2016-06-13 iceman1001ADD: added the skeleton for analysing dates in a given...
2016-06-13 iceman1001ADD: added some identification on between old Desfire...
2016-05-31 iceman1001FIX: this corrects the bug when running "hardnested...
2016-05-27 IcemanMerge pull request #8 from zhovner/master
2016-05-26 Pavel ZhovnerTypo in hf 14a sim help
2016-05-21 IcemanUpdate cmdlfawid.c
2016-05-19 iceman1001CHG: printing of progress dots is better now.
2016-05-16 iceman1001ADD: added a comment about the Q5, which I think is...
2016-05-16 iceman1001ADD: added 'lf io sim <version> <facility.code> <cardn...
2016-05-15 iceman1001CHG: added the possibility to "remagic" the new found...
2016-05-14 iceman1001ADD: added the possiblity to use AWID formatlength...
2016-05-14 iceman1001CHG: Changed cardnumber printing from %d (signed)...
2016-05-13 iceman1001ADD: AWID 50bit demod, thanks to @FrancoisM and @ntk
2016-05-10 iceman1001ADD: Added a new main command group "analyse", first...
2016-05-10 iceman1001CHG: output when finding key it the same as from the...
2016-05-10 iceman1001CHG: just made the autopwn script main loop a bit more...
2016-05-06 iceman1001FIX: more paths for readline and Mac Os X
2016-05-06 iceman1001FIX: a define which was wrong
2016-05-06 iceman1001FIX: This tries to fix the memalign issued on MAC...
2016-05-06 iceman1001CHG: hardnested needs malloc.h, which on Darvin...
2016-05-06 iceman1001ADD: added a lua script which calculates mifare keys...
2016-05-05 iceman1001FIX: it seem the fcntl returns -1,.. which made the...
2016-05-04 iceman1001CHG: Nedap demod, now verifes with first parity.
2016-05-03 iceman1001CHG: removed a warning about unused variable. Lets...
2016-05-02 iceman1001CHG: increased the preamble
2016-05-02 iceman1001FIX: dual definitions of variable size
2016-05-02 iceman1001CHG: added the ASK/Biphase demod of signal for NEDAP...
2016-05-02 iceman1001ADD: started with a NEDAP demod, read, clone and sim...
2016-04-29 iceman1001CHG: better helptext
2016-04-29 iceman1001CHG: the 14b is getting better, since I added the...
2016-04-27 iceman1001FIX: mental note to self, don't forget to adjust messag...
2016-04-27 iceman1001FIX: Mental note to self, bitnumber 4 is used, not...
2016-04-27 iceman1001CHG: Just changed the order of printing, so the messa...
2016-04-27 iceman1001CHG: "hf 14b sim" - Added the possibility to call...
2016-04-26 iceman1001removed commented code
2016-04-26 iceman1001textual change.
2016-04-25 iceman1001chg; no more crash when getting partial usb packages.
2016-04-25 iceman1001FIX: @Aczid suggested this to fix a Coverity scan...
2016-04-24 iceman1001CHG: this fixes an annoying fault of not running ...
2016-04-24 iceman1001Syntax suger
2016-04-24 iceman1001CHG: this should remove a Coverity Scan warning.
2016-04-24 iceman1001FIX: this commit solves a sneaky bug in 'LF VIKING...
2016-04-23 iceman1001CHG: we don't want to assert inside the pm3 client.
2016-04-23 iceman1001CHG: commented away some of the debug printf statements...
2016-04-23 iceman1001FIX: Some Coverity Scan warnings. fread, not initiali...
2016-04-23 iceman1001RM: removed some old reference inside some old proggies...
2016-04-23 iceman1001CHG: moved some params.
2016-04-23 iceman1001FIX: time printing, like difftime in MINGW enviroments...
2016-04-23 iceman1001CHG: timeing in chk keys,
2016-04-23 iceman1001CHG: moved out some usage_methods for help texts.
2016-04-23 iceman1001CHG: unified some text messaged.
2016-04-23 iceman1001CHG: 'hf mf chk' now correctly tests to read key B...
2016-04-21 iceman1001FIX: there were no "memfree" call, there were only...
2016-04-21 iceman1001ADD: added @azcid 's bitsliced BF solver for @piwi...
2016-04-18 iceman1001CHG: "hf 14a sim" now uses mfkey32 and mfkey32_moebiu...
2016-04-18 iceman1001FIX: this fixes the "hf mf sniff l d f" command, which...
2016-04-18 iceman1001FIX: this fixes the mftry32, mftry32moebius and trymf6...
2016-04-18 iceman1001ADD: added a method for le32toh. Converting bytes...
2016-04-18 iceman1001FIX: corrected the FLAG_NR_AR_ATTACK
2016-04-14 iceman1001ADD: started to add a BUTTERWORTH filter, not working...
next
Impressum, Datenschutz