proxmark3/client
Philippe Teuwen b2a6fca0ee Fix bug when cmake android and CMAKE_BUILD_TYPE=Release, see comments:
The presence of "filter" from crypto1.c as an exported function depends on the chosen compilation optimization level.
So if the common/crapto1/ and the code using it (here hardnested) are not using the same level, there will be a mismatch,
in this case hardnested_bruteforce.c expecting crypto1.c to provide filter()
2020-06-18 19:27:33 +02:00
..
android
cmdscripts
deps Fix bug when cmake android and CMAKE_BUILD_TYPE=Release, see comments: 2020-06-18 19:27:33 +02:00
dictionaries Additional CharlieCard Key 2020-06-12 20:01:55 -04:00
lualibs
luascripts
pyscripts theremin.py: quit when pm3 button is pressed 2020-06-10 01:18:26 +02:00
resources typo 2020-06-10 02:15:16 +02:00
src remove debug statement 2020-06-18 17:55:09 +02:00
CMakeLists.txt cmake android: we only need libtinfo, not full libncurses 2020-06-18 16:19:54 +02:00
default_keys_dic2lua.awk
emojis_scrap_github.py
gen_pm3mfsim_script.sh
Makefile Add SKIPREADLINE support to make and cmake 2020-06-09 21:21:15 +02:00
pm3_cmd_h2lua.awk
README-bitlib