From 6e4295de68d78a86568d652509580891cd3069c1 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Fri, 13 Jan 2023 02:19:17 +0800 Subject: [PATCH] Modify change related instructions and notes --- README-zh-CN.md | 9 ++++----- README.md | 12 ++++++------ .../yukihookapi/demo_app/ui/MainActivity.kt | 2 +- .../demo_module/application/DemoApplication.kt | 2 +- .../yukihookapi/demo_module/data/DataConst.kt | 2 +- .../yukihookapi/demo_module/hook/HookEntry.kt | 2 +- .../hook/factory/ComponentCompatFactory.kt | 2 +- .../yukihookapi/demo_module/ui/MainActivity.kt | 2 +- .../yukihookapi/demo_module/ui/PreferenceActivity.kt | 2 +- docs-source/src/.vuepress/configs/template.ts | 4 ++-- docs-source/src/en/guide/home.md | 2 +- docs-source/src/zh-cn/guide/home.md | 2 +- .../YukiHookXposedProcessor.kt | 2 +- .../yukihookapi_ksp_xposed/bean/GenerateData.kt | 2 +- .../factory/CodeSourceFileFactory.kt | 2 +- .../com/highcapable/yukihookapi/YukiHookAPI_Impl.kt | 2 +- .../xposed/application/ModuleApplication_Impl.kt | 2 +- .../bridge/status/YukiXposedModuleStatus_Impl.kt | 2 +- .../com/highcapable/yukihookapi/YukiHookAPI.kt | 2 +- .../yukihookapi/annotation/CauseProblemsApi.kt | 2 +- .../yukihookapi/annotation/YukiGenerateApi.kt | 2 +- .../yukihookapi/annotation/YukiPrivateApi.kt | 2 +- .../annotation/xposed/InjectYukiHookWithXposed.kt | 2 +- .../yukihookapi/hook/bean/CurrentClass.kt | 2 +- .../yukihookapi/hook/bean/GenericClass.kt | 2 +- .../highcapable/yukihookapi/hook/bean/HookClass.kt | 2 +- .../yukihookapi/hook/bean/HookResources.kt | 2 +- .../yukihookapi/hook/bean/VariousClass.kt | 2 +- .../yukihookapi/hook/core/YukiMemberHookCreator.kt | 2 +- .../hook/core/YukiResourcesHookCreator.kt | 2 +- .../hook/core/api/compat/HookApiCategory.kt | 2 +- .../hook/core/api/compat/HookApiCategoryHelper.kt | 2 +- .../hook/core/api/compat/HookApiProperty.kt | 2 +- .../hook/core/api/compat/HookCompatHelper.kt | 2 +- .../hook/core/api/factory/YukiHookDelegateFactory.kt | 2 +- .../hook/core/api/helper/YukiHookHelper.kt | 2 +- .../hook/core/api/priority/YukiHookPriority.kt | 2 +- .../hook/core/api/proxy/YukiHookCallback.kt | 2 +- .../hook/core/api/proxy/YukiMemberHook.kt | 2 +- .../hook/core/api/proxy/YukiMemberReplacement.kt | 2 +- .../hook/core/api/result/YukiHookResult.kt | 2 +- .../hook/core/api/store/YukiHookCacheStore.kt | 2 +- .../yukihookapi/hook/core/finder/base/BaseFinder.kt | 2 +- .../hook/core/finder/base/ClassBaseFinder.kt | 2 +- .../hook/core/finder/base/MemberBaseFinder.kt | 2 +- .../hook/core/finder/base/data/BaseRulesData.kt | 2 +- .../hook/core/finder/base/rules/CountRules.kt | 2 +- .../hook/core/finder/base/rules/ModifierRules.kt | 2 +- .../hook/core/finder/base/rules/NameRules.kt | 2 +- .../hook/core/finder/base/rules/ObjectRules.kt | 2 +- .../hook/core/finder/classes/DexClassFinder.kt | 2 +- .../hook/core/finder/classes/data/ClassRulesData.kt | 2 +- .../core/finder/classes/rules/ConstructorRules.kt | 2 +- .../hook/core/finder/classes/rules/FieldRules.kt | 2 +- .../hook/core/finder/classes/rules/MemberRules.kt | 2 +- .../hook/core/finder/classes/rules/MethodRules.kt | 2 +- .../hook/core/finder/classes/rules/base/BaseRules.kt | 2 +- .../finder/classes/rules/result/MemberRulesResult.kt | 2 +- .../hook/core/finder/members/ConstructorFinder.kt | 2 +- .../hook/core/finder/members/FieldFinder.kt | 2 +- .../hook/core/finder/members/MethodFinder.kt | 2 +- .../core/finder/members/data/ConstructorRulesData.kt | 2 +- .../hook/core/finder/members/data/FieldRulesData.kt | 2 +- .../hook/core/finder/members/data/MemberRulesData.kt | 2 +- .../hook/core/finder/members/data/MethodRulesData.kt | 2 +- .../hook/core/finder/store/ReflectsCacheStore.kt | 2 +- .../hook/core/finder/tools/ReflectionTool.kt | 2 +- .../core/finder/type/factory/TypeAliasFactory.kt | 2 +- .../yukihookapi/hook/entity/YukiBaseHooker.kt | 2 +- .../yukihookapi/hook/factory/ReflectionFactory.kt | 2 +- .../yukihookapi/hook/factory/YukiHookFactory.kt | 2 +- .../yukihookapi/hook/log/LoggerFactory.kt | 2 +- .../highcapable/yukihookapi/hook/param/HookParam.kt | 2 +- .../yukihookapi/hook/param/PackageParam.kt | 2 +- .../hook/param/wrapper/PackageParamWrapper.kt | 2 +- .../hook/type/android/ComponentTypeFactory.kt | 2 +- .../hook/type/android/GraphicsTypeFactory.kt | 2 +- .../yukihookapi/hook/type/android/ViewTypeFactory.kt | 2 +- .../hook/type/defined/DefinedTypeFactory.kt | 2 +- .../hook/type/java/VariableTypeFactory.kt | 2 +- .../yukihookapi/hook/utils/UtilsFactory.kt | 2 +- .../hook/xposed/application/ModuleApplication.kt | 2 +- .../hook/xposed/bridge/YukiXposedModule.kt | 2 +- .../xposed/bridge/caller/YukiXposedModuleCaller.kt | 2 +- .../hook/xposed/bridge/event/YukiXposedEvent.kt | 2 +- .../bridge/event/caller/YukiXposedEventCaller.kt | 2 +- .../bridge/proxy/IYukiXposedModuleLifecycle.kt | 2 +- .../xposed/bridge/resources/YukiModuleResources.kt | 2 +- .../hook/xposed/bridge/resources/YukiResForwarder.kt | 2 +- .../hook/xposed/bridge/resources/YukiResources.kt | 2 +- .../resources/caller/YukiXposedResourcesCaller.kt | 2 +- .../xposed/bridge/status/YukiXposedModuleStatus.kt | 2 +- .../hook/xposed/bridge/type/HookEntryType.kt | 2 +- .../hook/xposed/channel/YukiHookDataChannel.kt | 2 +- .../hook/xposed/channel/data/ChannelData.kt | 2 +- .../channel/data/wrapper/ChannelDataWrapper.kt | 2 +- .../hook/xposed/channel/priority/ChannelPriority.kt | 2 +- .../hook/xposed/parasitic/AppParasitics.kt | 2 +- .../parasitic/activity/base/ModuleAppActivity.kt | 2 +- .../activity/base/ModuleAppCompatActivity.kt | 2 +- .../parasitic/activity/config/ActivityProxyConfig.kt | 2 +- .../parasitic/activity/delegate/HandlerDelegate.kt | 2 +- .../activity/delegate/IActivityManagerProxy.kt | 2 +- .../activity/delegate/InstrumentationDelegate.kt | 2 +- .../context/wrapper/ModuleContextThemeWrapper.kt | 2 +- .../xposed/parasitic/reference/ModuleClassLoader.kt | 2 +- .../hook/xposed/prefs/YukiHookModulePrefs.kt | 2 +- .../yukihookapi/hook/xposed/prefs/data/PrefsData.kt | 2 +- .../hook/xposed/prefs/ui/ModulePreferenceFragment.kt | 2 +- .../hook/xposed/proxy/IYukiHookXposedInit.kt | 2 +- .../hook/xposed/proxy/YukiHookXposedInitProxy.kt | 2 +- 111 files changed, 120 insertions(+), 121 deletions(-) diff --git a/README-zh-CN.md b/README-zh-CN.md index 497d36ba..d9b1b5ab 100644 --- a/README-zh-CN.md +++ b/README-zh-CN.md @@ -7,22 +7,21 @@

