proxmark3/common
iceman1001 62577a62ae FIX: Much of my added extra legic code is commented away now.
FIX: the gcc6.1.1 warning broke my gcc 4.8.4 build env..
2016-09-26 20:21:31 +02: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 A lot of changes... 2015-10-04 18:01:33 +02:00
cmd.h Merge branch 'master' of https://github.com/Proxmark/proxmark3 2015-01-20 09:32:53 +01:00
crc.c 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
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 FIX: The input handling for "hf 14b write" is now correct. Thanks Asper for spotting the fault. 2015-01-07 22:56:20 +01:00
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 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 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 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 MERGED: @holimans changes 2015-07-22 23:00:52 +02:00
iso14443crc.h minor textual fix 2016-07-31 22:01:40 +02:00
iso15693tools.c CHG: trying to unify the crc algos in one place. 2016-08-04 21:52:32 +02:00
iso15693tools.h CHG: trying to unify the crc algos in one place. 2016-08-04 21:52:32 +02:00
ldscript.common Reclaim more than 19K of ARM flash memory. 2015-03-31 08:07:26 +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 FIX: "indent" warns about this one. 2016-09-26 12:29:24 +02:00
lfdemod.h ADD: LF JABLOTRON functionality. with clone/sim and detection in LF SEARCH. 2016-07-29 11:04:12 +02:00
Makefile.common FIX: Much of my added extra legic code is commented away now. 2016-09-26 20:21:31 +02:00
parity.c ADD: @marshmellow42 's changes to "hf mfu *" , 2015-12-15 09:34:55 +01:00
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 REM: removed an offensive #include on archlinux. Compiles on mingw without. 2015-12-23 23:26:03 +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 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 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 FIX: could be a problem, when not using parnethesis around inparams in #define. 2016-09-26 12:30:34 +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