]> git.zerfleddert.de Git - proxmark3-svn/history - armsrc
Merge pull request #32 from osysltd/patch-1
[proxmark3-svn] / armsrc /
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...
2016-05-06 iceman1001DEL: removed the homebrews script. It needed a sepera...
2016-05-06 iceman1001CHG: test to remove a call <sys/types.h> seems to...
2016-04-29 iceman1001CHG: only need a byte in this loop
2016-04-29 iceman1001CHG: the 14b is getting better, since I added the...
2016-04-27 iceman1001CHG: FpgaSetupDMA, handle when it returns NULL.
2016-04-27 iceman1001CHG: 'hf 14b sim' better work flow on device side....
2016-04-27 iceman1001CHG: "hf 14b sim" making the flow to be similar to...
2016-04-27 iceman1001CHG: "hf 14b sim" - Added the possibility to call...
2016-04-26 iceman1001REM: removed a debug function call, PrintToSendBuffer
2016-04-26 iceman1001CHG: FpgaSetupDMA can fail and returns NULL. Added...
2016-04-26 iceman1001CHG: Much more stable 14B functionality when Sending...
2016-04-24 iceman1001CHG: changed this call, to the #define name instead.
2016-04-23 iceman1001FIX: Some Coverity Scan warnings. fread, not initiali...
2016-04-23 iceman1001syntax suger
2016-04-21 iceman1001code clean up
2016-04-18 iceman1001CHG: "hf 14a sim" command , correct use of FLAGS
2016-04-18 iceman1001CHG: deviceside changes to deal with sniffing UID's...
2016-04-14 iceman1001ADD: added triplesided UID to "hf mf sniff"
2016-04-14 iceman1001MOV: moved the #DEFINES into protocols.h
2016-04-14 iceman1001Syntaxt suger
2016-04-14 iceman1001ADD: simulating can now handle triplesized UID (10b)
2016-04-12 iceman1001Syntaxt suger,
2016-04-12 iceman1001syntax suger
2016-04-12 iceman1001REM: removed an unused method MifareCollectNonces
2016-04-11 iceman1001REM: removed some unused code, GetDeltaCountUS() and...
2016-04-11 iceman1001ADD: added @pivi 's faster authentication method from...
2016-04-10 iceman1001CHG: syntax suger,
2016-04-10 iceman1001CHG: syntax suger..
2016-04-10 iceman1001CHG: mostly syntax suger, trying to uniform the look...
2016-04-10 iceman1001CHG: some textual change and some syntax suger changes.
2016-04-10 iceman1001FIX: how to break a working thing by being blind...
2016-03-22 iceman1001coverity fixes for my latest changes.
2016-03-20 iceman1001ADD: copied all EMV files from peter filmoores fork...
2016-03-20 iceman1001ADD: well, starting with a luascript for reading calyp...
2016-03-13 iceman1001CHG: Added the BigBuf_Clear_ext calls, returned to...
2016-03-13 iceman1001CHG: moved some #define into include\common.h (which...
2016-03-13 iceman1001CHG: breaking up a long line in armsrc/Makefile to...
2016-03-12 iceman1001CHG: Added calling clear bigbuff to zero out it also...
next
Impressum, Datenschutz