proxmark3/client
Philippe Teuwen 63711dd312 fix gcc8 failure, man sprintf:
Some programs imprudently rely on code such as the following
sprintf(buf, "%s some further text", buf);
to append text to buf.  However, the standards explicitly note that the results are undefined if source and destination buffers overlap  when  calling  sprintf(),  snprintf(),  vsprintf(),  and  vs‐
nprintf().  Depending on the version of gcc(1) used, and the compiler options employed, calls such as the above will not produce the expected results.
2019-10-13 00:31:21 +02:00
..
amiitool coverity 226404 - fix ignoring number.. 2019-10-09 13:00:22 +02:00
cliparser fix few printf arg types 2019-10-05 23:56:19 +02:00
cmdscripts add cmdscript example 2019-09-04 23:28:19 +02:00
crypto move hardnested tables to resources/ 2019-08-30 09:02:01 +02:00
dictionaries more keys 2019-09-26 11:29:20 +02:00
emv coverity 226372 - leak 2019-10-09 21:07:33 +02:00
fido fix few printf arg types 2019-10-05 23:56:19 +02:00
hardnested move hardnested tables to resources/ 2019-08-30 09:02:01 +02:00
jansson rework jansson Makefile, use Makefile.host 2019-08-19 21:50:16 +03:00
liblua rework liblua Makefile and skip clients compilation, use Makefile.host 2019-08-19 21:50:16 +03:00
loclass coverity 226411 2019-10-10 13:11:29 +02:00
lualibs Fix typos 2019-09-14 17:44:58 +02:00
luascripts Fix Legic_clone.lua script typos 2019-10-07 14:57:53 +02:00
mifare fix more printf api warnings/bugs 2019-10-09 18:03:56 +02:00
resources move hardnested tables to resources/ 2019-08-30 09:02:01 +02:00
reveng Fix clang issue where generated .d are sometimes newer than .o 2019-08-22 21:05:45 +02:00
tinycbor rework tinycbor Makefile, use Makefile.host 2019-08-19 21:50:16 +03:00
uart summer restructuring: 2019-08-11 21:42:01 +02:00
ui
cmdanalyse.c analyze demodbuff - fill demodbuffer with binary from client 2019-10-11 11:26:14 +02:00
cmdanalyse.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdcrc.c fix few mem leaks 2019-10-06 01:18:04 +02:00
cmdcrc.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmddata.c fix few printf arg types 2019-10-05 23:56:19 +02:00
cmddata.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdflashmem.c fix few printf arg types 2019-10-05 23:56:19 +02:00
cmdflashmem.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdflashmemspiffs.c fix few printf arg types 2019-10-05 23:56:19 +02:00
cmdflashmemspiffs.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdhf.c textual 2019-09-24 21:01:44 +02:00
cmdhf.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdhf14a.c coverity 226361 - printf 2019-10-09 14:19:10 +02:00
cmdhf14a.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdhf14b.c fix few printf arg types 2019-10-05 23:56:19 +02:00
cmdhf14b.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdhf15.c fix few printf arg types 2019-10-05 23:56:19 +02:00
cmdhf15.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdhfepa.c fix more printf api warnings/bugs 2019-10-09 18:03:56 +02:00
cmdhfepa.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdhffelica.c fix more printf api warnings/bugs 2019-10-09 18:03:56 +02:00
cmdhffelica.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdhffido.c fix few printf arg types 2019-10-05 23:56:19 +02:00
cmdhffido.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdhficlass.c fix more printf api warnings/bugs 2019-10-09 18:03:56 +02:00
cmdhficlass.h chg: 'hf iclass chk' 2019-08-29 07:47:17 +02:00
cmdhflegic.c fix few printf arg types 2019-10-05 23:56:19 +02:00
cmdhflegic.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdhflist.c coverity 226308 2019-10-10 11:13:14 +02:00
cmdhflist.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdhfmf.c coverity 226188 2019-10-09 22:29:42 +02:00
cmdhfmf.h Cleaned up the ouput to be as minimalistic as possible. Now the verbose flag output is realy verbose. 2019-08-28 18:39:01 +02:00
cmdhfmfdes.c summer restructuring: 2019-08-11 21:42:01 +02:00
cmdhfmfdes.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdhfmfdesfire_disabled.c summer restructuring: 2019-08-11 21:42:01 +02:00
cmdhfmfdesfire_disabled.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdhfmfhard.c coverity 226359 2019-10-09 21:55:01 +02:00
cmdhfmfhard.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdhfmfp.c change scripts/ to luascripts/ 2019-08-21 23:17:01 +02:00
cmdhfmfp.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdhfmfu.c coverity 226430 - printf args 2019-10-09 12:56:11 +02:00
cmdhfmfu.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdhfthinfilm.c fix few printf arg types 2019-10-05 23:56:19 +02:00
cmdhfthinfilm.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdhftopaz.c fix few printf arg types 2019-10-05 23:56:19 +02:00
cmdhftopaz.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdhw.c coverity 226422 2019-10-09 23:38:41 +02:00
cmdhw.h add: proxmark3 -v/--version - for easiness to detect version in offline mode and installs 2019-08-21 12:52:59 +02:00
cmdlf.c Add 'lf motorola *' commands. Old grey Motorola cards, presumably Flexpass, which operates in 74 kHz, PSK1 , Clock 32. No chance a t55x7 can clone it :), simulation should be doable 2019-10-11 23:13:52 +02:00
cmdlf.h Add 'lf motorola *' commands. Old grey Motorola cards, presumably Flexpass, which operates in 74 kHz, PSK1 , Clock 32. No chance a t55x7 can clone it :), simulation should be doable 2019-10-11 23:13:52 +02:00
cmdlfawid.c fixes 2019-10-09 14:28:52 +02:00
cmdlfawid.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdlfcotag.c should unify authors messages, remove from individual functions that was done for awhile 2019-10-10 11:37:36 +02:00
cmdlfcotag.h should unify authors messages, remove from individual functions that was done for awhile 2019-10-10 11:37:36 +02:00
cmdlfem4x.c fix more printf api warnings/bugs 2019-10-09 18:03:56 +02:00
cmdlfem4x.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdlffdx.c coverity 226339 2019-10-09 21:36:29 +02:00
cmdlffdx.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdlfgallagher.c should unify authors messages, remove from individual functions that was done for awhile 2019-10-10 11:37:36 +02:00
cmdlfgallagher.h should unify authors messages, remove from individual functions that was done for awhile 2019-10-10 11:37:36 +02:00
cmdlfguard.c fix few printf arg types 2019-10-05 23:56:19 +02:00
cmdlfguard.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdlfhid.c fixes 2019-10-09 14:30:50 +02:00
cmdlfhid.h reworked clone 2019-09-26 21:44:27 +02:00
cmdlfhitag.c Fix typos 2019-09-14 17:53:24 +02:00
cmdlfhitag.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdlfindala.c Motorola. FC guessing. CSN mapped straight from Indala descramble. 2019-10-12 12:36:09 +02:00
cmdlfindala.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdlfio.c fix few printf arg types 2019-10-05 23:56:19 +02:00
cmdlfio.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdlfjablotron.c fix few printf arg types 2019-10-05 23:56:19 +02:00
cmdlfjablotron.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdlfkeri.c fix few printf arg types 2019-10-05 23:56:19 +02:00
cmdlfkeri.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdlfmotorola.c Motorola. FC guessing. CSN mapped straight from Indala descramble. 2019-10-12 12:36:09 +02:00
cmdlfmotorola.h q 2019-10-11 23:13:58 +02:00
cmdlfnedap.c fix nedap examples 2019-10-08 16:10:50 +02:00
cmdlfnedap.h rework clone 2019-09-26 21:21:13 +02:00
cmdlfnexwatch.c add 'lf nexwatch clone' - uses raw hex to clone to t55x7 2019-09-26 21:15:38 +02:00
cmdlfnexwatch.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdlfnoralsy.c fix few mem leaks 2019-10-06 01:18:04 +02:00
cmdlfnoralsy.h chg clone 2019-09-26 21:06:18 +02:00
cmdlfpac.c fix few printf arg types 2019-10-05 23:56:19 +02:00
cmdlfpac.h add 'lf pac clone' - use raw hex to clone to t55x7 2019-09-26 20:56:18 +02:00
cmdlfparadox.c fix few printf arg types 2019-10-05 23:56:19 +02:00
cmdlfparadox.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdlfpcf7931.c summer restructuring: 2019-08-11 21:42:01 +02:00
cmdlfpcf7931.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdlfpresco.c fix few printf arg types 2019-10-05 23:56:19 +02:00
cmdlfpresco.h chg rework tx55 clone 2019-09-26 20:36:13 +02:00
cmdlfpyramid.c fix few mem leaks 2019-10-06 01:18:04 +02:00
cmdlfpyramid.h chg reworked t55x7 clone function 2019-09-26 20:32:33 +02:00
cmdlfsecurakey.c fix few printf arg types 2019-10-05 23:56:19 +02:00
cmdlfsecurakey.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdlft55xx.c fix gcc8 failure, man sprintf: 2019-10-13 00:31:21 +02:00
cmdlft55xx.h T55xx Save and Restore 2019-10-11 20:29:20 +11:00
cmdlfti.c summer restructuring: 2019-08-11 21:42:01 +02:00
cmdlfti.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdlfverichip.c fix few printf arg types 2019-10-05 23:56:19 +02:00
cmdlfverichip.h new files 2019-10-01 14:29:37 +02:00
cmdlfviking.c chg rework t55x7 clone.. 2019-09-26 20:42:00 +02:00
cmdlfviking.h chg rework t55x7 clone.. 2019-09-26 20:42:00 +02:00
cmdlfvisa2000.c fix few printf arg types 2019-10-05 23:56:19 +02:00
cmdlfvisa2000.h chg rework t55x7 clone.. 2019-09-26 20:42:00 +02:00
cmdmain.c textual 2019-10-03 16:16:49 +02:00
cmdmain.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdparser.c chg: dont log helpout 2019-10-03 16:17:25 +02:00
cmdparser.h make btpin & btfactory accessible in BTADDON builds 2019-08-12 18:58:28 +02:00
cmdscript.c coverity 227802 - fix uninitialized 2019-10-09 12:46:01 +02:00
cmdscript.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdsmartcard.c fix few printf arg types 2019-10-05 23:56:19 +02:00
cmdsmartcard.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdtrace.c coverity 263230 2019-10-10 12:34:11 +02:00
cmdtrace.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdusart.c fix more printf api warnings/bugs 2019-10-09 18:03:56 +02:00
cmdusart.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdwiegand.c style 2019-09-19 10:47:12 +02:00
cmdwiegand.h add: 'wiegand commands' - wiegand manipulation like encoding / decoding of credentials. From offical repo (@grauerfuchs) 2019-09-18 19:20:07 +02:00
comms.c fix few mem leaks 2019-10-06 01:18:04 +02:00
comms.h summer restructuring: 2019-08-11 21:42:01 +02:00
default_keys_dic2lua.awk remove tabs 2019-07-24 00:52:24 +02:00
elf.h added PACKED attribute for structures and reorganize include folder 2019-07-16 14:50:38 +03:00
fileutils.c coverity 226304 2019-10-09 23:34:19 +02:00
fileutils.h WiP - 'lf t55xx restore' - read a dump file and restore it to a t55xx card 2019-10-08 15:24:06 +02:00
flash.c merge flasher in client 2019-09-09 01:35:15 +02:00
flash.h merge flasher in client 2019-09-09 01:35:15 +02:00
gen_pm3mfsim_script.sh
graph.c fix few mem leaks 2019-10-06 01:18:04 +02:00
graph.h summer restructuring: 2019-08-11 21:42:01 +02:00
guidummy.cpp
libluamiibo.so
Makefile Add 'lf motorola *' commands. Old grey Motorola cards, presumably Flexpass, which operates in 74 kHz, PSK1 , Clock 32. No chance a t55x7 can clone it :), simulation should be doable 2019-10-11 23:13:52 +02:00
pm3_binlib.c Reduce some var scopes 2019-06-07 18:41:39 +02:00
pm3_binlib.h
pm3_bit_limits.h summer restructuring: 2019-08-11 21:42:01 +02:00
pm3_bitlib.c static 2019-04-11 00:10:21 +02:00
pm3_bitlib.h
pm3_cmd_h2lua.awk Rename few USB -> PM3 to avoid misleading interpretations 2019-04-30 21:10:11 +02:00
polarssl_config.h
prng.c summer restructuring: 2019-08-11 21:42:01 +02:00
prng.h summer restructuring: 2019-08-11 21:42:01 +02:00
proxendian.h summer restructuring: 2019-08-11 21:42:01 +02:00
proxgui.cpp summer restructuring: 2019-08-11 21:42:01 +02:00
proxgui.h summer restructuring: 2019-08-11 21:42:01 +02:00
proxguiqt.cpp fix plot strange values 2019-09-10 00:06:16 +02:00
proxguiqt.h Add client option -i to stay in interactive mode after a script or command 2019-08-04 15:34:18 +02:00
proxmark3.c revert tainted 2019-10-09 13:44:51 +02:00
proxmark3.h add get_my_user_directory() to centralize HOME processing 2019-09-12 20:13:01 +02:00
README-bitlib
scandir.c
scandir.h
scripting.c misspelled fct 2019-10-09 22:32:38 +02:00
scripting.h reorganize lua script dir defs 2019-08-23 22:07:45 +02:00
tea.c summer restructuring: 2019-08-11 21:42:01 +02:00
tea.h summer restructuring: 2019-08-11 21:42:01 +02:00
ui.c add get_my_user_directory() to centralize HOME processing 2019-09-12 20:13:01 +02:00
ui.h Move history and logfile to ~/.proxmark3 2019-08-28 21:53:31 +02:00
util.c style 2019-09-19 10:47:12 +02:00
util.h style 2019-09-19 10:47:12 +02:00
util_darwin.h on prototypes, void means sth 2019-04-09 22:42:23 +02:00
util_darwin.m
whereami.c add missing include for whereami.c in android 2019-08-11 21:42:01 +02:00
whereami.h updated 2019-04-08 12:47:34 +02:00
wiegand_formats.c style 2019-09-19 10:47:12 +02:00
wiegand_formats.h style 2019-09-19 10:47:12 +02:00
wiegand_formatutils.c conside less than 26, to be 26bit wiegand 2019-09-24 13:08:49 +02:00
wiegand_formatutils.h style 2019-09-19 10:47:12 +02:00