docs: update some functions

This commit is contained in:
2023-09-22 21:59:20 +08:00
parent 98b1c0556e
commit 7a62fc2894
11 changed files with 256 additions and 47 deletions

View File

@@ -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.