]> git.zerfleddert.de Git - proxmark3-svn/shortlog
proxmark3-svn
2012-08-13 fnargwibble... target and bitstream back to front!
2012-07-25 dn337t@gmail.comadded dissector for ISO 14443-A ATS response
2012-07-20 dn337t@gmail.comadded util.h include to avoid implicit function declaration
2012-07-20 dn337t@gmail.comcommented set but unread variable wantSaveToEml
2012-07-17 Merlokbr@gmail.com`hf mf sniff` transfered parity from arm to decoding...
2012-07-17 Merlokbr@gmail.com`hf mf sniff` added CRC_14443_A check
2012-07-17 Merlokbr@gmail.comsmall fix
2012-07-17 Merlokbr@gmail.com`hf mf sniff` - working with emulator files
2012-07-16 Merlokbr@gmail.comimproved command hf mf sniff. Now it cant decode nested...
2012-07-11 Merlokbr@gmail.com"hf mf sniff" low level logics works.
2012-07-10 t0m4.null@gmail.comFixed writing em410x 40bits UID on T5555/T55x7 tags...
2012-07-07 Merlokbr@gmail.comhf 14a snoop optimized and added parameters. hf 14a...
2012-07-06 Merlokbr@gmail.comsmall improvements, added new command `hf mf sniff...
2012-07-06 douniwan5788Fixed auto nt bug
2012-07-06 Merlokbr@gmail.comfixed setting block0 for "magic card". now it works)
2012-07-06 douniwan5788fixed the mifare bug
2012-07-05 Merlokbr@gmail.comanother "magic card" backdoor - command "read block...
2012-07-05 Merlokbr@gmail.commagic Chinese card fully supported. Added commands...
2012-07-05 dn337t@gmail.comchanged -elf to -eabi in install-gnuarm4.sh ARMLIB...
2012-07-05 Merlokbr@gmail.comadded magic card write block
2012-07-05 Merlokbr@gmail.comAdded work with "magic Chinese" card (card from: ouyang...
2012-07-03 dn337t@gmail.comupdated install-gnuarm4.sh to reflect new convention...
2012-07-03 dn337t@gmail.comremoved commented out CFLAGS setting (probably committe...
2012-07-02 cex123@gmail.comAdded Indala cloning. Fixed HID cloning bug
2012-07-01 roel@libnfc.orgfixed spacing
2012-07-01 roel@libnfc.orgadded mfkey
2012-06-29 roel@libnfc.orgfixed output
2012-06-29 roel@libnfc.orgremoved output that slowed down the process, this is...
2012-06-29 roel@libnfc.orgcleaned up some code
2012-06-29 roel@libnfc.orgadded better tracing capabilities, fixed some reader...
2012-06-29 roel@libnfc.orgfixed a lot of simulation issues
2012-06-28 dekoninggans... iClass support is tweaked so it works with HID readers...
2012-06-28 dekoninggans... Changed arm-eabi- to arm-none-eabi (new convention)
2012-06-28 dekoninggans... Extended iClass support with Card and Reader emulation!
2012-06-22 dn337t@gmail.comextracted download and signature verification functiona...
2012-06-22 dn337t@gmail.comavoid spawning whoami to get username in tools/install...
2012-06-22 dn337t@gmail.comrefactored client/pm3_*.py to use with statements,...
2012-06-22 dn337t@gmail.comadded simple test suite for client/pm3_*.py
2012-06-22 dn337t@gmail.commade clients/pm3_*.py importable as Python modules
2012-06-20 dn337t@gmail.comreplaced string.find with str.find in findbits.search()
2012-06-20 dn337t@gmail.comsimplified findbits.main() loop
2012-06-20 dn337t@gmail.comsimplified findbits.stringreverse()
2012-06-20 dn337t@gmail.comsimplified findbits.binstring()
2012-06-20 dn337t@gmail.comsimplified findbits.invert()
2012-06-20 dn337t@gmail.comadded simple test suite for tools/findbits.py
2012-06-20 adrian@atrox.atreduces (but does not eliminate) a coil/fpga setup...
2012-06-20 adrian@atrox.atadded more cards to iso15693 uid database, and some...
2012-06-20 dn337t@gmail.commade tools/findbits.py importable as a Python module
2012-06-12 GooglePlus... Commented out unused, set but never read variables...
2012-06-07 dn337t@gmail.cominitialize graph cursors to avoid crashing (issue 21)
2012-06-07 dn337t@gmail.comuse downloaded keyring directly to avoid polluting...
2012-06-07 dn337t@gmail.comuse char instead of uint8_t to avoid warnings/casting
2012-05-31 douniwan5788replaced the getline which does't support by minGW...
2012-05-30 douniwan5788Enhanced hf mf chk , add default key,support dic file...
2012-05-29 dn337t@gmail.comremoved redundant Dbprintfs from SnoopIso1443a (issue 25)
2012-05-29 dn337t@gmail.comtypofix in install-gnuarm4 script
2012-05-29 dn337t@gmail.comoptimized loop in MifareNested (issue 36)
2012-05-29 dn337t@gmail.comfixed assignment vs. equals operator (issue 35)
2012-05-29 dn337t@gmail.comadded CmdHF15CmdReadmulti using Adrian's second patch...
2012-05-29 dn337t@gmail.comtextual changes: error messages and comments by Andrian...
2012-05-29 dn337t@gmail.comadded head comments on CmdHF15Cmd{Read,Write} using...
2012-05-29 dn337t@gmail.comclarification in 'hf 15 cmd write' message using Adrian...
2012-05-18 dn337t@gmail.comimplemented output of received octets in 'hf 15 cmd...
2012-05-18 dn337t@gmail.comadded 'hf 15 cmd sysinfo' using Adrian's second patch...
2012-05-18 dn337t@gmail.comtypofix in prepareHF15Cmd comment based on Adrian's...
2012-05-18 dn337t@gmail.comfixed offset in 'hf 15 cmd read' to avoid losing the...
2012-05-18 dn337t@gmail.comboolean fix in 'hf 15 cmd read' using Adrian's second...
2012-05-18 dn337t@gmail.comtypofixes in ISO15693 getUID head comment
2012-05-17 dn337t@gmail.comextended ISO 15693 UID map using Adrian's second patch...
2012-05-17 dn337t@gmail.comimplemented ISO 15693 error message decoding and fixed...
2012-05-14 dn337t@gmail.comRemoved unused variables, added implicitly used headers
2012-03-07 marcin.mielczarczykSupport for EM410x card mode in T5555/T55x7 tags.
2012-03-07 marcin.mielczarczykFixed versions of Binutils, GDB and Insight in compiler...
2012-02-06 W8M2Hg9lLmWqXSGCAdded documentation.
2012-02-05 W8M2Hg9lLmWqXSGCAdded / modified SAK descriptions.
2012-01-29 W8M2Hg9lLmWqXSGCAdded regex to remove spaces and new lines from version...
2012-01-26 fnargwibble... Example traces for modulation recognition / testing
2012-01-26 fnargwibble... Navigate one sample at a time in plot window and displa...
2012-01-23 fnargwibble... Navigate a page at a time in plot window
2012-01-21 fnargwibble... Oops. Fix grid lock when zoomed in or out.
2012-01-21 fnargwibble... Add plot window keystroke help
2011-12-16 roel@libnfc.orgcleaned up some if-def routines
2011-11-04 Merlokbr@gmail.com1. update SAK
2011-10-15 cex123@gmail.com(no commit message)
2011-09-19 caioxmagsmall updates to hf mf restore1k
2011-09-06 roel@libnfc.orgfixed iso14443b snoop, plus compiling issue of redefine...
2011-09-06 caioxmagupdates to function hf mf retore1k
2011-09-05 roel@libnfc.orgfix command-line issue generating core dump on OSX
2011-09-05 roel@libnfc.orgfix temp changes
2011-09-05 roel@libnfc.orgfix compiling under MAC OSX
2011-09-02 caioxmagDump1k now writes keys to dumpdata.bin even when they...
2011-09-01 zveriu@gmail.com - Added very basic scripting support to PM3 client...
2011-09-01 caioxmagFixes to Mifare nested function...
2011-08-31 caioxmagCorrected some errors from r487, WHICH I FORGOT TO...
2011-08-30 zveriu@gmail.com - Corrected ELF to EABI target (since Makefile refers...
2011-08-30 caioxmag(no commit message)
2011-06-25 Merlokbr@gmail.com1. emulator works. tested on ARC1302, NXP pegoda, touch...
2011-06-23 Merlokbr@gmail.com1. fixed (it seems) readline behavior. Now there is...
2011-06-22 Merlokbr@gmail.comadded functionality: dump card memory, save|load card...
2011-06-17 Merlokbr@gmail.com1. updated usb commands
next
Impressum, Datenschutz