Git Product home page Git Product logo

mikrominjectdemo's Introduction

MikRomInjectDemo

简介

MikRomInjectDemo是MikRom的注入so使用dobby的样例

使用方式

1、拉取dobby的源码
git clone https://github.com/jmpews/Dobby.git
2、修改CMakeLists.txt中的Dobby的路径为你自己拉取的地址
3、编译完成后,解压,直接拿出libmikdobby.so文件。传到手机中
adb push ./libmikdobby.so /sdcard
4、打开目标应用,并将so移动到目标应用可以访问的路径下
adb shell
mv /sdcard/libmikdobby.so /sdcard/Android/data/<packageName>/
5、MikManager中选中该app,在注入栏目勾选注入内置dobby,并且添加这个刚刚传进来的so。
6、关掉app,重新打开。即可在logcat中看到效果

视频演示

MikRom的注入功能

mikrominjectdemo'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.