]> git.zerfleddert.de Git - proxmark3-svn/shortlog
proxmark3-svn
2016-12-23 IcemanMerge pull request #62 from micolous/fix-includes
2016-12-23 Michael FarrellFix some missing include statements which impact using...
2016-12-20 iceman1001ADD: new found cloner pwd.
2016-12-19 iceman1001CHG: used @marshmellow42 's version to fix lf continuou...
2016-12-19 iceman1001CHG: made some debugs statements more clear, when...
2016-12-19 iceman1001CHG: 'lf awid brute' - extra check if device gotten...
2016-12-19 iceman1001CHG: mental note to self, capslock is bad.
2016-12-19 iceman1001FIX: 'LF IO FSKDEMOD' - no call to turn of the antenna...
2016-12-19 iceman1001FIX: 'lf hid fskdemod' - no turning of the antenna...
2016-12-17 iceman1001ADD some documentation of changes
2016-12-16 iceman1001CHG: 'LF VISA2000' adding askedgedetection when decodin...
2016-12-16 iceman1001CHG: 'LF VISA2000 CLONE' fixed the wrong blocknum index...
2016-12-16 iceman1001ADD: 'LF VISA2000' added one checksum test when demod...
2016-12-16 iceman1001ADD: 'analyse chksum' added a nibble xor calc - calcSum...
2016-12-16 iceman1001CHG: enhanced the debug output for some LF demod/decode
2016-12-15 iceman1001ADD: 'LF NORALSY' clone/sim/read commands. Partly...
2016-12-15 iceman1001ADD: a Noralsy detection, looking for preamble 0xBB0
2016-12-14 iceman1001FIX: 'lf presco' demod fixes.
2016-12-14 iceman1001ADD: forgot to add the files
2016-12-14 iceman1001Syntax suger
2016-12-14 iceman1001ADD: Visa2000 demod
2016-12-14 iceman1001ADD: 'lf visa2000' commands. (SIM/CLONE/READ) almos...
2016-12-13 iceman1001CHG: 'lf search' changed output to be visible when...
2016-12-09 iceman1001CHG: syntaxt suger
2016-12-09 iceman1001FIX: 'hf iclass dump' / 'hf iclass readtagfile' ...
2016-12-08 iceman1001CHG: 'hf iclass dump' - output fixes
2016-12-08 iceman1001REM: removed a double entry. it seems 'hf mf check...
2016-12-07 iceman1001FIX: 'iclass write'
2016-12-07 iceman1001FIX: 'iclass write'
2016-12-07 iceman1001CHG: got insperation from https://github.com/menshiyun...
2016-11-22 iceman1001CHG: added a check if err variable is NIL.
2016-11-22 iceman1001FIX: the changes to uart.c timings seems to have...
2016-11-21 iceman1001ADD: added the 'hf mf hardnested' to be called within...
2016-11-18 iceman1001CHG: Cleaning up
2016-11-17 iceman1001ADD: "analyse hid" - new function that implements...
2016-11-16 iceman1001FIX: @matrix latest fixes
2016-11-16 iceman1001FIX: "hf mf hardnested" - removed the call to free_can...
2016-11-16 iceman1001FIX: that time.h issue is different on POSIX systems...
2016-11-16 iceman1001FIX: wrong compile define used, __WIN32 should be...
2016-11-16 iceman1001FIX: & 0xFF instead of uint8_t
2016-11-16 iceman1001FIX: removed some warnings about time_t in non-windows...
2016-11-16 iceman1001CHG: added the ping command to the header file.
2016-11-16 iceman1001CHG: "hf mf hardnested" - fixes and additions.
2016-11-16 iceman1001CHG: textual change
2016-11-16 iceman1001CHG: "hf mf hardnested" device side should empty bigbuff?
2016-11-16 iceman1001CHG: the reset of pcb_num should be before untradition...
2016-11-15 iceman1001CHG: "hf mf hardnested"
2016-11-15 iceman1001chg: removed a useless clearing of key_count. From...
2016-11-14 iceman1001FIX: 'LF PYRAMID' the crc8_MAXIM and crc16_DNP was...
2016-11-08 iceman1001FIX: 'hf mf hardnested' @matrix https://github.com...
2016-11-07 iceman1001CHG: "hf mf hardnested" disabled the tracelogging...
2016-11-07 iceman1001FIX: decrease 2^39 -> 2^38. its a big searchspace anyway.
2016-11-07 iceman1001FIX: "hf mf hardnested" when "key found" exting the...
2016-11-07 iceman1001FIX: "hf mf hardnested" merging of @matrix commit https...
2016-11-05 iceman1001FIX: @matrix https://github.com/matrix/proxmark3/commi...
2016-11-03 iceman1001CHG: removed unused variable
2016-11-03 iceman1001CHG: don't consider the respons at all when sending...
2016-10-29 iceman1001CHG: still issues left.
2016-10-29 iceman1001FIX: several calls to nonce2key/nonce2key_ex has probl...
2016-10-29 iceman1001CHG: minor textual change to fit the minimum two calls...
2016-10-29 iceman1001FIX: the time_t calls under mingw needs a #define...
2016-10-29 iceman1001FIX: 'hf mf mifare' - special zero parity attack...
2016-10-29 IcemanMerge pull request #51 from matrix/master
2016-10-29 Gabriele GristinaMerge remote-tracking branch 'upstream/master'
2016-10-28 iceman1001CHG: 'HF MF C*' (chinese backdoor commands) According...
2016-10-28 iceman1001CHG: clean up
2016-10-28 iceman1001CHG: just some parameter / variable name changes....
2016-10-28 iceman1001Merge branch 'master' of https://github.com/iceman1001...
2016-10-28 iceman1001FIX: looping logic error, doesn't need to increase...
2016-10-27 IcemanMerge pull request #49 from micolous/less-verbose-mfsim
2016-10-27 Michael Farrellhf {14a,mf} sim: v is for verbose
2016-10-27 Michael Farrellhf mf sim: Be less verbose by default, add option ...
2016-10-27 IcemanMerge pull request #50 from micolous/mfkey-gitignore
2016-10-27 Michael FarrellAdd .gitignore file to mfkey for binaries
2016-10-25 Gabriele Gristinafixup code
2016-10-22 IcemanMerge pull request #47 from osysltd/patch-4
2016-10-22 iceman1001FIX: too small string?
2016-10-22 iceman1001FIX: valgrind complains about something here...
2016-10-22 iceman1001CHG: init the char array.
2016-10-22 OsysUpdate README.md
2016-10-22 IcemanMerge pull request #46 from micolous/fix-nonce
2016-10-22 IcemanMerge pull request #44 from micolous/master
2016-10-22 Michael Farrellhf mf sim: Multiple fixes (iceman1001/proxmark3 #45)
2016-10-22 Michael Farrellhf 14a: Fix typos in manufacturer list
2016-10-21 iceman1001CHG: "hf mf hardnested" - less printing
2016-10-20 IcemanMerge pull request #43 from matrix/master
2016-10-20 Gabriele GristinaSpeedup Mifare Plus Attack v2.2 (cleanup code)
2016-10-20 Gabriele GristinaSpeedup Mifare Plus Attack v2.1 (stable)
2016-10-20 Gabriele GristinaMerge remote-tracking branch 'upstream/master'
2016-10-20 iceman1001CHG: experimenting with 'lf sim' It does send a signa...
2016-10-20 iceman1001FIX: client crash for global id, and removing my previ...
2016-10-19 iceman1001TEST: see if the readerfield is needed.
2016-10-19 iceman1001CHG: some debug statements instead, 'H' for helptext.
2016-10-19 iceman1001FIX: strange bug in "lf em em410xwatch" , which the...
2016-10-19 iceman1001CHG: making printed statement a debug statement.
2016-10-19 iceman1001CHG: added a quitting message
2016-10-19 iceman1001CHG: move the call to fpga_bitstream_lf, in order...
2016-10-19 iceman1001CHG: updated some comments. I still think I don't under...
2016-10-19 iceman1001syntax suger. never mind this
2016-10-19 iceman1001CHG: removed CLOCK2, since its not used in the code.
next
Impressum, Datenschutz