proxmark3/client
iceman1001 539fd59ebe CHG: "hf legic write" - now writes on the limits better.
CHG: "hf legic restore" - now restors :)
CHG: "hf legic rdmem" - now has a nice offset row above the read data.  try:  'hf legic rdmem 0 100'
2016-10-09 15:41:31 +02:00
..
hid-flasher
loclass
lualibs
nonce2key
obj
platforms
reveng
scripts
aes.c
aes.h
cli.c
cmdanalyse.c
cmdanalyse.h CHG: moved some TEA crypto stuff from 14b into analyse. 2016-08-07 21:08:17 +02:00
cmdcrc.c
cmdcrc.h
cmddata.c
cmddata.h
cmdhf.c
cmdhf.h
cmdhf14a.c
cmdhf14a.h
cmdhf14b.c
cmdhf14b.h
cmdhf15.c CHG: the "indent" software warns about some assingments. I've tried to fix them. 2016-09-26 10:37:00 +02:00
cmdhf15.h
cmdhfepa.c
cmdhfepa.h
cmdhficlass.c FIX: @wllm-rbnt 's typo fixes 2016-02-12 07:37:10 +01:00
cmdhficlass.h I just merged @marshmellow's branch "iclass" and that was a lot of new functionality. *great work* 2015-10-07 23:00:46 +02:00
cmdhflegic.c
cmdhflegic.h
cmdhfmf.c
cmdhfmf.h
cmdhfmfdes.c
cmdhfmfdes.h ADD: Mifare Desfire defines 2016-08-14 17:38:54 +02:00
cmdhfmfdesfire.c
cmdhfmfdesfire.h ADD: midnitesnakes desfire, ultralight changes from Unstable branch. 2014-12-31 11:35:43 +01:00
cmdhfmfhard.c FIX: bug in nextwatch demod, which if the found psk bits was smaller than the preamble the client crashed. 2016-09-01 16:09:31 +02:00
cmdhfmfhard.h
cmdhfmfu.c
cmdhfmfu.h
cmdhftopaz.c
cmdhftopaz.h
cmdhw.c CHG: starting to add the legic changes.. *work in progress* 2016-08-26 17:19:27 +02:00
cmdhw.h
cmdlf.c
cmdlf.h
cmdlfawid.c
cmdlfawid.h FIX: Travis CI complains about missing stdbool.h includes 2016-08-09 12:11:11 +02:00
cmdlfem4x.c
cmdlfem4x.h FIX: "hf legic decode" the stamp_len variable was int, but its used as a uint8_t. 2016-02-14 15:30:26 +01:00
cmdlfguard.c
cmdlfguard.h
cmdlfhid.c
cmdlfhid.h
cmdlfhitag.c
cmdlfhitag.h
cmdlfio.c
cmdlfio.h
cmdlfjablotron.c
cmdlfjablotron.h
cmdlfnedap.c
cmdlfnedap.h
cmdlfpcf7931.c
cmdlfpcf7931.h
cmdlfpresco.c
cmdlfpresco.h
cmdlfpyramid.c
cmdlfpyramid.h
cmdlft55xx.c FIX: "hf 14a read" / "hf mf *" / "hf mfdes info" and failure when calling these commands serveral times in row. 2016-09-23 21:28:07 +02:00
cmdlft55xx.h ADD: Added @marshmellow42 's new ST (sequence terminator detection) 2016-02-19 22:30:19 +01:00
cmdlfti.c
cmdlfti.h
cmdlfviking.c
cmdlfviking.h
cmdmain.c ADD: Added a new main command group "analyse", first one is the find the missing XOR in a LCR, it was a python script under /tools/xorfind.py 2016-05-10 15:30:46 +02:00
cmdmain.h
cmdparser.c
cmdparser.h
cmdscript.c
cmdscript.h
data.c
data.h
default_keys.dic
default_pwd.dic
elf.h
eml2lower.sh
eml2UPPER.sh
flash.c
flash.h
flasher.c
fpga_compress.c
gen_pm3mfsim_script.sh
graph.c
graph.h
guidummy.c Apply copyright patch from Michael Gernoth 2010-02-25 21:57:35 +00:00
hitag2.ht2
Makefile
mifarehost.c
mifarehost.h
pm3_binlib.c CHG: fix a "indent" warning. 2016-09-26 11:01:33 +02:00
pm3_binlib.h
pm3_bit_limits.h
pm3_bitlib.c Added a lua bit manipulation library, added Lua-api to iso 15693 crc-calculation 2013-11-06 18:34:10 +00:00
pm3_bitlib.h
pm3_eml2mfd.py CHG: execution mode 2016-10-05 17:56:44 +02:00
pm3_eml_mfd_test.py added simple test suite for client/pm3_*.py 2012-06-22 11:51:59 +00:00
pm3_mfd2eml.py
pm3_mfdread.py
polarssl_config.h Actually add the FILES also, doh 2015-01-12 22:16:46 +01:00
proxendian.h
proxgui.cpp Apply copyright patch from Michael Gernoth 2010-02-25 21:57:35 +00:00
proxgui.h
proxguiqt.cpp
proxguiqt.h
proxmark3.c
proxmark3.h FIX: time printing, like difftime in MINGW enviroments needs to use 32b time. 2016-04-23 13:02:20 +02:00
README-bitlib Added a lua bit manipulation library, added Lua-api to iso 15693 crc-calculation 2013-11-06 18:34:10 +00:00
scripting.c
scripting.h
sleep.c
sleep.h
snooper.c
uart.c
uart.h
ui.c ADD: added a simple averging filter function. input parameter K, can be 1 to 8 2016-08-29 20:29:31 +02:00
ui.h
unbind-proxmark
util.c
util.h