Skip to content

Commit

Permalink
[skip ci] Add development guild
Browse files Browse the repository at this point in the history
  • Loading branch information
JingMatrix committed Dec 9, 2024
1 parent c6a159d commit a6839b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# How does LSPosed work ?

`LSPosed` utilise the `postAppSpecialize` [Zygisk API](https://github.com/topjohnwu/Magisk/blob/master/native/src/core/zygisk/api.hpp) to inject into target process, and provides [Xposed Framework API](https://api.xposed.info/reference/packages.html) for modules to hook Java methods.
We recommend the [Development tutorial](https://github.com/rovo89/XposedBridge/wiki/Development-tutorial) by [rovo89](rovo89) for a better understanding of the purpose of Xposed.
`LSPosed` also provides [Native Hook API](https://github.com/LSPosed/LSPosed/wiki/Native-Hook) to facilite the routine of hooking functions in loaded native libraries.

0 comments on commit a6839b5

Please sign in to comment.