]> git.zerfleddert.de Git - proxmark3-svn/shortlog
proxmark3-svn
2015-01-07 iceman1001FIX: more minor issues with block Numbers.
2015-01-07 iceman1001CHG: spelling errors, added help texts in cmdhfmfu.c
2015-01-07 iceman1001ADD: new defines: iso14443_CMD_AUTH_KEYA, iso14443_CMD_...
2015-01-07 iceman1001CHG: removed leftover debugging statements proxmark3.c
2015-01-07 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-01-07 Martin Holst... Save iclass dumps to file, like mifare-dump functionali...
2015-01-07 marshmellow42code cleanup. re-added psk commands.
2015-01-06 iceman1001ADD: tnp3xxx identification in luascripts.
2015-01-06 iceman1001CHG: Refactored the HF MFU udump/ucdump commands into...
2015-01-06 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-01-06 marshmellow42Merge pull request #4 from Proxmark/master
2015-01-06 Martin Holst... Changed io threshold to 140, fixed boolean error in...
2015-01-06 Martin Holst... Fixed thresholding of io fskdemod
2015-01-06 iceman1001CHG: rename the HF MFU * commands.
2015-01-06 marshmellow42Merge pull request #3 from Proxmark/master
2015-01-06 marshmellow42sync with master lf files to resolve conflicts
2015-01-06 iceman1001FIX: a compilation error for a static method in CmdHF14A.h
2015-01-06 marshmellow42added data psk* cmds for pskdemod
2015-01-06 iceman1001ADD: added a lot of ic ids to cmdhf15.c Thanks to...
2015-01-05 iceman1001CHG: generic code clean up. Removal of commented code.
2015-01-05 iceman1001FIX: downloaded a fresh clone from my fork, and took...
2015-01-05 Martin Holst... Added loclass-functionality into the pm3,the functional...
2015-01-05 iceman1001ADD: Holimans new changes in master.
2015-01-04 iceman1001FIX: fixed a little bug I introduced from last commit...
2015-01-04 iceman1001FIX: a shot at fixing the "_" underscore problem in...
2015-01-04 Martin Holst... Moved iclass crc to be based on a lookup table
2015-01-04 Martin Holst... Minor dox
2015-01-04 Martin Holst... Reworked how 'hf 14a list' and 'hf iclass list' works...
2015-01-04 Martin Holst... Some work on iclass dump and iclass list, now the dumpi...
2015-01-03 Martin Holst... Some work on iclass, started on some better support...
2015-01-03 Martin Holst... Set lower threshold for lf iodemod, it had too high...
2015-01-03 Martin Holst... Fixed indentation
2015-01-03 Martin Holst... Removed unused variable
2015-01-03 Martin Holst... Corrected indentation to tabs only
2015-01-03 Martin Holst... Removed wrong size-count, sizeof(bigbuf) would always...
2015-01-01 iceman1001chg: updated the README.txt
2015-01-01 IcemanMerge pull request #1 from bforbort/master
2015-01-01 Blaine ForbortMerge remote-tracking branch 'origin/DESFireAuth'
2015-01-01 iceman1001Updated the README.txt
2015-01-01 Martin Holst... Merge pull request #34 from marshmellow42/master
2014-12-31 marshmellow42Revert "problems creating pull request with the new... 34/head
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...
next
Impressum, Datenschutz