Coder Social home page Coder Social logo

wanliliu / appprotect Goto Github PK

View Code? Open in Web Editor NEW

This project forked from guanchao/appprotect

0.0 1.0 0.0 758 KB

整理一些app常见的加固方法,包括java层、native层和资源文件加固等

Makefile 28.04% C 42.83% Java 9.85% C++ 10.57% Objective-C 8.72%

appprotect's Introduction

AppProtect

整理一些app常见的加固方法,包括java层、native层和资源文件加固等

1.HiddenMethod 隐藏dex文件的method

2.DexEncrypt 对dex文件整体加密解密

3.SectionEncrypt 对so文件的指定section进行整体加密解密

4.MethodEncrypt 对so文件的指定方法进行加密解密

5.Dalvik运行时篡改字节码 在运行时动态修改dex中方法的字节码

6.通过hook重定向native方法 使用cydia substrate hook框架重定向native方法,达到保护native方法的目的

7.动态注册native方法 自己注册native方法,隐藏带有Java_xxx_xxx_xxx的函数名特征

appprotect's People

Contributors

guanchao avatar

Watchers

James Cloos 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.