首先为什么要用C++写android程序呢?主要是因为java写的android程序太容易被发编译,相对于java编译后的dex文件,底层的native so更加不容易被反编译,所以为了安全起见,可以将一些程序的逻辑写到C++里面,下面我们就写一个activity,其中核心内容都写在C++里面。我们写一个演示界面,其中后台发一条短信(所有逻辑都在C++中)。现在一些安全公司把代码全都写到C++中,我做的主要是为了安全~
☆40Aug 18, 2018Updated 8 years ago
Alternatives and similar repositories for TestAndroidJNI
Users that are interested in TestAndroidJNI are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 为Apk加壳项目,防止二次打包,代码反编译☆19Apr 1, 2015Updated 11 years ago
- one overall situation clipboard app for android,安卓全局复制app☆11May 10, 2018Updated 8 years ago
- apk加壳实现,防止反编译篡改核心代码,加强代码的保护☆17Feb 19, 2016Updated 10 years ago
- A simple tool to print out the current devices ecid☆13Dec 23, 2011Updated 14 years ago
- NDK项目实战之双进程守护—让你的app服务不在被杀死☆15Sep 8, 2017Updated 8 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 获取Android设备相关硬件信息☆14Dec 19, 2019Updated 6 years ago
- jni学习系列源码