]> git.zerfleddert.de Git - proxmark3-svn/history - client
Finalized migration to new USB CDC interface
[proxmark3-svn] / client /
2013-03-07 roel@libnfc.orgFinalized migration to new USB CDC interface
2013-03-04 roel@libnfc.orgoptimized
2013-03-04 thijsbreman@gmail.compolling per second in OpenProxmark
2013-03-01 roel@libnfc.orguploaded new mingw-proxmark.zip, QT working again,...
2013-02-28 roel@libnfc.orgfixed stupid 64-bit formatting for x86/amd64 and unix...
2013-02-28 roel@libnfc.orgfixed stupid 64-bit formatting for x86/amd64 and unix...
2013-02-28 roel@libnfc.orgfixed stupid 64-bit formatting for x86/amd64 and unix...
2013-02-28 roel@libnfc.orgfixed stupid 64-bit formatting for x86/amd64 and unix...
2013-02-28 roel@libnfc.orgcompiling on windows again
2013-02-28 roel@libnfc.orgmerged all patches into CDC repository
2013-02-28 roel@libnfc.orgdouniwan5788:
2013-02-28 roel@libnfc.orgFinally, rewrote bootrom and flasher program, much...
2013-02-27 roel@libnfc.orgfixed USB GPIO bug reported by gregy, and fixed 'hf...
2013-02-05 douniwan5788fixed cmd malloc strlen()+1 bug
2013-02-05 douniwan5788Add iso14443a fuzz command
2013-01-24 cex123@gmail.comFixed bug in HID clone short format. Added EM4xxx block...
2013-01-18 chalk.secu@gmail.comAdded command to read PCF7931 125Khz LF tags. This...
2013-01-16 cex123@gmail.comAdded block command for T55xx and support for cloning...
2012-12-09 roel@libnfc.orgadded automatically saving the hitag2 memory content...
2012-12-09 roel@libnfc.orgfixed 64-bit cmd/arg for windows
2012-12-07 roel@libnfc.orgfixed 'hf mf' command and some others
2012-12-07 roel@libnfc.orgWindows7 working now! ugly fix for inaccurate Windows...
2012-12-07 roel@libnfc.orgreceiving/sending moved to one thread
2012-12-07 roel@libnfc.orgtemporarely disabled QT for winows, no clue why it...
2012-12-07 roel@libnfc.orgminor output change
2012-12-07 roel@libnfc.orgfixed windows compile
2012-12-07 roel@libnfc.orgfixed read uart for windows
2012-12-06 roel@libnfc.orgfixed missing header
2012-12-04 roel@libnfc.orgadded missing files, part2
2012-12-04 roel@libnfc.orgadded missing files
2012-12-04 roel@libnfc.orgmajor USB update
2012-11-08 Merlokbr@gmail.comthere was bug in `hf mf mifare`. and speed up this...
2012-10-18 thijsbreman@gmail.comadded: readed blocks (password mode) into tag.sectors...
2012-10-16 roel@libnfc.orgadded hitag2 reading in crypto mode functionality
2012-10-03 thijsbreman@gmail.comAdded output to file for 'lf hitag list' command
2012-09-18 roel@libnfc.orgadded 'hitag2.ht2' binary example image for emulation
2012-09-18 roel@libnfc.orgMAJOR update, added hitag2 reader, emulation and eavesd...
2012-08-28 frederikmoellers... Allow user to specify a delay
2012-08-28 frederikmoellers... Basic support for EAC documents (e.g. German Identifica...
2012-08-14 frederikmoellers... -Added .history to the svn:ignore property
2012-08-13 dn337t@gmail.comremoved dead check of uint8_t > 255
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-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 Merlokbr@gmail.comadded magic card write block
2012-07-05 Merlokbr@gmail.comAdded work with "magic Chinese" card (card from: ouyang...
2012-07-02 cex123@gmail.comAdded Indala cloning. Fixed HID cloning bug
2012-06-29 roel@libnfc.orgfixed a lot of simulation issues
2012-06-28 dekoninggans@gmail.comExtended iClass support with Card and Reader emulation!
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 adrian@atrox.atadded more cards to iso15693 uid database, and some...
2012-06-07 dn337t@gmail.cominitialize graph cursors to avoid crashing (issue 21)
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.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-02-05 W8M2Hg9lLmWqXSGCAdded / modified SAK descriptions.
2012-01-26 fnargwibble@gmail.comNavigate one sample at a time in plot window and displa...
2012-01-23 fnargwibble@gmail.comNavigate a page at a time in plot window
2012-01-21 fnargwibble@gmail.comOops. Fix grid lock when zoomed in or out.
2012-01-21 fnargwibble@gmail.comAdd plot window keystroke help
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...
next
Impressum, Datenschutz