]> git.zerfleddert.de Git - proxmark3-svn/shortlog
proxmark3-svn
2014-12-31 marshmellow42problems creating pull request with the new traces
2014-12-31 marshmellow42minor adjustment to askmandemod for lf search
2014-12-31 marshmellow42added data rtrim command
2014-12-31 iceman1001CHG: modified cmdlf.c - CmdLFfind with a parameter...
2014-12-31 iceman1001ADD: midnitesnakes desfire, ultralight changes from...
2014-12-31 marshmellow42lf demod code cleanup - added fskraw arguments
2014-12-30 marshmellow42LF demod/cmd code cleanup + new lf search
2014-12-29 marshmellow42Merge pull request #1 from Proxmark/master
2014-12-29 marshmellow42minor setting adjustments/cleanup
2014-12-29 marshmellow42LF Demod bug fixes and add lf em em410xdemod
2014-12-29 marshmellow42slight adjustment to include
2014-12-29 marshmellow42LF Demod streamlining
2014-12-26 iceman1001FIX: minor fixes to the new feature in "hf 14a reader...
2014-12-26 iceman1001ADD: HF 14A READER is now able to see if a presented...
2014-12-26 iceman1001ADD: marshmellows new lf command and DetectClock. ...
2014-12-24 marshmellow42rename askrawdemod to askmandemod
2014-12-24 marshmellow42Created new detectclock function + EM decode addons
2014-12-23 marshmellow42minor askrawdemod adjustment if errors in demoding...
2014-12-23 marshmellow42Add auto check for EM410x format to askrawdemod cmd
2014-12-23 pwpiwiMerge branch 'master' of https://github.com/Proxmark...
2014-12-23 pwpiwiMerge branch 'master' of https://github.com/pwpiwi...
2014-12-23 pwpiwibugfixes in iso14443a.c and hf 14a reader
2014-12-23 pwpiwifixed a bug in iso14443a.c which had been introduced...
2014-12-23 marshmellow42minor fix - got too comment happy removing test code
2014-12-22 marshmellow42added new data askrawdemod command
2014-12-22 iceman1001added the changes from PM3 master.
2014-12-22 Blaine ForbortUsing defined command code
2014-12-22 Blaine ForbortMinor formatting change
2014-12-22 Blaine ForbortRemove unrelated file
2014-12-22 Blaine ForbortTested by changing the master key from the default...
2014-12-21 Blaine Forbortcode to check RndA' from PICC was unreachable
2014-12-21 Blaine ForbortCalled the OnSuccess() method for whatever reason that...
2014-12-21 Blaine ForbortLimit to single-DES operation and return session key...
2014-12-20 pwpiwiMerge pull request #33 from pwpiwi/master
2014-12-20 pwpiwiadapted hf iclass list to new trace format 33/head
2014-12-20 Blaine ForbortCreate session key
2014-12-20 Blaine ForbortAccept key number from command line
2014-12-20 Blaine ForbortRemoved unneeded verbosity and checked for a 0x00 respo...
2014-12-20 Blaine ForbortChallenge is now sent to PICC
2014-12-20 Blaine ForbortCalculates response to PICC challenge
2014-12-19 Blaine ForbortSuccessfully decrypted RandB from PICC challenge
2014-12-19 Blaine ForbortAdded file demonstrating a singleDES AUTH operation...
2014-12-19 Blaine ForbortFixed build environment
2014-12-19 marshmellow42put ask demod and mandemod
2014-12-19 marshmellow42Final touches on IO prox and HID prox demod
2014-12-19 iceman1001ADD: started with adding a LF AWID26 write function...
2014-12-18 pwpiwiMerge branch 'master' of https://github.com/Proxmark...
2014-12-18 pwpiwibugfixes hf epa cnonces
2014-12-18 pwpiwiFormat hf 14a list output for bigger frame sizes
2014-12-18 Martin Holst... minor change
2014-12-18 Martin Holst... Fixed error in hash1 (from loclass), now it possibly...
2014-12-18 Martin Holst... Merge pull request #32 from marshmellow42/master
2014-12-17 iceman1001minor fixes regaring the newly released patches from...
2014-12-17 pwpiwiunify/refactor hw tune and data tune
2014-12-17 iceman1001Applied Holiman's fixes for iclass.c and CSNs
2014-12-17 marshmellow42LF HID & IO prox fixes/options 32/head
2014-12-16 pwpiwiMerge branch 'master' of https://github.com/Proxmark...
2014-12-16 pwpiwibugfixes iso14443a (hf 14a commands)
2014-12-14 Martin Holst... Reverted to original malicious CSNs from paper, it...
2014-12-14 Martin Holst... Merge branch 'master' of github.com:Proxmark/proxmark3
2014-12-14 Martin Holst... Fix (iclass)
2014-12-14 marshmellow42LF HID & IO prox demod translation addons
2014-12-10 ikarusMerge pull request #31 from dnet/patch-1
2014-12-10 András Veres... Typofix: occurrences 31/head
2014-11-30 Martin Holst... Added Enios cool tuning-trick (LF) from forum-post...
2014-11-30 iceman1001ADD: Enio's intuative function for the command: "hw...
2014-11-27 iceman1001BUG: don't try to fix things that ain't broken.. or...
2014-11-26 iceman1001ADD: the option to simulate tnp3xxx inthe command ...
2014-11-16 iceman1001FIX: hf mf eload - now supports specifying 0,1,2,4...
2014-11-14 iceman1001FIX: rewrote the help text, cleaned up the code
2014-11-14 iceman1001REN: renamed tnp3.lua to tnp3dump.lua since that name...
2014-11-13 iceman1001FIX: Minor correction of variablename. don't even ask.
2014-11-13 iceman1001FIX: since the "hf mf ecfill" command supports 0,1...
2014-11-13 iceman1001FIX: The hf mf ekeyprn defaults to print all 40 sectorb...
2014-11-13 iceman1001FIX: Corrected the bug mention http://www.proxmark...
2014-11-13 iceman1001CHG - some lua functions in utils.lua
2014-11-12 iceman1001ADD: tnp3.lua can now validate the checkums in the...
2014-11-10 iceman1001ADD: html_dumplib.lua, added the functionality to...
2014-11-09 iceman1001FIX: I think the dumping of data is correct now in...
2014-11-09 iceman1001Updated tnp3.lua
2014-11-05 iceman1001FIX: minor parseing bug when loading dumpkeys.bin...
2014-11-03 iceman1001FIX: fixed the layout of data in tnp3.lua
2014-11-03 iceman1001FIX: added some tnp3xxx identification i formatMifare.lua
2014-11-03 iceman1001fixing scripts/tnp3.lua
2014-11-03 iceman1001ADD: added identification for Mifare TNP3xxx tags.
2014-10-31 iceman1001test: hf 15 sim..
2014-10-30 Martin Holst... More coverity fixes
2014-10-30 Martin Holst... Merge pull request #23 from holiman/master
2014-10-30 iceman1001ADD: Implemented a "hf 14b write" function using the...
2014-10-30 iceman1001FIX: maybe I should actually send the uid bytes with...
2014-10-30 iceman1001CHG: added possiblity to send <UID> into the "HF 15...
2014-10-29 iceman1001FIXED: Merged all Holimans code-review issues which...
2014-10-28 Martin Holst... Merge pull request #2 from holiman/coverity_fixes 23/head
2014-10-28 Martin Holst... Coverity-fixes in armsrc
2014-10-27 Martin Holst... More coverity findings
2014-10-27 Martin Holst... Fixed several issues found using a coverity-scan
2014-10-27 iceman1001FIX: Another try to see if the "lf em4x 410xsim"...
2014-10-27 iceman1001Inital test for the "lf em4x 410xsim / lf em4x 410xwatc...
2014-10-27 Martin Holst... Merge pull request #1 from holiman/ioprox_fixes
2014-10-27 iceman1001Minor corrections in fskdemod i lfops.c , see Holimans...
next
Impressum, Datenschutz