Giter Club home page Giter Club logo

diycodeandroid's Introduction

DiyCodeAndroid

a Third-party Android App of DiyCode Community

应用截图

下载

点击下载

感谢

Api

DiyCode API 目录

框架

JessYanCoding/MVPArms

代码参考

GcsSloop/diycode

plusend/DiyCode

SamuelGjk/DiyCode

xshengcn/DiyCode

注意

代码中使用了签名验证,所以使用前请将 native-security.cpp 里的static const char *SIGN改为自己打包用的签名,签名的获取代码如下:

PackageManager pm = getPackageManager();

PackageInfo pi = pm.getPackageInfo(getPackageName(), PackageManager.GET_SIGNATURES);

Signature[] signatures = pi.signatures;

Signature signature0 = signatures[0];

return signature0.toCharsString();

或是直接把 native-security.cpp 里的jint JNI_OnLoad(JavaVM *vm, void *reserved)这个方法注释掉即可。

推荐阅读

Android 密钥保护和 C/S 网络传输安全理论指南

Android安全系列之:如何在native层保存关键信息

联系我

[email protected]

diycodeandroid's People

Contributors

linsneider avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

diycodeandroid's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.