]> git.zerfleddert.de Git - proxmark3-svn/history - common
FIX: lf hitag : Mea culpa, simulation should not have reader_field on. thanks to...
[proxmark3-svn] / common /
2017-03-10 IcemanMerge pull request #89 from angelsl/mfsetmod
2017-03-10 iceman1001ADD: `analyse nuid` - generates NUID 4byte from a UID...
2017-03-05 iceman1001FIX: Coverity Scan fixes to emvcmd.c among others.
2017-03-05 IcemanMerge pull request #86 from egon2/fix-85
2017-03-05 egon2fixes #85
2017-03-03 iceman1001FIX: had to make it clientside only
2017-03-03 iceman1001FIX: travisCI complains. dummy -> dummy_sgc.
2017-03-03 iceman1001chg: clock marking for ask/fsk/psk, using @marshmell...
2017-03-02 iceman1001FIX: moved from lfdemod.c -> graph.c SetGraphClock.
2017-03-02 iceman1001CHG: `data plot`- the marking of clock, looks better...
2017-03-01 iceman1001CHG: Added PR #220 from PM3 Master. ref: https:/...
2017-02-28 iceman1001FIX: @marshmellow42 's ST detection fix.
2017-02-28 iceman1001CHG: minor LF adjustments.
2017-02-28 iceman1001FIX: `lf search` - em410x demod was a bit greedy.
2017-02-24 iceman1001CHG: @Marshmellow42 's fixes. ref: https://github...
2017-02-22 iceman1001chg: @marshmellow42 's changes.
2017-02-22 iceman1001chg: @piwi's code cleanup and some more.
2017-02-20 iceman1001CHG: added some comments when changing the HAS_512_FLAS...
2017-02-18 iceman1001Merge branch 'master' of https://github.com/iceman1001...
2017-02-18 iceman1001CHG: `lf em` - added @marshmellow42 's changes
2017-02-16 iceman1001CHG: some minor changes from @marshmellow42
2017-02-16 iceman1001CHG: 'lf em4x' - the em4x50 demod didn't calc ASKDemo...
2017-02-13 iceman1001syntax sugar
2017-02-13 iceman1001FIX: 'EMV compiling' - Makefiles are very picky about...
2017-02-13 iceman1001chg: trying to generalize the EMV build.
2017-02-02 iceman1001ADD: 'lf cotag read' - COTAG can be read now.
2017-01-29 iceman1001CHG: the mifare Auth command can make use of a random...
2017-01-26 iceman1001chg: lets not have it static, since I get the same...
2017-01-26 iceman1001ADD: @micolous random nonce, adjusted to fit in. ...
2017-01-24 iceman1001CHG: moved into header files.
2017-01-20 iceman1001CHG: 'lf noralsy read' - new STT doesn't need so many...
2017-01-20 iceman1001CHG: 'lf visa2000 read' - with new STT, the need to...
2017-01-20 iceman1001FIX: 'lf hitag2' forgot to add some of @marshmellow42...
2017-01-20 iceman1001FIX: @marshmellow42 's fixes for enhanced STT and...
2017-01-18 iceman1001syntax sugar
2017-01-16 iceman1001CHG: lowered the number of bytes collected for T55xxRea...
2017-01-16 iceman1001CHG: unused variables and remove of compiler warnings.
2017-01-11 iceman1001ADD: 'lf search' - added a rudimentary identification...
2017-01-10 iceman1001CHG: 'hf iclass decrypt' - adjusted the loops, to...
2017-01-03 IcemanMerge pull request #63 from micolous/log-nonce
2017-01-03 iceman1001CHG: cleaning up stuff
2016-12-16 iceman1001CHG: enhanced the debug output for some LF demod/decode
2016-12-15 iceman1001ADD: a Noralsy detection, looking for preamble 0xBB0
2016-12-14 iceman1001FIX: 'lf presco' demod fixes.
2016-12-14 iceman1001ADD: Visa2000 demod
2016-12-09 iceman1001CHG: syntaxt suger
2016-11-14 iceman1001FIX: 'LF PYRAMID' the crc8_MAXIM and crc16_DNP was...
2016-10-21 iceman1001CHG: "hf mf hardnested" - less printing
2016-10-16 iceman1001Merge branch 'master' of https://github.com/iceman1001...
2016-10-16 iceman1001CHG: increased debug output for Em410x
2016-10-10 iceman1001CHG; syntax suger
2016-10-06 iceman1001ADD: added a compiling flag -DHAS_512_FLASH i common...
2016-10-03 iceman1001CHG: revert legiccrc8 to old algo.
2016-10-03 iceman1001CHG: Patch for making PM3 compatible to MCU's CDC...
2016-09-29 iceman1001CHG: removed some debug data
2016-09-29 iceman1001FIX: forgot I removed some other stuff
2016-09-29 iceman1001CHG: a select_legic function with structs and stuff and
2016-09-26 iceman1001CHG; the devil is in the details
2016-09-26 iceman1001CHG: @ikarus23 removed all missleadning warnings...
2016-09-26 iceman1001FIX: Much of my added extra legic code is commented...
2016-09-26 iceman1001ADD: @ikarus / @pwpiwi solution to stop treating GCC...
2016-09-26 iceman1001CHG: and now that I do actually check on bitlenght...
2016-09-26 iceman1001FIX: could be a problem, when not using parnethesis...
2016-09-26 iceman1001FIX: "indent" warns about this one.
2016-09-23 iceman1001ADD; added some more descriptions of what the legic...
2016-09-21 iceman1001CHG: extracted some timers functionality, to get unifi...
2016-09-14 iceman1001CHG: adjusted timing according to @sentinel 's traces
2016-09-13 IcemanMerge pull request #26 from ickerwx/indentation_fix
2016-09-13 René Wernerused tabs instead of spaces
2016-09-13 René Wernerfixed indentation to get rid of warnings
2016-09-09 iceman1001In my attempts to make the LEGIC code better, its...
2016-09-03 iceman1001FIX: Better legic annotation, show which byte was...
2016-09-02 iceman1001ADD: started to add tracelog in legic
2016-09-01 iceman1001FIX: added a sanity check in preamble search to make...
2016-09-01 iceman1001FIX: bug in nextwatch demod, which if the found psk...
2016-08-26 iceman1001FIX: Better udp_csr handeling. Usb messages gets...
2016-08-24 iceman1001CHG: change the number of calls to prng_successor...
2016-08-14 iceman1001add: annotage Mifare Desfire. from https://github...
2016-08-04 iceman1001CHG: trying to unify the crc algos in one place.
2016-07-31 iceman1001minor textual fix
2016-07-31 iceman1001ADD: started to rework the wiegand converting. Extrac...
2016-07-29 iceman1001CHG: help text changes in cmdlfjablotron.c
2016-07-29 iceman1001CHG: better printing output of card ID
2016-07-29 iceman1001ADD: LF JABLOTRON functionality. with clone/sim and...
2016-07-28 iceman1001FIX: Fixed some warnings I didn't take notice off.
2016-07-28 iceman1001CHG: merged the forum user @jason 's fixes to LEGIC...
2016-07-07 iceman1001chg: changed comment
2016-06-20 iceman1001@marshmellow42 's fix askAMP https://github.com/marshme...
2016-05-04 iceman1001CHG: NEDAP, changed back the preamble. With new...
2016-05-02 iceman1001CHG: increased the preamble
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-24 iceman1001FIX: this commit solves a sneaky bug in 'LF VIKING...
2016-04-21 iceman1001CHG: changed to the new flasher command.
2016-04-18 iceman1001ADD: added a method for le32toh. Converting bytes...
2016-04-14 iceman1001ADD: triplesized UID
2016-03-21 iceman1001syntax cleaning.
2016-03-21 iceman1001CHG: testing for windows clients to get a higher baudra...
2016-03-20 iceman1001ADD: added @marshmellow42 's changes to "lfdemod"
2016-03-20 iceman1001ADD: copied all EMV files from peter filmoores fork...
next
Impressum, Datenschutz