From 1e7b25c9b7e73616e6b328d19180ff6d99f2a2da Mon Sep 17 00:00:00 2001 From: DXL <64101226@qq.com> Date: Wed, 1 Jul 2020 17:11:45 +0800 Subject: [PATCH] pm3 client is a linux executable. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c154c76d..26ab45f2 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,9 @@ Build: gradle & cmake Framework: MVP Now all lib is compile to "libxxx.so", jni and ndk is basic. core is jni and ndk from java to c map. -not a linux executable file(Future) +~~not a linux executable file(Future)~~ +Now, proxmark3 client is a linux executable, the executable pack in: app_main/src/main/assets/proxmark3.zip +You can compile your client and use zip to pack client and update on app settings page(Future). ## Compability list