GithubHelp home page GithubHelp logo

androidantihook's Introduction

library目录下有反调试,防so注入等代码,修改jni代码后,运行rebuild project即可重新生成so

inject目录下有so注入例子

Inject说明

  1. 真机先进行root

  2. android6.0/7.0禁掉Selinux

     adb shell setenforce 0
    
  3. local.properties配置好NDK目录

  4. cd 进入 inject目录,执行 ndk-build 命令

  5. 将so和可执行文件inject导入真机,执行 inject

     adb root
     adb remount
     adb push libs/armeabi-v7a/libqever.so /data/local/tmp
     adb push libs/armeabi-v7a/inject /data/local/tmp
     adb shell
     cd /data/local/tmp
     ./inject ... ... ...
    

Thanks

https://github.com/fourbrother/android_anti_debug

https://bbs.pediy.com/thread-194080.htm

androidantihook's People

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.