proxmark3/client
wh201906 0f206ccef4
Fix client build on Android
Tested with:
cmake 3.10.2.4988404/3.24.1
ndk 25.2.9519653

Build command:

cmake \
    -DCMAKE_TOOLCHAIN_FILE=/home/gitpod/androidsdk/ndk/25.2.9519653/build/cmake/android.toolchain.cmake \
    -DANDROID_ABI=armeabi-v7a \
    -DANDROID_NATIVE_API_LEVEL=android-19 \
    -DSKIPBT=1 -DSKIPPYTHON=1 -DSKIPPTHREAD=1

(armeabi-v7a, arm64-v8a, x86 and x86_64 are all tested)
2023-03-11 00:27:48 +08:00
..
cmdscripts Add dummy cmdscripts/example.cmd for tests 2021-10-11 20:28:39 +02:00
deps Fix client build on Android 2023-03-11 00:27:48 +08:00
dictionaries Update mfc_default_keys.dic 2023-03-01 15:48:22 +08:00
experimental_client_with_swig py scripts 2020-11-14 00:44:18 +01:00
experimental_lib increased the readline package to 8.2 2023-02-14 21:16:38 +01:00
include Be more CONSTant with the parameters we will not modify 2022-01-17 14:56:47 -08:00
lualibs add hf_mfu_amiibo_restore to restore an Amiibo dump to a blank NTAG215 2022-07-28 22:05:49 -04:00
luascripts Add CHANGELOG.md entry, bump script version 2023-02-26 15:45:28 +01:00
pyscripts add comment indicating pyamiibo should be installed 2022-07-30 22:09:45 -04:00
resources add aid to resource file 2022-12-23 20:01:04 +01:00
src Updated verbiage WRT KeyAccess to make it clearer 2023-03-09 16:34:50 -07:00
atr_scrap_pcsctools.py license 2022-01-14 21:22:26 +01:00
CMakeLists.txt Fix client build on Android 2023-03-11 00:27:48 +08:00
default_keys_dic2lua.awk
emojis_scrap_github.py license 2022-01-14 21:22:26 +01:00
gen_pm3mfsim_script.sh rework hf mf chk and cliparser for hf mf fchk 2021-02-13 21:03:57 -05:00
Makefile Link ws2_32 2023-03-06 22:05:41 +08:00
pm3_cmd_h2lua.awk
README-bitlib