refactor: big modified

- update dependencies
- migration reflection api to KavaRef
- merge to new api usage
This commit is contained in:
2025-06-16 17:05:06 +08:00
parent cca6e1d2a8
commit c8f1e3441e
191 changed files with 2794 additions and 583 deletions

View File

@@ -29,9 +29,9 @@ footer: Apache-2.0 License | Copyright (C) 2019 HighCapable
```kotlin
loadApp(name = "com.android.browser") {
ActivityClass.method {
Activity::class.resolve().firstMethod {
name = "onCreate"
param(BundleClass)
parameters(Bundle::class)
}.hook {
before {
// Your code here.