proxmark3/common
iceman1001 76c74bf9ad CHG: 'hf iclass decrypt' - adjusted the loops, to only decrypt Application 1. However I've noticed not all blocks in Application 1 is encrypted. :/ Still needs to be adjusted.
CHG: 'hf iclass reader'  - added some output accessrights from the CopyReader source code.

And ofcourse,  moved around stuff,  like the usages in cmdhficlass.c
2017-01-10 18:23:05 +01:00
..
bucketsort.c
bucketsort.h
cmd.c
cmd.h
crc.c FIX: 'LF PYRAMID' the crc8_MAXIM and crc16_DNP was calling the wrong crc method. (update2 is the older and correct version). This solves the pyrmid issue with wrong checksums calculated. 2016-11-14 21:41:18 +01:00
crc.h CHG: extracted some timers functionality, to get unified access to a timer/clock which counts in ticks. Moved stuff from util.c 2016-09-21 19:03:32 +02:00
crc16.c
crc16.h
crc32.c
crc32.h
crc64.c
crc64.h
default_version.c
desfire.h
emvtags.h
hmac_drbg.c
hmac_drbg.h
iso14443crc.c
iso14443crc.h
iso15693tools.c CHG; syntax suger 2016-10-10 21:54:26 +02:00
iso15693tools.h
ldscript.common ADD: added a compiling flag -DHAS_512_FLASH i common/Makefile.common, to be used for PM3 devices with 512KB. Original commit from @hewitt 2016-10-07 00:12:09 +02:00
legic_prng.c ADD; added some more descriptions of what the legic prng imp does. 2016-09-23 21:29:34 +02:00
lfdemod.c CHG: cleaning up stuff 2017-01-03 01:20:03 +01:00
lfdemod.h ADD: a Noralsy detection, looking for preamble 0xBB0 2016-12-15 15:50:12 +01:00
Makefile.common ADD: added a compiling flag -DHAS_512_FLASH i common/Makefile.common, to be used for PM3 devices with 512KB. Original commit from @hewitt 2016-10-07 00:12:09 +02:00
parity.c
parity.h
prng.c
prng.h
protocols.c CHG: 'hf iclass decrypt' - adjusted the loops, to only decrypt Application 1. However I've noticed not all blocks in Application 1 is encrypted. :/ Still needs to be adjusted. 2017-01-10 18:23:05 +01:00
protocols.h CHG: 'hf iclass decrypt' - adjusted the loops, to only decrypt Application 1. However I've noticed not all blocks in Application 1 is encrypted. :/ Still needs to be adjusted. 2017-01-10 18:23:05 +01:00
radixsort.c
radixsort.h
sha1.c
sha1.h
sha256.c
sha256.h
tea.c
tea.h
usb_cdc.c CHG: Patch for making PM3 compatible to MCU's CDC-Host libraries Thanks to @cjbrigato to tweak the cdc imp. 2016-10-03 08:03:47 +02:00
usb_cdc.h
wiegand.c
wiegand.h