proxmark3/common
2016-02-22 17:51:07 +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 Merge branch 'master' of https://github.com/Proxmark/proxmark3 2015-01-20 09:32:53 +01:00
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 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 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
crc64.c scripting updates from @iceman1001 2015-05-13 21:14:35 -04: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: LF t55xx trace 2014-10-06 19:42:50 +02: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 MERGED: @holimans changes 2015-07-22 23:00:52 +02:00
iso15693tools.c MERGED: @holimans changes 2015-07-22 23:00:52 +02:00
iso15693tools.h First check in. 2014-09-11 23:23:46 +02:00
ldscript.common Reclaim more than 19K of ARM flash memory. 2015-03-31 08:07:26 +02:00
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 FIX: textual fix 2016-02-22 17:51:07 +01:00
lfdemod.h ADD: Added @marshmellow42 's new ST (sequence terminator detection) 2016-02-19 22:30:19 +01:00
Makefile.common ADD: added the "hf snoop" patch original from @Enio, rearranged by @Etmatrix. 2015-10-27 21:47:21 +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 CHG: a major remake of the "hf mf c*" commands. Ie chinese magic tags. Tried to make them consistent in parameter calls and simplified. And fixed the annoying gen1 tags that answers with a ACK/NACK on HALT commands.. 2015-11-09 21:46:15 +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 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: @wllm-rbnt 's typo fixes 2016-02-12 07:37:10 +01:00
usb_cdc.h MERGED: @holimans changes 2015-07-22 23:00:52 +02:00