Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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层

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 "")
---|---