proxmark3/common
2016-03-21 22:09:04 +01:00
..
bucketsort.c CHG: my idea of malloc and free for bucketsort didn't work so well. Back to the original. 2016-02-10 21:44:32 +01:00
bucketsort.h CHG: my idea of malloc and free for bucketsort didn't work so well. Back to the original. 2016-02-10 21:44:32 +01:00
cmd.c A lot of changes... 2015-10-04 18:01:33 +02:00
cmd.h
crc.c chg: ego credits....one of these days I'll remove 'em 2016-02-18 17:48:17 +01:00
crc.h CHG: had to move the SwapBits method. 2016-02-12 16:19:18 +01:00
crc16.c ADD: first try to implement crc-16 for Legic Advant *not working yet* Can't verify it. 2016-02-16 10:44:12 +01:00
crc16.h ADD: first try to implement crc-16 for Legic Advant *not working yet* Can't verify it. 2016-02-16 10:44:12 +01:00
crc32.c
crc32.h
crc64.c
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 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
iso14443crc.h
iso15693tools.c
iso15693tools.h
ldscript.common
legic_prng.c FIX: legic_prng.c according to user on forum ref: http://www.proxmark.org/forum/viewtopic.php?pid=5437#p5437 needs to be "& 0x7F" 2016-02-12 12:34:05 +01:00
lfdemod.c ADD: added @marshmellow42 's changes to "lfdemod" 2016-03-20 19:39:06 +01:00
lfdemod.h CHG; a fix for "HF TUNE", I always were annoyed with the hf tune where it printed one value per row endlessly. So this fixes that, it uses "\r" to print on the same row. Works on MINGW/WINDOWS. Havn'nt tested it on Linux yet. But it looks good now. 2016-03-06 10:35:25 +01:00
Makefile.common DEL: Removed old comment, after I've been compiling and testing all -W parameters in it. Didn't find any new warnings. Which is good. 2016-03-01 06:58:32 +01: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 syntax cleaning. 2016-03-21 22:09:04 +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 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: testing for windows clients to get a higher baudrate. Was 9600, testing 115200 as for non_win. 2016-03-21 22:05:59 +01:00
usb_cdc.h