buptis073114 / TestAndroidJNI
首先为什么要用C++写android程序呢?主要是因为java写的android程序太容易被发编译,相对于java编译后的dex文件,底层的native so更加不容易被反编译,所以为了安全起见,可以将一些程序的逻辑写到C++里面,下面我们就写一个activity,其中核心内容都写在C++里面。我们写一个演示界面,其中后台发一条短信(所有逻辑都在C++中)。现在一些安全公司把代码全都写到C++中,我做的主要是为了安全~
☆41Updated 6 years ago
Alternatives and similar repositories for TestAndroidJNI:
Users that are interested in TestAndroidJNI are comparing it to the libraries listed below
- AndroidStudio NDK开发最佳入门实践☆25Updated 8 years ago
- Android按键精灵功能库,可以重复触屏和按键操作。需要ROOT权限☆68Updated 10 years ago
- 使用DroidPlugin的示例☆36Updated 9 years ago
- 高仿豌豆荚免Root自动安装功能☆29Updated 8 years ago
- Android利用插件化进行程序扩展 : 1.apk做为插件的实现方式 2.dex作为插件的实现方式☆41Updated 6 years ago
- 一个长按复制取次的开源库。SelectWord,MarkDemo☆21Updated 4 years ago
- xposed的hook案例☆24Updated 8 years ago
- Android开发中便利的网络工具: tcpdump on android(抓包神器) ftp server(通过ftp浏览sdcard内容)☆41Updated 9 years ago
- Android 下的增量更新☆37Updated 11 years ago
- 任意位置下获取应用context☆32Updated 9 years ago
- The demo source of Component Injection☆31Updated 10 years ago
- 一个利用Android 5.0提供的“投射屏幕”API实现截屏功能的APP☆47Updated 6 years ago
- Extract the part of JavaHook in the Xposed. Usage: Inject one process to load libtest.so, then enter the Java world and hook the java fun…☆23Updated 9 years ago
- 一个给apk加壳的工程☆15Updated 9 years ago
- dexposed原理学习☆9Updated 9 years ago
- android通过ndk加解密和防apk反编译。☆16Updated 7 years ago
- 带中文注释的Android 4.2.2 Google Launcher2,写了一半己荒废……☆33Updated 10 years ago
- 实时 一对一 语音通信☆39Updated 9 years ago
- Android动态加载dex,apk文件☆11Updated 10 years ago
- 微信Android SDK的源码,可以用来进行修改重打包☆22Updated 7 years ago
- Android中增量更新工具☆46Updated 8 years ago
- 谷歌Latin输入法☆14Updated 7 years ago
- Android Multi-Channel Packaging Tool☆46Updated last year
- 全功能终端模拟器,可切换悬浮窗☆28Updated 9 years ago
- Bypassing java heap to operate images,will 100% avoid OOM (Maintenance stopped)绕过java heap操作图片,100%避开OOM☆42Updated last year
- Mars is a cross-platform network component developed by WeChat.(添加注释分析)☆16Updated 7 years ago
- curl 移植到andorid ,支持https和http2.0☆15Updated 7 years ago
- Just as the project name says, this project is aimming at creating a tool for manipulating android devices from pc.☆16Updated 10 years ago
- (废弃)集成360加固,apk签名,美团walle打包工具实现自动化构建(由于美团签名不兼容P,请参考最新美团库)☆12Updated 7 years ago
- Build android‘s layout drawable to jar, 构建Android布局、图片资源到jar包中,适用于用来封装带界面的jar包SDK☆24Updated 9 years ago