proxmark3/common
2016-12-15 15:50:12 +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 ADD: a Noralsy detection, looking for preamble 0xBB0 2016-12-15 15:50:12 +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: syntaxt suger 2016-12-09 14:39:34 +01:00
protocols.h CHG: and now that I do actually check on bitlenght, I can get a better annotation yet again. Looking at it raises a question, acknowledge is 0x19 or 0x39, they just don't match up with tagtype identification of 0x0D, 0x1D, 0x39. I'll need to look at a 1024 tags response in a trace with a valid reader. 2016-09-26 12:58:11 +02: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