All Projects → Mocha-L → Qujing

Mocha-L / Qujing

Licence: agpl-3.0
曲境是一个xposed模块,可实现在PC浏览器上动态监控(hook)函数调用和查看堆栈信息,及反射调用(invoke)等功能。

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Qujing

Pine
Dynamic java method hook framework on ART.
Stars: ✭ 171 (-13.2%)
Mutual labels:  hook, xposed
Headwolf
Scaffolding for agile development based on Xposed and Sekiro/基于Xposed和Sekiro搭建的敏捷开发的脚手架🎁献给懒汉们的小礼物😘只需四步!部署完一个Hook项目!👋👋新版本只需两步!!!
Stars: ✭ 182 (-7.61%)
Mutual labels:  hook, xposed
Epic
Dynamic java method AOP hook for Android(continution of Dexposed on ART), Supporting 5.0~11
Stars: ✭ 3,434 (+1643.15%)
Mutual labels:  hook, xposed
Androididchanger
Xposed Module for Changing Android Device Info
Stars: ✭ 394 (+100%)
Mutual labels:  hook, xposed
Sandhook
Android ART Hook/Native Inline Hook/Single Instruction Hook - support 4.4 - 11.0 32/64 bit - Xposed API Compat
Stars: ✭ 1,172 (+494.92%)
Mutual labels:  hook, xposed
SandVXposed
Xposed environment without root (OS 5.0 - 12.0)
Stars: ✭ 241 (+22.34%)
Mutual labels:  hook, xposed
X Apm
应用管理 Xposed
Stars: ✭ 482 (+144.67%)
Mutual labels:  hook, xposed
SandVXposed
Xposed environment without root (OS 5.0 - 10.0)
Stars: ✭ 832 (+322.34%)
Mutual labels:  hook, xposed
Xpatch
免Root实现app加载Xposed插件工具。This is a tool to repackage apk file, then the apk can load any xposed modules installed in the device. It is another way to hook an app without root device.
Stars: ✭ 1,054 (+435.03%)
Mutual labels:  hook, xposed
Xposednavigationbar
Xposed导航栏功能拓展模块
Stars: ✭ 42 (-78.68%)
Mutual labels:  hook, xposed
Sandvxposed
Xposed environment without root (OS 5.0 - 10.0)
Stars: ✭ 604 (+206.6%)
Mutual labels:  hook, xposed
Hookwormforandroid
一个基于Magisk&Riru的Module,可以助你用超低成本开发各种Hook插件,无须Xposed
Stars: ✭ 136 (-30.96%)
Mutual labels:  hook, xposed
Easyprotector
一行代码检测XP/调试/多开/模拟器/root
Stars: ✭ 1,732 (+779.19%)
Mutual labels:  hook, xposed
Virtualxposed
A simple app to use Xposed without root, unlock the bootloader or modify system image, etc.
Stars: ✭ 12,648 (+6320.3%)
Mutual labels:  hook, xposed
Inspeckage
Android Package Inspector - dynamic analysis with api hooks, start unexported activities and more. (Xposed Module)
Stars: ✭ 2,249 (+1041.62%)
Mutual labels:  xposed
Wechatbot Xposed
A WeChat robot unit ,based on the android xposed framework hook to implement WeChat app robot functions
Stars: ✭ 186 (-5.58%)
Mutual labels:  xposed
Xposedchecker
[Deprecated] Check whether your xposed has been enabled.
Stars: ✭ 173 (-12.18%)
Mutual labels:  xposed
Bigbang
Stars: ✭ 194 (-1.52%)
Mutual labels:  hook
Qqcleaner
瘦身模块
Stars: ✭ 180 (-8.63%)
Mutual labels:  xposed
React Nprogress
⌛️ A React primitive for building slim progress bars.
Stars: ✭ 173 (-12.18%)
Mutual labels:  hook

QuJing(曲境)

曲境是一个xposed模块,可实现在PC浏览器上动态监控(hook)函数调用和查看堆栈信息,及反射调用(invoke)等功能。避免了频繁写hook代码的麻烦,提供了可视化的界面,对新手更友好。

实现功能

  1. 枚举安卓设备所有APP
  2. 根据类名和方法名搜索方法
  3. 方法监控,打印调用栈和出入参
  4. 对目标方法强制执行

已知问题

  1. 函数频繁调用时,巨量的堆栈信息和出入参打印在浏览器页面,会导致页面内容过多,如无必要数据,可刷新解决。
  2. 部分前端显示存在布局问题
  3. 不支持开机瞬间hook的场景(因为每次开机后需要设置需要hook的APP)

使用方法

可直接下载apk目录的apk文件安装体验,具体的使用方法可以看这篇文章

如果帮到你,记得点个star哦。

效果展示

列举手机中的所有APP供选择

对选中的APP指导手动操作

进入APP,搜索类和方法进行监控

进入监控方法,查看基本信息和调用堆栈,打印出入参数。

执行方法支持类型

问题交流

如有疑问可以提issue,也欢迎大家进一步优化和提交PR。

也欢迎进入我的知识星球“爬虫三十六计”。

鸣谢

项目依据xserver优化而来,感谢原作者。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].