]> git.zerfleddert.de Git - proxmark3-svn/history - armsrc
Update README.md
[proxmark3-svn] / armsrc /
2016-10-14 iceman1001syntax suger
2016-10-10 iceman1001CHG: syntax suger
2016-10-10 iceman1001CHG: "hf legic sim" old imp, uses two timers, we...
2016-10-09 iceman1001CHG; added an option wither or not to clear emulator...
2016-10-09 iceman1001CHG: "hf legic write" - now writes on the limits better.
2016-10-08 iceman1001CHG: syntax suger
2016-10-08 iceman1001CHG: the call to TurnReadLFOn has a delay / number...
2016-10-07 iceman1001FIX: looks like "hf legic write" works again!
2016-10-07 iceman1001CHG: "hf legic write" with these I managed to get...
2016-10-07 iceman1001CHG: adjustments to 3.6ms
2016-10-07 iceman1001FIX: "hf list legic" annotation now correct prints...
2016-10-07 iceman1001FIX: wrong log bytes...
2016-10-07 iceman1001FIX: one send command bug fixed. Turns out that uint16...
2016-10-07 iceman1001FIX: unused variable removed.
2016-10-07 iceman1001CHG: "hf legic write" got a make over in how its...
2016-10-06 iceman1001CHG: started the process of fixing "hf legic write...
2016-10-06 iceman1001ADD: added a StopTicks functions, to disable the timer...
2016-10-06 iceman1001ADD: "hf legic eload" - Load binary file to emulator...
2016-10-05 iceman1001CHG: "hf legic dump" now automatically detects tagtyp...
2016-10-05 iceman1001FIX: one too many semicolons for #defines
2016-10-05 iceman1001FIX: undeclared var on deviceside,
2016-10-05 iceman1001CHG: command name changes..
2016-10-05 icemanMerge branch 'master' of https://github.com/iceman1001...
2016-10-05 iceman1001CHG: code clean up
2016-10-04 iceman1001CHG: making timings a bit tighter == faster read of...
2016-10-04 iceman1001CHG: "hf legic read" - increased timeout values client...
2016-10-04 iceman1001Textual changes in helptext. Still no clear.
2016-10-04 iceman1001CHG: "hf legic write" started to change this command...
2016-10-03 iceman1001CHG: revert legiccrc8 to old algo.
2016-10-03 iceman1001CHG: changed to use BigBuff_Eml memory instead of big_b...
2016-09-29 iceman1001CHG: finally, the ticks timer does what it is supposed...
2016-09-29 iceman1001CHG: added addresize to legic select struct.
2016-09-29 iceman1001CHG: removed some debug data
2016-09-29 iceman1001CHG: a select_legic function with structs and stuff and
2016-09-28 iceman1001CHG: 'hf list legic' doesn't print the parity now.
2016-09-26 iceman1001CHG: Minor tweaks, the tracing dissappeared, the...
2016-09-26 iceman1001FIX: Much of my added extra legic code is commented...
2016-09-26 iceman1001ADD: started to add a legic detection to "HF SEARCH"
2016-09-26 iceman1001CHG: using bitsend to determind the legic annotation...
2016-09-26 iceman1001CHG: fixes a "indent" warning
2016-09-24 iceman1001CHG: according to measureement by @wilrn the actual...
2016-09-23 iceman1001CHG: lowered the timout again, but re-added the spinde...
2016-09-23 iceman1001FIX: "hf 14a read" / "hf mf *" / "hf mfdes info" and...
2016-09-23 iceman1001Merge branch 'master' of https://github.com/iceman1001...
2016-09-23 iceman1001FIX: This commit fixes the broken LF since I change...
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-12 iceman1001CHG: Small steps, the waiting time between frames...
2016-09-11 iceman1001CHG: reverted back from the idea of measureing in...
2016-09-10 iceman1001CHG: this timing should be quite good. needs to be...
2016-09-10 iceman1001CHG: a better micro second (us) spindely function...
2016-09-09 iceman1001FIX: Even the US clock had the issues with not resett...
2016-09-09 iceman1001In my attempts to make the LEGIC code better, its...
2016-09-03 iceman1001FIX: the acknowledgement response in setup phase now...
2016-09-02 iceman1001ADD: started to add tracelog in legic
2016-09-01 iceman1001CHG: removed call to bigbuff free.
2016-08-31 iceman1001CHG: reverting use of bigbuff, because I forgot that...
2016-08-31 iceman1001CHG: removed a redundant include to strings.h, which...
2016-08-31 iceman1001FIX: should fix the typedefintion error for OS X regar...
2016-08-31 iceman1001CHG: the loop in main, for usb_poll_validate_length...
2016-08-31 iceman1001CHG: this timeout doesn't influence the bad performanc...
2016-08-31 iceman1001FIX: Forget that the prng was 0x8000 length and not...
2016-08-26 iceman1001FIX: fixes the broken build,...
2016-08-26 iceman1001FIX: 'lf awid bruteforce' cleaning up all debug messages
2016-08-24 iceman1001CHG: forgot a semicolon...
2016-08-24 iceman1001CHG: removed some extra time to sync,
2016-08-24 iceman1001FIX: the underlaying bug on deviceside code. The SSPCL...
2016-08-24 iceman1001CHG: fixed the collapsing comments when opening this...
2016-08-24 iceman1001REM: removed an test function
2016-08-10 iceman1001FIX: at least now the special zero parity attack,...
2016-08-09 iceman1001CHG; still looking at 14b, this time started to look...
2016-08-08 iceman1001Merge branch 'master' of https://github.com/iceman1001...
2016-08-07 iceman1001fix: forgot something small.. sloppy.
2016-08-07 iceman1001ADD: added the 'max frame size' parameter set, valid...
2016-08-07 iceman1001CHG: applied some of the changes unto "hf 14b snoop...
2016-08-07 iceman1001CHG: iso14443b.c got some more love. using the ...
2016-08-04 iceman1001ADD: @donwan581 select keytype for the darkside attack.
2016-08-04 iceman1001CHG: cleaning up.
2016-08-03 iceman1001FIX: coverity scan 133859 structually dead code, ...
2016-08-02 iceman1001FIX: mental note to self, don't code when tried. "size...
2016-08-02 iceman1001FIX: Coverity scan 1333852, Make sure (card) is not...
2016-08-02 iceman1001CHG: Some testing of timings on 14443b,
2016-08-02 iceman1001FIX: COverityScan 133865, out-of-bounds access, Forgo...
2016-08-02 iceman1001Merge branch 'master' of https://github.com/iceman1001...
2016-08-02 iceman1001fix: CoverityScan 133855 -out-of-bounds bits was...
2016-07-30 iceman1001REM: cleaning up some commented code.
2016-07-30 iceman1001FIX: Found a minor bug in 'LF CMDREAD' where it...
2016-07-28 iceman1001CHG: forgot to add the reflect function
2016-07-28 iceman1001CHG: merged the forum user @jason 's fixes to LEGIC...
2016-07-07 iceman1001chg: name error?
2016-07-07 iceman1001CHG: moved includes into header file where it belong
2016-06-22 iceman1001CHG: adjusted the debug message to the correct mfkey32...
2016-05-16 iceman1001ADD: added a comment about Q5 settings. needs to be...
2016-05-14 iceman1001CHG: Changed cardnumber printing from %d (signed)...
2016-05-13 iceman1001ADD: AWID 50bit demod
2016-05-09 iceman1001FIX: changed from ssized_t -> size_t
2016-05-08 iceman1001REM: commented out a reference to Logtrace in bigbuf...
next
Impressum, Datenschutz