proxmark3/common
2016-11-14 21:41:18 +01:00
..
bucketsort.c CHG: merged the forum user @jason 's fixes to LEGIC. *UNTESTED* 2016-07-28 21:41:44 +02:00
bucketsort.h CHG: merged the forum user @jason 's fixes to LEGIC. *UNTESTED* 2016-07-28 21:41:44 +02:00
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 CHG: merged the forum user @jason 's fixes to LEGIC. *UNTESTED* 2016-07-28 21:41:44 +02:00
crc16.h CHG: merged the forum user @jason 's fixes to LEGIC. *UNTESTED* 2016-07-28 21:41:44 +02:00
crc32.c
crc32.h CHG: merged the forum user @jason 's fixes to LEGIC. *UNTESTED* 2016-07-28 21:41:44 +02:00
crc64.c CHG: merged the forum user @jason 's fixes to LEGIC. *UNTESTED* 2016-07-28 21:41:44 +02:00
crc64.h
default_version.c
desfire.h
emvtags.h
hmac_drbg.c
hmac_drbg.h
iso14443crc.c
iso14443crc.h minor textual fix 2016-07-31 22:01:40 +02:00
iso15693tools.c CHG; syntax suger 2016-10-10 21:54:26 +02:00
iso15693tools.h CHG: trying to unify the crc algos in one place. 2016-08-04 21:52:32 +02:00
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: "hf mf hardnested" - less printing 2016-10-21 16:06:53 +02:00
lfdemod.h CHG: "hf mf hardnested" - less printing 2016-10-21 16:06:53 +02: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: a select_legic function with structs and stuff and 2016-09-29 12:23:09 +02: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 ADD: started to rework the wiegand converting. Extracted it from the 'lf hid' file. Looks decent but still needs work. 2016-07-31 21:58:15 +02:00
wiegand.h ADD: started to rework the wiegand converting. Extracted it from the 'lf hid' file. Looks decent but still needs work. 2016-07-31 21:58:15 +02:00