]> git.zerfleddert.de Git - proxmark3-svn/history - armsrc
Merge pull request #14 from k02a/patch-2
[proxmark3-svn] / armsrc /
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...
2016-03-07 iceman1001@Marshmellow42 additions:
2016-03-06 iceman1001CHG; a fix for "HF TUNE", I always were annoyed with...
2016-03-04 iceman1001ADD: Added the HitagS from @spenneb ref:https://events...
2016-03-01 iceman1001CHG: some minor changes to the 14b, the read 14b...
2016-03-01 iceman1001FIX: Added @marshmellow42 's fix for ASK/Biphase simula...
2016-02-27 iceman1001chg: minor changes to text, explaining current implem...
2016-02-21 iceman1001ADD: Marshmellows fixes for "lf t55xx" and "lf cmdread...
2016-02-19 iceman1001FIX: an extra break inside "Hf mf cgetsc" made it...
2016-02-19 iceman1001CHG: removing some time-debug statements.
2016-02-17 iceman1001ADD: added some time debug statements to be able to...
2016-02-17 iceman1001FIX: Coverity scan fixes, hard to keep track of string...
2016-02-16 iceman1001FIX: cuid order...
2016-02-16 iceman1001Merge branch 'master' of https://github.com/iceman1001...
2016-02-16 iceman1001CHG: testing a prng_successor_one method
2016-02-15 iceman1001FIX: finally I took the effort to finish the "hf mf...
2016-02-15 icemanadd: added a noncedistance method
2016-02-15 icemanadd: added a test function for nonce distance
2016-02-12 iceman1001FIX: @wllm-rbnt 's typo fixes
2016-02-10 iceman1001CHG: having a go at finding the WDT death second time...
2016-02-10 iceman1001CHG: syntax suger
2016-02-10 iceman1001Merge branch 'master' of https://github.com/iceman1001...
2016-02-10 iceman1001FIX: added @marshmellow42 's fixes for StandAloneMode...
2016-01-25 iceman1001CHG: Syntax suger
2016-01-25 iceman1001Experimeting with finding the "WDT_HIT" bug in "Hf...
2016-01-25 iceman1001FIX: Possible usage of NULL.
2016-01-25 iceman1001CHG: Syntax suger
2016-01-25 iceman1001CHG: Syntax suger
2016-01-20 iceman1001ADD: added the possibility to choose which block num...
2016-01-20 iceman1001FIX: Some uninitialized variables, some syntax suger...
2016-01-20 iceman1001FIX: Coverity scans, uninitialized variables,
2016-01-20 iceman1001Merge branch 'master' of https://github.com/iceman1001...
2016-01-20 iceman1001FIX: Coverity Scan complains about resourceleaks, array...
2016-01-20 iceman1001FIX: Coverity Scans complain about uninitialized usage...
2016-01-16 icemanMerge branch 'master' of https://github.com/iceman1001...
2016-01-12 icemanMerge branch 'master' of https://github.com/iceman1001...
2016-01-12 icemanMerge branch 'master' of https://github.com/iceman1001...
2016-01-12 icemanMerge branch 'master' of https://github.com/iceman1001...
2016-01-12 icemanMerge branch 'master' of https://github.com/iceman1001...
2016-01-19 iceman1001FIX: Coverity scan, forgot one fread ...
2016-01-19 iceman1001CHG: Syncronized so all different parts uses the same...
2016-01-19 iceman1001CHG: minor change initializing array.
2016-01-19 iceman1001CHG: The nonce from "hf mf nested" is fixed to this...
2016-01-19 iceman1001CHG: Syntax suger
2016-01-19 iceman1001CHG: Crapto1 v3.3 for the ARMSRC
2016-01-13 iceman1001CHG: Tried to unfold some loops inside ARM/crypto1...
2016-01-13 iceman1001ADD: @pwpiwi 's latest changes to 'hf mf hardnested'
2016-01-09 iceman1001Merge branch 'master' of https://github.com/iceman1001...
2016-01-09 iceman1001CHG: syntax suger
2016-01-09 iceman1001ADD: a new pwdgen algo Nicknamed C, (Huge props to...
2016-01-08 iceman1001FIX: coverty scan defects.
2016-01-08 iceman1001Syntax suger, making the code easier to read (for...
2016-01-08 iceman1001FIX: coverty scan reveals some resourceleaks and overr...
2016-01-03 iceman1001code clean up, added some comments to hitag
2015-12-22 iceman1001FIX: the usb_poll_validate_length() check should be...
next
Impressum, Datenschutz