-⛱️ 一个使用 Kotlin 重新构建的高效 Xposed Hook API。 +⛱️ 一个使用 Kotlin 构建的高效 Hook API 与 Xposed 模块解决方案。
[English](https://github.com/fankes/YukiHookAPI/blob/master/README.md) | 简体中文 ## 这是什么 -- 这是一个使用 Kotlin 重新构建的高效 Xposed Hook API +- 这是一个使用 Kotlin 基于 Xposed API 重新构建的高效 Hook API,同时为 Xposed 模块的开发打造了丰富的功能扩展 - 名称取自 [《ももくり》女主 栗原 雪(Yuki)](https://www.bilibili.com/bangumi/play/ss5016) - 前身为 [开发学习项目](https://github.com/fankes/TMore) 中使用的 Innocent Xposed API,现在重新命名并开源 ## 支持的功能 -- 标准 Hook -- Zygote Hook -- 资源钩子(Resources Hook) +- Hook Framework 支持的基本 ART 动态方法 Hook 功能 +- Xposed 资源钩子 (Resources Hook) ## 扩展功能 diff --git a/README.md b/README.md index 5eec7994..c971be33 100644 --- a/README.md +++ b/README.md @@ -7,29 +7,29 @@

-⛱️ An efficient Kotlin version of the Xposed Hook API. +⛱️ An efficient Hook API and Xposed Module solution built in Kotlin.
English | [简体中文](https://github.com/fankes/YukiHookAPI/blob/master/README-zh-CN.md) ## What's this -- This is an efficient Xposed Hook API rebuilt in Kotlin +- This is an efficient Hook API rebuilt based on the Xposed API using Kotlin, and creates rich function extensions for the development of + Xposed Modules - The name is taken from ["ももくり" heroine Yuki Kurihara](https://www.bilibili.com/bangumi/play/ss5016) - Formerly the Innocent Xposed API used in [Development Learning Project](https://github.com/fankes/TMore), now renamed and open sourced ## Supports -- Standard Hook -- Zygote Hook -- Resources Hook +- Basic ART dynamic method hook functions supported by Hook Framework +- Xposed Resources Hook ## Extensions - Automatic Xposed Module Build (No need to create `assets/xposed_init` by yourself) - [New XSharedPreferences](https://github.com/LSPosed/LSPosed/wiki/New-XSharedPreferences#for-the-module) Supports - DataChannel (Host ←→ Module) -- Simple and quick Obfuscated Member Reflection +- Simple and quick implementation of obfuscated bytecode reflection and finding functions ## Get Started diff --git a/demo-app/src/main/java/com/highcapable/yukihookapi/demo_app/ui/MainActivity.kt b/demo-app/src/main/java/com/highcapable/yukihookapi/demo_app/ui/MainActivity.kt index 3abb3499..95901f1c 100644 --- a/demo-app/src/main/java/com/highcapable/yukihookapi/demo_app/ui/MainActivity.kt +++ b/demo-app/src/main/java/com/highcapable/yukihookapi/demo_app/ui/MainActivity.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/application/DemoApplication.kt b/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/application/DemoApplication.kt index 2647bb43..1c578ff5 100644 --- a/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/application/DemoApplication.kt +++ b/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/application/DemoApplication.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/data/DataConst.kt b/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/data/DataConst.kt index 80b3f786..d4a3fe0e 100644 --- a/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/data/DataConst.kt +++ b/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/data/DataConst.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/hook/HookEntry.kt b/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/hook/HookEntry.kt index 5b23b19d..d227cf09 100644 --- a/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/hook/HookEntry.kt +++ b/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/hook/HookEntry.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/hook/factory/ComponentCompatFactory.kt b/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/hook/factory/ComponentCompatFactory.kt index 21d77c58..b56737eb 100644 --- a/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/hook/factory/ComponentCompatFactory.kt +++ b/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/hook/factory/ComponentCompatFactory.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/ui/MainActivity.kt b/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/ui/MainActivity.kt index 054e9484..f6234f62 100644 --- a/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/ui/MainActivity.kt +++ b/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/ui/MainActivity.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/ui/PreferenceActivity.kt b/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/ui/PreferenceActivity.kt index 34f8a720..54ba6345 100644 --- a/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/ui/PreferenceActivity.kt +++ b/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/ui/PreferenceActivity.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/docs-source/src/.vuepress/configs/template.ts b/docs-source/src/.vuepress/configs/template.ts index 5d5850ba..5b6c4291 100644 --- a/docs-source/src/.vuepress/configs/template.ts +++ b/docs-source/src/.vuepress/configs/template.ts @@ -104,11 +104,11 @@ export const configs = { locales: { '/en/': { lang: 'en-US', - description: 'An efficient Kotlin version of the Xposed Hook API' + description: 'An efficient Hook API and Xposed Module solution built in Kotlin' }, '/zh-cn/': { lang: 'zh-CN', - description: '一个使用 Kotlin 重构的轻量、高效、稳定的 Xposed Hook API' + description: '一个使用 Kotlin 构建的高效 Hook API 与 Xposed 模块解决方案' } } }, diff --git a/docs-source/src/en/guide/home.md b/docs-source/src/en/guide/home.md index 7b02d883..c6a99415 100644 --- a/docs-source/src/en/guide/home.md +++ b/docs-source/src/en/guide/home.md @@ -4,7 +4,7 @@ ## Background -This is an efficient Xposed Hook API rebuilt in `Kotlin`. +This is an efficient Hook API rebuilt based on the Xposed API using `Kotlin`, and creates rich function extensions for the development of Xposed Modules. The name is taken from ["ももくり" heroine Yuki Kurihara](https://www.bilibili.com/bangumi/play/ss5016). diff --git a/docs-source/src/zh-cn/guide/home.md b/docs-source/src/zh-cn/guide/home.md index 389adff0..e4c468cd 100644 --- a/docs-source/src/zh-cn/guide/home.md +++ b/docs-source/src/zh-cn/guide/home.md @@ -4,7 +4,7 @@ ## 背景 -这是一个使用 `Kotlin` 重新构建的高效 Xposed Hook API。 +这是一个使用 `Kotlin` 基于 Xposed API 重新构建的高效 Hook API,同时为 Xposed 模块的开发打造了丰富的功能扩展。 名称取自 [《ももくり》女主 栗原 雪(Yuki)](https://www.bilibili.com/bangumi/play/ss5016)。 diff --git a/yukihookapi-ksp-xposed/src/api/kotlin/com/highcapable/yukihookapi_ksp_xposed/YukiHookXposedProcessor.kt b/yukihookapi-ksp-xposed/src/api/kotlin/com/highcapable/yukihookapi_ksp_xposed/YukiHookXposedProcessor.kt index 327bc34b..ea9eab0a 100644 --- a/yukihookapi-ksp-xposed/src/api/kotlin/com/highcapable/yukihookapi_ksp_xposed/YukiHookXposedProcessor.kt +++ b/yukihookapi-ksp-xposed/src/api/kotlin/com/highcapable/yukihookapi_ksp_xposed/YukiHookXposedProcessor.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi-ksp-xposed/src/api/kotlin/com/highcapable/yukihookapi_ksp_xposed/bean/GenerateData.kt b/yukihookapi-ksp-xposed/src/api/kotlin/com/highcapable/yukihookapi_ksp_xposed/bean/GenerateData.kt index f41d87f3..a2ef5e33 100644 --- a/yukihookapi-ksp-xposed/src/api/kotlin/com/highcapable/yukihookapi_ksp_xposed/bean/GenerateData.kt +++ b/yukihookapi-ksp-xposed/src/api/kotlin/com/highcapable/yukihookapi_ksp_xposed/bean/GenerateData.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi-ksp-xposed/src/api/kotlin/com/highcapable/yukihookapi_ksp_xposed/factory/CodeSourceFileFactory.kt b/yukihookapi-ksp-xposed/src/api/kotlin/com/highcapable/yukihookapi_ksp_xposed/factory/CodeSourceFileFactory.kt index 03d3b74b..b155f44f 100644 --- a/yukihookapi-ksp-xposed/src/api/kotlin/com/highcapable/yukihookapi_ksp_xposed/factory/CodeSourceFileFactory.kt +++ b/yukihookapi-ksp-xposed/src/api/kotlin/com/highcapable/yukihookapi_ksp_xposed/factory/CodeSourceFileFactory.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/YukiHookAPI_Impl.kt b/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/YukiHookAPI_Impl.kt index 6bbfc9ce..7b7022eb 100644 --- a/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/YukiHookAPI_Impl.kt +++ b/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/YukiHookAPI_Impl.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/hook/xposed/application/ModuleApplication_Impl.kt b/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/hook/xposed/application/ModuleApplication_Impl.kt index f963e02d..c514b7a1 100644 --- a/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/hook/xposed/application/ModuleApplication_Impl.kt +++ b/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/hook/xposed/application/ModuleApplication_Impl.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/status/YukiXposedModuleStatus_Impl.kt b/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/status/YukiXposedModuleStatus_Impl.kt index 68811237..d6a7e2a6 100644 --- a/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/status/YukiXposedModuleStatus_Impl.kt +++ b/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/status/YukiXposedModuleStatus_Impl.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/YukiHookAPI.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/YukiHookAPI.kt index b1d7ebe1..a3795179 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/YukiHookAPI.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/YukiHookAPI.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/annotation/CauseProblemsApi.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/annotation/CauseProblemsApi.kt index 0651692b..755ac566 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/annotation/CauseProblemsApi.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/annotation/CauseProblemsApi.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/annotation/YukiGenerateApi.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/annotation/YukiGenerateApi.kt index b1df6e2a..8f3ccff4 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/annotation/YukiGenerateApi.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/annotation/YukiGenerateApi.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/annotation/YukiPrivateApi.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/annotation/YukiPrivateApi.kt index b78c167d..2973239f 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/annotation/YukiPrivateApi.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/annotation/YukiPrivateApi.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/annotation/xposed/InjectYukiHookWithXposed.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/annotation/xposed/InjectYukiHookWithXposed.kt index 17ef4430..984ee561 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/annotation/xposed/InjectYukiHookWithXposed.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/annotation/xposed/InjectYukiHookWithXposed.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/bean/CurrentClass.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/bean/CurrentClass.kt index b96a41ca..1d5c0342 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/bean/CurrentClass.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/bean/CurrentClass.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/bean/GenericClass.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/bean/GenericClass.kt index 741f82a5..9b2d6d41 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/bean/GenericClass.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/bean/GenericClass.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/bean/HookClass.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/bean/HookClass.kt index bacdf718..750f070f 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/bean/HookClass.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/bean/HookClass.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/bean/HookResources.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/bean/HookResources.kt index ef0fc508..8d583cc1 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/bean/HookResources.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/bean/HookResources.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/bean/VariousClass.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/bean/VariousClass.kt index 2d5636bc..f03376f2 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/bean/VariousClass.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/bean/VariousClass.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/YukiMemberHookCreator.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/YukiMemberHookCreator.kt index e8917fac..2dcc454e 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/YukiMemberHookCreator.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/YukiMemberHookCreator.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/YukiResourcesHookCreator.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/YukiResourcesHookCreator.kt index db775f16..51f7dca8 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/YukiResourcesHookCreator.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/YukiResourcesHookCreator.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/compat/HookApiCategory.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/compat/HookApiCategory.kt index 1a440b34..20634102 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/compat/HookApiCategory.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/compat/HookApiCategory.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/compat/HookApiCategoryHelper.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/compat/HookApiCategoryHelper.kt index a6101405..401dbc5b 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/compat/HookApiCategoryHelper.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/compat/HookApiCategoryHelper.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/compat/HookApiProperty.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/compat/HookApiProperty.kt index 972314e3..3dcb0603 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/compat/HookApiProperty.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/compat/HookApiProperty.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/compat/HookCompatHelper.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/compat/HookCompatHelper.kt index aa0c9d6b..54741595 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/compat/HookCompatHelper.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/compat/HookCompatHelper.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/factory/YukiHookDelegateFactory.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/factory/YukiHookDelegateFactory.kt index 9a25844a..6961bd85 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/factory/YukiHookDelegateFactory.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/factory/YukiHookDelegateFactory.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/helper/YukiHookHelper.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/helper/YukiHookHelper.kt index 4eb574a6..bc20e744 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/helper/YukiHookHelper.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/helper/YukiHookHelper.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/priority/YukiHookPriority.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/priority/YukiHookPriority.kt index e9ee95e2..bfaae3e3 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/priority/YukiHookPriority.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/priority/YukiHookPriority.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/proxy/YukiHookCallback.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/proxy/YukiHookCallback.kt index ca757773..f6846b1f 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/proxy/YukiHookCallback.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/proxy/YukiHookCallback.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/proxy/YukiMemberHook.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/proxy/YukiMemberHook.kt index 34274b69..f26c03fc 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/proxy/YukiMemberHook.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/proxy/YukiMemberHook.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/proxy/YukiMemberReplacement.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/proxy/YukiMemberReplacement.kt index 9acbc07d..8a70eeaf 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/proxy/YukiMemberReplacement.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/proxy/YukiMemberReplacement.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/result/YukiHookResult.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/result/YukiHookResult.kt index 81d0f1bc..41c330ee 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/result/YukiHookResult.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/result/YukiHookResult.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/store/YukiHookCacheStore.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/store/YukiHookCacheStore.kt index ee911b99..ad0cd681 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/store/YukiHookCacheStore.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/api/store/YukiHookCacheStore.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/BaseFinder.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/BaseFinder.kt index 918807d6..a9dd989f 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/BaseFinder.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/BaseFinder.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/ClassBaseFinder.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/ClassBaseFinder.kt index 4e57fbc6..b32c83c3 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/ClassBaseFinder.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/ClassBaseFinder.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/MemberBaseFinder.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/MemberBaseFinder.kt index 447864fc..00b4598f 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/MemberBaseFinder.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/MemberBaseFinder.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/data/BaseRulesData.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/data/BaseRulesData.kt index e2a1e3ba..f5641272 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/data/BaseRulesData.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/data/BaseRulesData.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/rules/CountRules.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/rules/CountRules.kt index ab51ea77..bb8b1209 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/rules/CountRules.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/rules/CountRules.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/rules/ModifierRules.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/rules/ModifierRules.kt index c2fe16cd..0a5f488a 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/rules/ModifierRules.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/rules/ModifierRules.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/rules/NameRules.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/rules/NameRules.kt index 80911366..f3d8af50 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/rules/NameRules.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/rules/NameRules.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/rules/ObjectRules.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/rules/ObjectRules.kt index b4d45876..1d2afdec 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/rules/ObjectRules.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/base/rules/ObjectRules.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/DexClassFinder.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/DexClassFinder.kt index 47ff5f35..e8e014f5 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/DexClassFinder.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/DexClassFinder.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/data/ClassRulesData.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/data/ClassRulesData.kt index c10d9826..2634e99e 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/data/ClassRulesData.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/data/ClassRulesData.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/rules/ConstructorRules.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/rules/ConstructorRules.kt index d06d1c6e..ab17cb17 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/rules/ConstructorRules.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/rules/ConstructorRules.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/rules/FieldRules.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/rules/FieldRules.kt index 5a8d07b8..abf5bc12 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/rules/FieldRules.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/rules/FieldRules.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/rules/MemberRules.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/rules/MemberRules.kt index ee12cbc7..f6a70eb4 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/rules/MemberRules.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/rules/MemberRules.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/rules/MethodRules.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/rules/MethodRules.kt index 1f6d7e92..46a8b02e 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/rules/MethodRules.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/rules/MethodRules.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/rules/base/BaseRules.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/rules/base/BaseRules.kt index 685031ea..ce9e970b 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/rules/base/BaseRules.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/rules/base/BaseRules.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/rules/result/MemberRulesResult.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/rules/result/MemberRulesResult.kt index 3f16cc9a..2b96ab78 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/rules/result/MemberRulesResult.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/classes/rules/result/MemberRulesResult.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/members/ConstructorFinder.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/members/ConstructorFinder.kt index 664f5b49..5ac726c8 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/members/ConstructorFinder.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/members/ConstructorFinder.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/members/FieldFinder.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/members/FieldFinder.kt index 684186d3..d595b56e 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/members/FieldFinder.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/members/FieldFinder.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/members/MethodFinder.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/members/MethodFinder.kt index db9ad5ca..c8c0810d 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/members/MethodFinder.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/members/MethodFinder.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/members/data/ConstructorRulesData.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/members/data/ConstructorRulesData.kt index e4cc4f63..ed573a1b 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/members/data/ConstructorRulesData.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/members/data/ConstructorRulesData.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/members/data/FieldRulesData.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/members/data/FieldRulesData.kt index d1391723..1f5f1149 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/members/data/FieldRulesData.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/members/data/FieldRulesData.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/members/data/MemberRulesData.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/members/data/MemberRulesData.kt index fb2e0e18..d48d7b99 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/members/data/MemberRulesData.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/members/data/MemberRulesData.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/members/data/MethodRulesData.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/members/data/MethodRulesData.kt index 8f8747bd..126a361c 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/members/data/MethodRulesData.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/members/data/MethodRulesData.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/store/ReflectsCacheStore.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/store/ReflectsCacheStore.kt index 458da3a6..305213cd 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/store/ReflectsCacheStore.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/store/ReflectsCacheStore.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/tools/ReflectionTool.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/tools/ReflectionTool.kt index 228e6e6c..d1fa5d74 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/tools/ReflectionTool.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/tools/ReflectionTool.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/type/factory/TypeAliasFactory.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/type/factory/TypeAliasFactory.kt index d7aff8e0..11da6f62 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/type/factory/TypeAliasFactory.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/type/factory/TypeAliasFactory.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/entity/YukiBaseHooker.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/entity/YukiBaseHooker.kt index fd7ffd4a..e14a9fb0 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/entity/YukiBaseHooker.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/entity/YukiBaseHooker.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/factory/ReflectionFactory.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/factory/ReflectionFactory.kt index 739e662d..79ed2d85 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/factory/ReflectionFactory.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/factory/ReflectionFactory.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/factory/YukiHookFactory.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/factory/YukiHookFactory.kt index 18821985..0f2380aa 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/factory/YukiHookFactory.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/factory/YukiHookFactory.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/log/LoggerFactory.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/log/LoggerFactory.kt index c6d2e36d..6fa0011b 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/log/LoggerFactory.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/log/LoggerFactory.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/param/HookParam.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/param/HookParam.kt index 63f9bc1b..85ef12bc 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/param/HookParam.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/param/HookParam.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/param/PackageParam.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/param/PackageParam.kt index 927b7413..3b9dd9ef 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/param/PackageParam.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/param/PackageParam.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/param/wrapper/PackageParamWrapper.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/param/wrapper/PackageParamWrapper.kt index a69f31a6..43e3685f 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/param/wrapper/PackageParamWrapper.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/param/wrapper/PackageParamWrapper.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/type/android/ComponentTypeFactory.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/type/android/ComponentTypeFactory.kt index 0ff37377..79d75e2e 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/type/android/ComponentTypeFactory.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/type/android/ComponentTypeFactory.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/type/android/GraphicsTypeFactory.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/type/android/GraphicsTypeFactory.kt index 51a2607a..5bd612be 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/type/android/GraphicsTypeFactory.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/type/android/GraphicsTypeFactory.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/type/android/ViewTypeFactory.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/type/android/ViewTypeFactory.kt index d5986b89..b046daaa 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/type/android/ViewTypeFactory.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/type/android/ViewTypeFactory.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/type/defined/DefinedTypeFactory.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/type/defined/DefinedTypeFactory.kt index 923c7922..a479f040 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/type/defined/DefinedTypeFactory.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/type/defined/DefinedTypeFactory.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/type/java/VariableTypeFactory.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/type/java/VariableTypeFactory.kt index 284b98bf..945f6c2c 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/type/java/VariableTypeFactory.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/type/java/VariableTypeFactory.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/utils/UtilsFactory.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/utils/UtilsFactory.kt index e33bdc2c..96e7c6a5 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/utils/UtilsFactory.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/utils/UtilsFactory.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/application/ModuleApplication.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/application/ModuleApplication.kt index 3e656d99..e4afd7ba 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/application/ModuleApplication.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/application/ModuleApplication.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/YukiXposedModule.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/YukiXposedModule.kt index 1b1a2887..e7159e30 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/YukiXposedModule.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/YukiXposedModule.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/caller/YukiXposedModuleCaller.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/caller/YukiXposedModuleCaller.kt index ab0b2543..cd1e14c7 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/caller/YukiXposedModuleCaller.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/caller/YukiXposedModuleCaller.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/event/YukiXposedEvent.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/event/YukiXposedEvent.kt index 2eccdc99..ed1e92d3 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/event/YukiXposedEvent.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/event/YukiXposedEvent.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/event/caller/YukiXposedEventCaller.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/event/caller/YukiXposedEventCaller.kt index 810b0d2d..24e35da9 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/event/caller/YukiXposedEventCaller.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/event/caller/YukiXposedEventCaller.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/proxy/IYukiXposedModuleLifecycle.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/proxy/IYukiXposedModuleLifecycle.kt index 7fb132ce..72045c9b 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/proxy/IYukiXposedModuleLifecycle.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/proxy/IYukiXposedModuleLifecycle.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/resources/YukiModuleResources.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/resources/YukiModuleResources.kt index 9876e9c2..48173534 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/resources/YukiModuleResources.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/resources/YukiModuleResources.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/resources/YukiResForwarder.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/resources/YukiResForwarder.kt index e96e5901..01b0f07f 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/resources/YukiResForwarder.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/resources/YukiResForwarder.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/resources/YukiResources.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/resources/YukiResources.kt index fc3afb15..3b395e25 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/resources/YukiResources.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/resources/YukiResources.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/resources/caller/YukiXposedResourcesCaller.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/resources/caller/YukiXposedResourcesCaller.kt index aee81329..d09482ff 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/resources/caller/YukiXposedResourcesCaller.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/resources/caller/YukiXposedResourcesCaller.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/status/YukiXposedModuleStatus.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/status/YukiXposedModuleStatus.kt index 6bfd2028..dd99957e 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/status/YukiXposedModuleStatus.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/status/YukiXposedModuleStatus.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/type/HookEntryType.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/type/HookEntryType.kt index 442764f8..1a4cbdd9 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/type/HookEntryType.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/bridge/type/HookEntryType.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/channel/YukiHookDataChannel.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/channel/YukiHookDataChannel.kt index 4c8949a6..ecdf7ff6 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/channel/YukiHookDataChannel.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/channel/YukiHookDataChannel.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/channel/data/ChannelData.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/channel/data/ChannelData.kt index 19f14ce5..2b934e2b 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/channel/data/ChannelData.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/channel/data/ChannelData.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/channel/data/wrapper/ChannelDataWrapper.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/channel/data/wrapper/ChannelDataWrapper.kt index 0d774e16..c60d6517 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/channel/data/wrapper/ChannelDataWrapper.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/channel/data/wrapper/ChannelDataWrapper.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/channel/priority/ChannelPriority.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/channel/priority/ChannelPriority.kt index 637ca393..dc327efe 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/channel/priority/ChannelPriority.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/channel/priority/ChannelPriority.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/AppParasitics.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/AppParasitics.kt index b6072f09..da5145eb 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/AppParasitics.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/AppParasitics.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/base/ModuleAppActivity.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/base/ModuleAppActivity.kt index 8b4236cc..e5154a81 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/base/ModuleAppActivity.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/base/ModuleAppActivity.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/base/ModuleAppCompatActivity.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/base/ModuleAppCompatActivity.kt index 5a918533..6e9be841 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/base/ModuleAppCompatActivity.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/base/ModuleAppCompatActivity.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/config/ActivityProxyConfig.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/config/ActivityProxyConfig.kt index b9794f55..d989bce3 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/config/ActivityProxyConfig.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/config/ActivityProxyConfig.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/HandlerDelegate.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/HandlerDelegate.kt index afb73e0b..5d056a1e 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/HandlerDelegate.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/HandlerDelegate.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/IActivityManagerProxy.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/IActivityManagerProxy.kt index d4d98dee..18c0dab8 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/IActivityManagerProxy.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/IActivityManagerProxy.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/InstrumentationDelegate.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/InstrumentationDelegate.kt index 3464fbda..19d968d7 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/InstrumentationDelegate.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/InstrumentationDelegate.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/context/wrapper/ModuleContextThemeWrapper.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/context/wrapper/ModuleContextThemeWrapper.kt index a53b345c..9118c1aa 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/context/wrapper/ModuleContextThemeWrapper.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/context/wrapper/ModuleContextThemeWrapper.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/reference/ModuleClassLoader.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/reference/ModuleClassLoader.kt index 9cc127e4..e06af631 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/reference/ModuleClassLoader.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/parasitic/reference/ModuleClassLoader.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/prefs/YukiHookModulePrefs.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/prefs/YukiHookModulePrefs.kt index 377528e2..9f83c158 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/prefs/YukiHookModulePrefs.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/prefs/YukiHookModulePrefs.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/prefs/data/PrefsData.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/prefs/data/PrefsData.kt index 189ac760..aaa8b9e4 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/prefs/data/PrefsData.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/prefs/data/PrefsData.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/prefs/ui/ModulePreferenceFragment.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/prefs/ui/ModulePreferenceFragment.kt index 263b5c2d..15455dfc 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/prefs/ui/ModulePreferenceFragment.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/prefs/ui/ModulePreferenceFragment.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/proxy/IYukiHookXposedInit.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/proxy/IYukiHookXposedInit.kt index ea4d6366..6e9d4b27 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/proxy/IYukiHookXposedInit.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/proxy/IYukiHookXposedInit.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI * diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/proxy/YukiHookXposedInitProxy.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/proxy/YukiHookXposedInitProxy.kt index f6038897..4d787cad 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/proxy/YukiHookXposedInitProxy.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/xposed/proxy/YukiHookXposedInitProxy.kt @@ -1,5 +1,5 @@ /* - * YukiHookAPI - An efficient Kotlin version of the Xposed Hook API. + * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * Copyright (C) 2019-2022 HighCapable * https://github.com/fankes/YukiHookAPI *