Giter Site home page Giter Site logo

apkprotect-2's Introduction

ApkProtect

Android App Protect: 最近在逆向了某加固后发现其实现原理并不复杂或者说还是挺简单的,至少在我的能力范围内,于是试着写了一个demo。 功能:对java代码保护,这里需要使用我的另一个项目DexParse配合,里面提供了一个方法jiaguAll可以将dex中的某个方法进行修改导致反编译工具无法反编译(其实就是将代码偏移改为0,并将数据转移到了末尾),程序运行时通过加载so库进行恢复。

增加: 由于这项技术的发现正是通过逆向某加固的so而受到启发的,因而不得不也尝试进行so加密,这里需要我的另一个项目ElfParse配合,里面提供了一个脚本Encrypt.py对某一方法进行加密导致无法分析,当加载so库时可以自动解密

注:无法单独运行这个项目,需要使用另两个项目对dex和so分别进行处理才能正常运行。

apkprotect-2's People

Contributors

cvvt 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.