Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
S
SandHook
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
SandHook
Commits
955fa990
Unverified
Commit
955fa990
authored
Feb 18, 2019
by
ganyao114
Committed by
GitHub
Feb 18, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
320c7189
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+4
-4
No files found.
README.md
View file @
955fa990
# SandHook
Android ART Hook
[

](https://bintray.com/ganyao114/maven/hooklib/_latestVersion)
[

](https://bintray.com/ganyao114/maven/hooklib/_latestVersion)
[
中文文档以及实现
](
https://blog.csdn.net/ganyao939543405/article/details/86661040
)
...
...
@@ -30,7 +30,7 @@ cant hook if lined
# how to use
```
gradle
implementation
'com.swift.sandhook:hooklib:2.
0.0
'
implementation
'com.swift.sandhook:hooklib:2.
5.2
'
```
-
Annotation API
...
...
@@ -95,7 +95,7 @@ SanHook.public static boolean hook(Member target, Method hook, Method backup) {}
if hookers is in plugin(like xposed):
```
groovy
provided
'com.swift.sandhook:hookannotation:2.
0.0
'
provided
'com.swift.sandhook:hookannotation:2.
5.2
'
```
in your plugin
...
...
@@ -110,7 +110,7 @@ backup method can call itself to avoid be inlining
Now you can use Xposed api:
```
groovy
implementation
'com.swift.sandhook:xposedcompat:2.
0.0
'
implementation
'com.swift.sandhook:xposedcompat:2.
5.2
'
```
```
java
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment