tomken / JniHttpLinks
简单的 HTTP 封装,支持GET、POST请求,支持表单POST
☆14Updated 9 years ago
Alternatives and similar repositories for JniHttp
Users that are interested in JniHttp are comparing it to the libraries listed below
Sorting:
- Apk 加固源码示例☆33Updated 8 years ago
- 学习jni及反调试策略☆50Updated 7 years ago
- 美团Robust框架自动插入代码工具☆23Updated 9 years ago
- android通过ndk加解密和防apk反编译。☆18Updated 8 years ago
- 通过jni编译C文件生成.so,验证签名值和包名对项目进行加密处理☆14Updated 7 years ago
- 基于xposed修改手机信息☆14Updated 7 years ago
- 2份实现java hook的例子(看雪论坛的和ddi框架)☆42Updated 9 years ago
- This project is just a test item that combined with VirtualApp and whale, it's aim to hook the third party applications.☆15Updated 6 years ago
- Android 使用 so 文件存储私密数据,并增加签名防盗机制☆75Updated 7 years ago
- 使用c++作为通讯核心 实现android socket长连接☆16Updated 4 years ago
- Android 平台 加固方案☆41Updated 10 years ago
- 首先为什么要用C++写android程序呢?主要是因为java写的android程序太容易被发编译,相对于java编译后的dex文件,底层的native so更加不容易被反编译,所以为了安全起见,可以将一些程序的逻辑写到C++里面,下面我们就写一个activity,其中核心…☆40Updated 7 years ago
- Native IO Redirect implementation for Android.