.. |
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
|
FIX: 'lf hitag2' forgot to add some of @marshmellow42 's changes. Lf search should works just fine now.
|
2017-01-20 18:26:03 +01:00 |
cmd.h
|
FIX: 'lf hitag2' forgot to add some of @marshmellow42 's changes. Lf search should works just fine now.
|
2017-01-20 18:26:03 +01:00 |
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: moved into header files.
|
2017-01-25 00:35:11 +01: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: moved into header files.
|
2017-01-25 00:35:11 +01:00 |
crc32.c
|
CHG: moved into header files.
|
2017-01-25 00:35:11 +01:00 |
crc32.h
|
CHG: moved into header files.
|
2017-01-25 00:35:11 +01:00 |
crc64.c
|
CHG: merged the forum user @jason 's fixes to LEGIC. *UNTESTED*
|
2016-07-28 21:41:44 +02:00 |
crc64.h
|
scripting updates from @iceman1001
|
2015-05-13 21:14:35 -04:00 |
default_version.c
|
Make version data const
|
2010-02-26 14:02:27 +00:00 |
desfire.h
|
CHG: moved into header files.
|
2017-01-25 00:35:11 +01:00 |
emvtags.h
|
FIX: Coverity Scan fixes to emvcmd.c among others.
|
2017-03-05 18:43:06 +01:00 |
hmac_drbg.c
|
A lot of changes...
|
2015-10-04 18:01:33 +02:00 |
hmac_drbg.h
|
A lot of changes...
|
2015-10-04 18:01:33 +02:00 |
iso14443crc.c
|
ADD: analyse nuid - generates NUID 4byte from a UID 7byte. Mifare Classic Ev1 has this option as a activation sequences. This NUID is also used for authenticate (cuid), not the block0 data.
|
2017-03-10 09:48:36 +01:00 |
iso14443crc.h
|
ADD: analyse nuid - generates NUID 4byte from a UID 7byte. Mifare Classic Ev1 has this option as a activation sequences. This NUID is also used for authenticate (cuid), not the block0 data.
|
2017-03-10 09:48:36 +01: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
|
fixes #85
|
2017-03-05 16:19:26 +00:00 |
lfdemod.h
|
FIX: had to make it clientside only
|
2017-03-03 12:27:35 +01:00 |
Makefile.common
|
chg: @piwi's code cleanup and some more.
|
2017-02-23 00:03:10 +01:00 |
parity.c
|
CHG: moved into header files.
|
2017-01-25 00:35:11 +01:00 |
parity.h
|
CHG: moved into header files.
|
2017-01-25 00:35:11 +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
|
FIX: 'lf hitag2' forgot to add some of @marshmellow42 's changes. Lf search should works just fine now.
|
2017-01-20 18:26:03 +01:00 |
protocols.h
|
FIX: 'lf hitag2' forgot to add some of @marshmellow42 's changes. Lf search should works just fine now.
|
2017-01-20 18:26:03 +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 |
random.c
|
CHG: the mifare Auth command can make use of a random nonce aswell.
|
2017-01-29 10:41:48 +01:00 |
random.h
|
CHG: the mifare Auth command can make use of a random nonce aswell.
|
2017-01-29 10:41:48 +01:00 |
sha1.c
|
ADD: SHA1 hashes calculations in sha1.c and LUA
|
2015-05-26 16:12:33 +02:00 |
sha1.h
|
ADD: SHA1 hashes calculations in sha1.c and LUA
|
2015-05-26 16:12:33 +02:00 |
sha256.c
|
A lot of changes...
|
2015-10-04 18:01:33 +02:00 |
sha256.h
|
A lot of changes...
|
2015-10-04 18:01:33 +02:00 |
tea.c
|
CHG: some textual change to README.txt
|
2015-12-21 19:48:00 +01:00 |
tea.h
|
ADD: a TEA crypto algorithm implemention.
|
2015-12-09 14:57:16 +01:00 |
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
|
MERGED: @holimans changes
|
2015-07-22 23:00:52 +02:00 |
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 |