proxmark3/client
wh201906 4a8f425379
Fix a bug in "lf config"
When executing "lf config --reset", the averaging will be 0 rather than 1(default).
This is because the config.averaging is set to 1 at first.(line 621)
Then this argument is overwritten unconditionally by
"config.averaging = (avg == 1);"(line 634)
2022-04-08 19:50:38 +08:00
..
cmdscripts Add dummy cmdscripts/example.cmd for tests 2021-10-11 20:28:39 +02:00
deps Make NEON build detection a bit more robust 2022-03-31 18:29:44 -07:00
dictionaries maur keys 2022-03-31 23:21:50 +02:00
experimental_client_with_swig
experimental_lib added skeleton for HF NTAG424 category of commands 2022-04-02 14:06:16 +02:00
include Be more CONSTant with the parameters we will not modify 2022-01-17 14:56:47 -08:00
lualibs add legic crc16 to lua 2021-10-23 23:53:59 +02:00
luascripts Update hf_14a_i2crevive 2022-03-30 12:17:15 +01:00
pyscripts Remove force lowercasing of commands.json 2022-03-29 11:08:37 -07:00
resources added a AID and some minor style 2022-01-26 06:17:28 +01:00
src Fix a bug in "lf config" 2022-04-08 19:50:38 +08:00
atr_scrap_pcsctools.py license 2022-01-14 21:22:26 +01:00
CMakeLists.txt added skeleton for HF NTAG424 category of commands 2022-04-02 14:06:16 +02:00
default_keys_dic2lua.awk remove tabs 2019-07-24 00:52:24 +02:00
emojis_scrap_github.py license 2022-01-14 21:22:26 +01:00
gen_pm3mfsim_script.sh
Makefile added skeleton for HF NTAG424 category of commands 2022-04-02 14:06:16 +02:00
pm3_cmd_h2lua.awk Rename few USB -> PM3 to avoid misleading interpretations 2019-04-30 21:10:11 +02:00
README-bitlib