Unverified Commit 955fa990 authored by ganyao114's avatar ganyao114 Committed by GitHub

Update README.md

parent 320c7189
# SandHook # SandHook
Android ART Hook Android ART Hook
[ ![Download](https://api.bintray.com/packages/ganyao114/maven/hooklib/images/download.svg) ](https://bintray.com/ganyao114/maven/hooklib/_latestVersion) [ ![Version](https://api.bintray.com/packages/ganyao114/maven/hooklib/images/download.svg) ](https://bintray.com/ganyao114/maven/hooklib/_latestVersion)
[中文文档以及实现](https://blog.csdn.net/ganyao939543405/article/details/86661040) [中文文档以及实现](https://blog.csdn.net/ganyao939543405/article/details/86661040)
...@@ -30,7 +30,7 @@ cant hook if lined ...@@ -30,7 +30,7 @@ cant hook if lined
# how to use # how to use
```gradle ```gradle
implementation 'com.swift.sandhook:hooklib:2.0.0' implementation 'com.swift.sandhook:hooklib:2.5.2'
``` ```
- Annotation API - Annotation API
...@@ -95,7 +95,7 @@ SanHook.public static boolean hook(Member target, Method hook, Method backup) {} ...@@ -95,7 +95,7 @@ SanHook.public static boolean hook(Member target, Method hook, Method backup) {}
if hookers is in plugin(like xposed): if hookers is in plugin(like xposed):
```groovy ```groovy
provided 'com.swift.sandhook:hookannotation:2.0.0' provided 'com.swift.sandhook:hookannotation:2.5.2'
``` ```
in your plugin in your plugin
...@@ -110,7 +110,7 @@ backup method can call itself to avoid be inlining ...@@ -110,7 +110,7 @@ backup method can call itself to avoid be inlining
Now you can use Xposed api: Now you can use Xposed api:
```groovy ```groovy
implementation 'com.swift.sandhook:xposedcompat:2.0.0' implementation 'com.swift.sandhook:xposedcompat:2.5.2'
``` ```
```java ```java
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment