mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-07 19:14:08 +08:00
Modify add cooperations contents in reflection, future documentation
This commit is contained in:
@@ -22,11 +22,17 @@ In the later period, the permissions of the Android system will become more and
|
||||
|
||||
### Lite Version Supported for Standalone Use
|
||||
|
||||
If you like the Reflection API of `YukiHookAPI`, but your project may not need related Hook functions.
|
||||
|
||||
Well here is some good news for you:
|
||||
|
||||
The core Reflection API of `YukiHookAPI` has been decoupled into [YukiReflection](https://github.com/fankes/YukiReflection) project, which can now be used in any Android project.
|
||||
|
||||
::: tip To be Discussed
|
||||
|
||||
At present, the API only supports binding to **xposed_init** through the automatic handler.
|
||||
At present, the API only supports binding to **xposed_init** through the automatic builder.
|
||||
|
||||
If you don't like the automatic handler, you must implement the module loading entry yourself.
|
||||
If you don't like the automatic builder, you must implement the module loading entry yourself.
|
||||
|
||||
In the future, the Lite version with only API functions will be launched according to the number of people required.
|
||||
|
||||
|
@@ -2,6 +2,12 @@
|
||||
|
||||
> `YukiHookAPI` encapsulates a set of reflection API with near-zero reflection writing for developers, which can almost completely replace the usage of reflection API in Java.
|
||||
|
||||
The core part of this functionality has been decoupled into the [YukiReflection](https://github.com/fankes/YukiReflection) project, which can be used independently in any Android project.
|
||||
|
||||
Now `YukiReflection` is integrated into `YukiHookAPI` as a core dependency.
|
||||
|
||||
`YukiHookAPI` adds related extensions for Hook functions on the basis of `YukiReflection`, and there is no need to introduce this dependency to use `YukiHookAPI`.
|
||||
|
||||
## Class Extensions
|
||||
|
||||
> Here are the extension functions related to the **Class** object itself.
|
||||
|
Reference in New Issue
Block a user