Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xposed-modules-repo/me.jsonet.jshook
用js实现hook 支持java层和native层
https://github.com/xposed-modules-repo/me.jsonet.jshook
jshook
Last synced: about 4 hours ago
JSON representation
用js实现hook 支持java层和native层
- Host: GitHub
- URL: https://github.com/xposed-modules-repo/me.jsonet.jshook
- Owner: Xposed-Modules-Repo
- Created: 2022-02-25T03:07:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-20T00:49:48.000Z (9 months ago)
- Last Synced: 2024-02-20T15:03:39.614Z (9 months ago)
- Topics: jshook
- Homepage: https://jshook.org
- Size: 998 KB
- Stars: 818
- Watchers: 4
- Forks: 31
- Open Issues: 5
-
Metadata Files:
- Readme: README.en.md
Awesome Lists containing this project
README
JsHook
[![Xposed](https://img.shields.io/badge/-Xposed-3DDC84?style=flat&logo=Android&logoColor=white)](#)
[![GitHub release](https://img.shields.io/github/release/Xposed-Modules-Repo/me.jsonet.jshook.svg)](https://github.com/Xposed-Modules-Repo/me.jsonet.jshook/releases/latest)
[![Telegram](https://img.shields.io/static/v1?label=Telegram&message=Channel&color=0088cc)](https://t.me/jshookapp)
[![Telegram](https://img.shields.io/static/v1?label=Telegram&message=Chat&color=0088cc)](https://t.me/jshookgroup)Implements hook with js support java layer and native layer
[README of English](https://github.com/Xposed-Modules-Repo/me.jsonet.jshook/blob/main/README.en.md)
## About
jshook is to inject rhino/frida into the application, you only need to know js to quickly realize the hook, and it supports java layer and native layer.
rhino contains the API of xposed, which is mainly used for the hook of the java layer; js can fully access the memory after frida injection, and supports the java layer and native layer.
## Compatibility
1. Xposed api 82
2. Android 5 - 14## New version 1.1
![image](/imgs/1.png "") | ![image](/imgs/2.png "")
---|---