Giter Club home page Giter Club logo

xposed_module_loader's Introduction

简介

这是App加载已安装的Xposed Modules的一个库。
其中,

  • app : App Sample代码,应用启动后,就会默认加载系统里所有已安装的Xposed Modules;
  • core : 加载代码,主要逻辑是读取所有已安装的Xposed Module,并构建classloader加载其入口代码。

使用

只需要在Application中加入:

XposedModuleEntry.init()

Hook框架

Xposed hook库默认使用的是SandHook
假如Hook失败,也可以尝试更改为whale, 只需要修改core/build.gradle文件:

 // api 'com.swift.sandhook:hooklib:3.6.0'
 // api 'com.swift.sandhook:xposedcompat:3.6.0'

 api 'com.wind.xposed:xposed-on-whale:0.1.1'

并去掉SandHook初始化代码即可。

应用

二次打包工具Xpatch, 植入Apk中的dex以及so文件都是由此工程编译生成。

Note

App需要获取读写外部存储的权限后,才能使用mnt/sdcard/xposed_config/modules.list文件来控制Xposed模块的加载
否则会默认加载全部Xposed模块,具体使用方法请参考Xpatch的Readme文档

xposed_module_loader's People

Contributors

windysha avatar yujincheng08 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.