]> git.zerfleddert.de Git - proxmark3-svn/history - armsrc
FIX: @wllm-rbnt 's typo fixes
[proxmark3-svn] / armsrc /
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...
2015-12-16 iceman1001ADD: @marshmellow42 's fixes for Q5, t55xx, fskclock,
2015-12-15 iceman1001ADD: @marshmellow42 's changes to "hf mfu *" ,
2015-12-15 iceman1001ADD: @pwpiwi 's latest code from his 'hardnested' branch.
2015-12-14 iceman1001REM: removed an unused doublett function "printBits...
2015-12-02 iceman1001add: missing two hard_nested files..
2015-12-01 iceman1001FIX: the lfsampling.c for t55xx had a tendecy to enter...
2015-11-27 iceman1001ADD: @go_tus simple bruteforce for t55xx, refactored...
2015-11-23 iceman1001CHG: Missing some headers
2015-11-22 iceman1001FIX: the read counter in "hf 14a sim" (for ntag/ev...
2015-11-22 iceman1001ADD: @marshmellow's fixes to awid, viking and T55x7
2015-11-20 iceman1001@marshmellows last LF changes.
2015-11-10 iceman1001FIX: an error that I introduced to the csetblock comma...
2015-11-10 iceman1001added @marshmellows new viking demod.
2015-11-09 iceman1001CHG: minor code clean up, removed commented old code.
2015-11-09 iceman1001ADD: @piwi's fixes to "hf snoop" where it empties the...
2015-11-09 iceman1001CHG: a major remake of the "hf mf c*" commands. Ie...
2015-11-02 iceman1001ADD: @marshmellow42 's fixex and resetread t55x7
2015-11-01 iceman1001CHG: some magic generation1 tags is not following proto...
2015-11-01 iceman1001ADD: help text for 'hf snoop' / 'hf search' / 'hf...
2015-10-30 iceman1001CHG: some desfire changes from @bforbort fork. *untested*
2015-10-27 iceman1001ADD: added the "hf snoop" patch original from @Enio...
2015-10-21 iceman1001ADD: 'LF T55X7 WAKEUP' command. For tags with AOR...
2015-10-20 iceman1001CHG: some cleanup of pcf7931.c
2015-10-20 iceman1001ADD: @marshmellows42 's fixes for "lf cmdread" and...
2015-10-16 iceman1001FIX: thanks @tony, for pointing out a "end" statement...
2015-10-15 iceman1001CHG: code clean up. Have some questions regarding...
2015-10-15 iceman1001CHG: minor updates in the T55x7 methods. added the...
2015-10-15 iceman1001ADD: @marshmellows fixes for t55x7 reading signal.
2015-10-14 iceman1001FIX: The T55x7ReadBlock method, should not have the...
2015-10-12 iceman1001FIX: I did a clean up of the "LF PCF7931" code. The...
2015-10-11 iceman1001ADD: There were lot of calls to enable tracing, but...
2015-10-11 iceman1001ADD: @marshmellow42's decrypt crypto-1 method,
2015-10-07 iceman1001I just merged @marshmellow's branch "iclass" and that...
2015-10-04 iceman1001A lot of changes...
2015-08-04 IcemanMerge pull request #4 from gcohen55/ubuntu_makefile
2015-07-31 iceman1001added @piwi 's usb speed test.
2015-07-28 iceman1001Merge some PM3 master commits. Had to re-make the...
2015-07-28 iceman1001Merge branch 'master' of https://github.com/iceman1001...
2015-07-28 iceman1001MOD:: reverse back changes to 14443b.c
2015-07-22 iceman1001ADD: using @holiman's "ubs_poll_validate_length(...
2015-07-22 iceman1001REM: Removed a debugstatment
2015-07-22 iceman1001MERGED: @holimans changes
2015-07-22 iceman1001ADD: started with adding a "LS" command that lists...
2015-07-19 iceman1001FIX: "hf list 7816", the s-blocks is now also printed.
2015-07-18 iceman1001ADD: @holiman's clearCommandBuffer in cmdlft55xx.c
2015-07-13 iceman1001TEST: Moebius two noce mfkey32...
2015-07-12 iceman1001@frederikmoellers EPA changes, with APDU for ISO14443b...
2015-07-12 iceman1001@PM3 master merges, Piwi fix for mfnested
2015-06-29 iceman1001ADD: @pwpivi 's latest fixes for bigbuff
2015-06-25 iceman1001FIX: @pwpiwi 's fixes for darkside / nested attack...
2015-06-25 iceman1001ADD: forgot the zlib and some new fpga compress file.s
2015-06-25 iceman1001ADD: @marshmellow42 's 14b fixes.
2015-06-25 iceman1001ADD: pwpiwi 's FPGA compress
2015-06-23 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-06-23 iceman1001ADD: PACE functionality ref: https://github.com/Proxma...
2015-06-23 Martin Holst SwendeMerge pull request #121 from frederikmoellers/master
2015-06-23 Martin Holst SwendeMerge branch 'master' of github.com:Proxmark/proxmark3
2015-06-23 Martin Holst SwendeMerge pull request #118 from marshmellow42/master
2015-06-23 pwpiwiMerge pull request #114 from pwpiwi/iso14443b_fix
2015-06-22 pwpiwifixing iso14443b (issue #103): 114/head
2015-06-22 Frederik MöllersAdd PACE replay functionality 121/head
2015-06-22 iceman1001FIX: fastread dont do multiplication by zero, thanks...
2015-06-21 iceman1001CHG: "hf 14 sim t 7" ie NTAG simulation, now reads...
next
Impressum, Datenschutz