GithubHelp home page GithubHelp logo

gogibeet / jdwp-xposed-injector Goto Github PK

View Code? Open in Web Editor NEW

This project forked from windysha/jdwp-xposed-injector

0.0 0.0 0.0 1.43 MB

This is an injection tool that can inject xposed module to debuggable app by jdwp.

Shell 8.81% Python 91.19%

jdwp-xposed-injector's Introduction

What is this

This is an injection tool that can inject any xposed modules apk into the debug android app, the native code in the xposed module can also be injected.

Support

Android Version: 5-12
Architecture: arm, arm64
App: debuggable==true
injected code: java, c/c++
Platform: macOS

Usage

Clone this project to your macOS.

$ cd jdwp-xposed-injector
$ injector.sh com.to_be_injected.packageName injected_xposed_module.apk

This first parameter is the package of the app that you want to inject to, the second parameter is the path of the xposed module apk file.

"fast_mode" can be added to avoid data copy if it is the second time injection.

$ injector.sh com.to_be_injected.packageName injected_xposed_module.apk fast_mode

Xposed module sample

The injected_xposed_module.apk file is a xposed module sample build by project: https://github.com/WindySha/XposedModuleSample.
The proejct XposedModuleSample includes using xposed api to hook java methods and using cydiaSubstrate to hook c/c++ functions.

Known Issues

  1. In some cases, the injection command may excute failed, if this happened, try it again.

How it works

一种基于JDWP动态注入代码的方案

Thanks

  1. xposed_module_loader
  2. jdwp-shellifier
  3. SandHook
  4. XposedModuleSample

jdwp-xposed-injector'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.