All Projects → chenenyu → Androidsecurity

chenenyu / Androidsecurity

Android安全实践

Projects that are alternatives of or similar to Androidsecurity

Jpegkit Android
Efficient JPEG operations for Android without the risk of an OutOfMemoryException.
Stars: ✭ 154 (+2.67%)
Mutual labels:  ndk, jni, native
Stunning Signature
Native Signature Verification For Android (with example)
Stars: ✭ 139 (-7.33%)
Mutual labels:  ndk, signature, native
Android Luajit Launcher
Android NativeActivity based launcher for LuaJIT, implementing the main loop within Lua land via FFI
Stars: ✭ 87 (-42%)
Mutual labels:  ndk, jni, native
Camerakit Android
Library for Android Camera 1 and 2 APIs. Massively increase stability and reliability of photo and video capture on all Android devices.
Stars: ✭ 5,131 (+3320.67%)
Mutual labels:  ndk, native
Jni.hpp
A modern, type-safe, header-only, C++14 wrapper for JNI
Stars: ✭ 313 (+108.67%)
Mutual labels:  ndk, jni
Keepalive
Fighting against force-stop kill process on Android with binder ioctl / Android高级保活
Stars: ✭ 376 (+150.67%)
Mutual labels:  ndk, jni
premake-android-studio
premake5 module for android-studio and gradle build.
Stars: ✭ 24 (-84%)
Mutual labels:  ndk, jni
Fake Jni
An implementation of the JNI and JVMTI with support for direct interaction between natively registered classes and JVM objects.
Stars: ✭ 20 (-86.67%)
Mutual labels:  jni, native
Dart native
Write iOS&Android Code using Dart. This package liberates you from redundant glue code and low performance of Flutter Channel.
Stars: ✭ 564 (+276%)
Mutual labels:  jni, native
Anyndk
🔥 Android native library, make your development faster and easier. Android各种native库,让你的开发更快更简单
Stars: ✭ 35 (-76.67%)
Mutual labels:  ndk, jni
Androiddevwithcpp
Android Develop With C++
Stars: ✭ 106 (-29.33%)
Mutual labels:  ndk, jni
Jnioor
基于C++模板函数与Fluent API设计的JNI反射库,极大的简化JNI反射调用,提高JNI开发效率与稳定性
Stars: ✭ 278 (+85.33%)
Mutual labels:  ndk, jni
Jni4android
JNI Generater for Android
Stars: ✭ 261 (+74%)
Mutual labels:  ndk, jni
Uikit Cross Platform
Cross-platform Swift implementation of UIKit, mostly for Android
Stars: ✭ 421 (+180.67%)
Mutual labels:  cmake, ndk
SecurityDemo
ndk进行简单的签名校验,密钥保护demo,android应用签名校验
Stars: ✭ 22 (-85.33%)
Mutual labels:  ndk, jni
Aesjniencrypt
Make safest code in Android. (基于libsodium实现加解密,key在native中,防止被二次打包){长期维护,请star,勿fork}
Stars: ✭ 840 (+460%)
Mutual labels:  cmake, ndk
Jni By Examples
🎇Fun Java JNI By Examples - with CMake and C++ (or C, of course!) ‼️ Accepting PRs
Stars: ✭ 99 (-34%)
Mutual labels:  cmake, jni
Googleserialport
Android串口通信:抱歉,学会它真的可以为所欲为 ! ! !
Stars: ✭ 130 (-13.33%)
Mutual labels:  ndk, jni
imgui-java
JNI based binding for Dear ImGui
Stars: ✭ 270 (+80%)
Mutual labels:  native, jni
Camera2GLPreview
Android camera preview application using Camera2 API and OpenGL ES/Vulkan
Stars: ✭ 140 (-6.67%)
Mutual labels:  ndk, jni

AndroidSecurity

讲解参考简书

注意:

  1. 本示例项目包含了已编译完成的so库,可以直接运行,如果你想自己编译,请先下载ndk,并配置路径,然后删除jniLibs并反注释build.gradle中的externalNativeBuild。
  2. 线上版本中,请删除native代码中log信息。

作者的其他库:

  1. Router: 优雅的组件化路由框架.
  2. SuperAdapter: 一款"万能"Adapter.
  3. img-optimizer-gradle-plugin: 一款用于压缩png图片的gradle插件.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].