Git Product home page Git Product logo

apkshield's Introduction

#Apk加固项目(支持4.0-8.1,8.0+部分机型存在crash,持续跟进中)


##使用方法

  1. clone 项目至本地
  1. 在 ApkShield\apkShield\native 进行 ndk-build ,修改 jni/Android.mk 中的 LOCAL_CFLAGS += -DDEBUG,可控住 debug 版本和 release 版本的生成,同时也支持 ollvm 混淆
  1. 把生成的 lib 下的文件全部拷贝到 ApkShield\apkShield\files\lib-debug(lib-release)\lib 下,ndk-build 生成的是 debug 版就放在 lib-debug\lib ,若下生成的是 release 版就放在 lib-release\lib 下
  1. 把项目导入 Idea 或 AndroidStudio ,然后对 apkShield(不是ApkShield)进行 assemble 项目构建,修改apkShield\build.gradle 文件可以项目名称和构建版本的控制(debug 或 release)
  1. 在 apkShield\build\distributions 找到构建的 zip 文件,解压。
  1. 执行 Java -jar apkShield.jar youSinged.apk ,加固之后的 apk 会输出到 out 文件夹,然后重新签名你的 apk 。注意:加固时你的 apk 一定要是签过名的

##注意

仅用于学习,请勿商用

apkshield's People

Contributors

dzx1994 avatar

Watchers

 avatar

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.