.. |
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
|
ADD: Added the HitagS from @spenneb ref:https://events.ccc.de/congress/2015/Fahrplan/events/7166.html
|
2016-03-04 19:06:47 +01:00 |
emvtags.h
|
ADD: copied all EMV files from peter filmoores fork. Have not started with making it work in current fork. (a lot of work)
|
2016-03-20 19:37:29 +01:00 |
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
|
ADD: 'lf search' - added a rudimentary identification of IDTECK tags, will demod to PSK1, if fails it tries to PSK1 inverted demod.
|
2017-01-12 00:04:36 +01:00 |
lfdemod.h
|
ADD: 'lf search' - added a rudimentary identification of IDTECK tags, will demod to PSK1, if fails it tries to PSK1 inverted demod.
|
2017-01-12 00:04:36 +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
|
CHG: Reversed @piwi 's changes to parity. I'm getting assembler compiler errors.
|
2016-01-16 23:05:21 +01:00 |
prng.c
|
CHG: some textual change to README.txt
|
2015-12-21 19:48:00 +01:00 |
prng.h
|
CHG: some textual change to README.txt
|
2015-12-21 19:48:00 +01:00 |
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
|
CHG: Extracted @piwi's bucketsort into separate files under /common
|
2016-02-10 13:09:33 +01:00 |
radixsort.h
|
CHG: Extracted @piwi's bucketsort into separate files under /common
|
2016-02-10 13:09:33 +01:00 |
sha1.c
|
|
|
sha1.h
|
|
|
sha256.c
|
|
|
sha256.h
|
|
|
tea.c
|
CHG: some textual change to README.txt
|
2015-12-21 19:48:00 +01:00 |
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 |