proxmark3/common
pwpiwi b8dd1ef649
upgrading 'hf mfu' (#830)
* chg: write new dump file format by @mceloff
* chg: rename 'hf mfu dump' option 'n' to 'f' to align with other commands and RRG repo
* chg: replace ISO14443A_CMD_READBLOCK by MIFARE_CMD_READBLOCK, same for WRITEBLOCK
* fix: mifare_ultra_readblock() returned 14 bytes instead of 16
* chg: param_gethex_ex() now checks maximum output buffer length
* chg: ul_comp_write() was incomplete and for magic testing only
* fix: 16bit ULC counter had been displayed as 32bit
* chg: add check for 7 Byte UID, drop check for ATQA in type identification GetHF14AMfU_Type()
* fix: send HALT instead of dropping field in order to maintain a defined state
* chg: DropField() when command ends
* chg: check for invalid page ranges in 'hf mfu dump'
* fix: print correct lock bits when page range is used
* fix: do not write (incomplete) dumpfile when page range is used
* add: use UID for filename when no filename is given (RRG repo)
* chg: don't clear trace on each ULC authentication, clear trace at beginning of each command
* fix: don't send (DESFire?) deselect command after authentication
2019-06-06 07:33:12 +02:00
..
crapto1 improve hf 14a info (#457) 2017-11-01 17:48:59 +01:00
mbedtls Fido U2F complete (#716) 2018-11-25 16:56:12 +01:00
cmd.c CHG: Minor code clean up. 2015-01-07 20:40:22 +01:00
cmd.h Merge branch 'master' of https://github.com/Proxmark/proxmark3 2015-01-20 09:32:53 +01:00
crc.c Ndef and MAD (#801) 2019-03-19 07:51:10 +01:00
crc.h Ndef and MAD (#801) 2019-03-19 07:51:10 +01:00
crc16.c Modified kermit crc to use existing crc calc code 2015-06-05 22:39:56 -04:00
crc16.h Modified kermit crc to use existing crc calc code 2015-06-05 22:39:56 -04:00
crc32.c FIX: The input handling for "hf 14b write" is now correct. Thanks Asper for spotting the fault. 2015-01-07 22:56:20 +01:00
crc32.h FIX: The input handling for "hf 14b write" is now correct. Thanks Asper for spotting the fault. 2015-01-07 22:56:20 +01:00
crc64.c scripting updates from @iceman1001 2015-05-13 21:14:35 -04:00
crc64.h scripting updates from @iceman1001 2015-05-13 21:14:35 -04:00
default_version.c Typos 2016-02-17 15:44:18 +01:00
fpga.h Add raw HF signal plotting (#786) 2019-02-20 19:18:12 +01:00
iso14443crc.c "hf mf sniff" low level logics works. 2012-07-11 15:52:33 +00:00
iso14443crc.h "hf mf sniff" low level logics works. 2012-07-11 15:52:33 +00:00
iso15693tools.c USB comms: part 2 towards @micolous PR#463 (#595) 2018-04-24 08:27:29 +02:00
iso15693tools.h Fix 15 snoop (#752) 2019-01-12 13:28:26 +01:00
ldscript.common Reclaim more than 19K of ARM flash memory. 2015-03-31 08:07:26 +02:00
legic_prng.c legic write/simulate [Anon] 2010-05-06 11:24:01 +00:00
lfdemod.c Add Smartcard functions (RDV4.0) (#646) 2018-08-21 05:08:49 +02:00
lfdemod.h Indala fixes - set accurate preamble and start of.. (#385) 2017-08-27 12:10:28 +02:00
Makefile.common Get rid of polarssl (#717) 2018-11-23 19:03:46 +01:00
Makefile_Enabled_Options.common Emv commands work with smartcard interface (RfidResearchGroup PR67 by @Merlokk) (#743) 2019-01-05 09:47:12 +01:00
parity.c Refactor parity functions 2017-03-25 22:03:17 +01:00
parity.h add nested auth decoding to hf mf sniff 2018-02-09 15:50:55 +01:00
protocols.c iclass - updates 2017-06-21 17:07:55 -04:00
protocols.h upgrading 'hf mfu' (#830) 2019-06-06 07:33:12 +02:00
usb_cdc.c make product string even length 2018-02-08 22:32:08 +08:00
usb_cdc.h Potential fix for 0-length usb packets seen on OSX 2015-07-17 00:01:58 +02:00