mirror of
https://github.com/HighCapable/YukiReflection.git
synced 2025-09-07 11:09:52 +08:00
docs: update some functions
This commit is contained in:
@@ -126,6 +126,8 @@ At this point, there is `DexClassFinder`, its role is to determine the instance
|
||||
|
||||
::: warning
|
||||
|
||||
**This feature is only available on the Android platform.**
|
||||
|
||||
At present, the function of **DexClassFinder** is still in the experimental stage.
|
||||
|
||||
Since the search function is only implemented through the Java layer, the performance may not reach the optimal level when there are too many current app's **Class**.
|
||||
@@ -142,6 +144,14 @@ Please note that the more the same type **Class** is matched, the slower the spe
|
||||
|
||||
:::
|
||||
|
||||
::: danger
|
||||
|
||||
After **YukiHookAPI** 2.x.x released, this function will be deprecated and will be removed directly from **YukiReflection**.
|
||||
|
||||
We welcome all developers to start using [DexKit](https://github.com/LuckyPray/DexKit), which is a high-performance runtime parsing library for **Dex** implemented in C++, which is more efficient than the Java layer in terms of performance, efficient and excellent, it is still in the development stage, your valuable suggestions are welcome.
|
||||
|
||||
:::
|
||||
|
||||
#### Get Started
|
||||
|
||||
Below is a simple usage example.
|
||||
|
Reference in New Issue
Block a user