Commit Graph

74 Commits

Author SHA1 Message Date
d0fbd58735 Fix a keyword misspell in YukiHookAPI.Configs 2022-08-19 21:00:11 +08:00
b9e68d2b0a Added isEnableHookSharedPreferences in YukiHookAPI.Configs and add SharedPreferences hook in YukiHookBridge 2022-08-17 23:16:21 +08:00
134a45f3e0 Modify organize documentation 2022-08-17 02:03:10 +08:00
e7a1f6fe21 Modify change YukiResForwarder to internal 2022-08-16 21:45:14 +08:00
a6a781121a Added HookCallback when catch the throwable make it throw to app function 2022-08-16 03:57:49 +08:00
50995c1e3a Added ModuleContextThemeWrapper function 2022-08-16 02:20:08 +08:00
0ea5f520d1 Added Activity Proxy function 2022-08-15 05:00:11 +08:00
60c3b923df Added name, simpleName, toString function in CurrentClass and inline function in ReflectionFactory 2022-08-14 02:50:52 +08:00
c72c2a9929 Added useDangerousOperation function in YukiMemberHookCreater and rejected dangerous operation as default 2022-08-13 00:00:54 +08:00
223ad3cbb5 Added current function in FieldFinder.Instance 2022-08-12 01:54:55 +08:00
dcc428270f Modify add allMembers function param type and add class MembersType in ReflectionFactory 2022-08-12 01:00:01 +08:00
293ae08b0e Modify merge finder lambda to typealias 2022-08-11 23:29:42 +08:00
9201a18b96 Modify make self function private in FieldFinder.Instance 2022-08-11 22:35:55 +08:00
a757303f58 Modify change method name in ModifierRules 2022-08-11 03:06:53 +08:00
f4166b61e2 Modify change CurrentClass constructor param names 2022-08-11 02:30:40 +08:00
b9f41a690c Added new function to call CurrentClass in ReflectionFactory 2022-08-10 00:19:04 +08:00
6d23b85541 Added injectModuleAppResources on Resources function in YukiHookFactory 2022-08-09 23:56:04 +08:00
3b88825bd7 Modify change method name ignoredError to ignored in MethodFinder, ConstructorFinder, FieldFinder 2022-08-09 01:02:53 +08:00
8ecc3a7be2 Added classOf inline function in ReflectionFactory 2022-08-09 00:32:14 +08:00
9a2a86d8b4 Modify move package name to global host process name and set to current logger in LoggerFactory 2022-08-08 01:19:06 +08:00
cc16bbaef3 Added injectModuleAppResources function in YukiHookFactory 2022-08-08 00:12:28 +08:00
1171f5125e Fix bug when replaceHook failed Hook APP crashed unconsciously and add hooked method return type checking 2022-08-07 02:49:09 +08:00
8a2abce4d3 Modify throwable function to throwToApp in HookParam 2022-08-07 01:08:32 +08:00
ea0835ddf8 Added new hookAllMembers function in YukiMemberHookCreater and remove old way and fix some bug 2022-08-06 03:25:40 +08:00
832245d4a3 Added more function in MethodFinder, ConstructorFinder, FieldFinder 2022-08-06 03:24:03 +08:00
95897a2621 Added knowledge mistakes documentation 2022-08-06 00:44:52 +08:00
e1fc42e8d5 Added member function in HookParam 2022-08-05 22:24:15 +08:00
3746c445a2 Added ClassLoader.fetching function in PackageParam 2022-08-02 01:40:28 +08:00
4848463969 Added support multi-user apps debug info and add appUserId function in PackageParam 2022-07-31 22:35:56 +08:00
2c389dd49a Modify auto matched Class<*> instance in PackageParam and changed some function 2022-07-31 01:26:04 +08:00
14d6499f47 Fix a documentation bug 2022-07-30 21:13:36 +08:00
5b9a176924 Added hasThrowable, throwable, resultOrThrowable function in HookParam 2022-07-30 00:22:35 +08:00
2954b70dc0 Added invokeOriginalMember function in MethodFinder and merge some code 2022-07-29 22:27:17 +08:00
c410608690 Added unhook function in YukiHookBridge and YukiMemberHookCreater 2022-07-28 03:11:27 +08:00
4f8c2759c0 Modify canonical code comment "constructor" naming 2022-07-28 00:08:51 +08:00
bff441b07e Added systemContext function in PackageParam 2022-07-27 23:48:50 +08:00
e557133841 Added LoggerType function in LoggerFactory 2022-07-27 22:48:19 +08:00
84b21c0c47 Modify canonical code comment Host and Module environment naming 2022-07-27 21:06:27 +08:00
2eff2988f6 Added "isUsingResourcesHook" function in InjectYukiHookWithXposed 2022-05-31 01:20:23 +08:00
9f13c1463d Specification callback code style 2022-05-30 04:52:09 +08:00
57331234c3 Merge YukiHookModuleStatus to YukiHookAPI.Status 2022-05-29 03:41:22 +08:00
17225c3ad4 Merge code 2022-05-29 02:50:55 +08:00
3419430b8d Merge documentation files 2022-05-27 05:22:05 +08:00
960fd67cc3 Fix YukiHookDataChannel not in current Activity received broadcast bug and changed "wait" method params 2022-05-27 01:24:23 +08:00
1f132ff8bd Added "isXSharePrefsReadable" method in YukiHookModulePrefs 2022-05-26 06:59:03 +08:00
47f37ab88c Added "onAlreadyHooked" method in YukiMemberHookCreater 2022-05-26 03:24:51 +08:00
91b89ae954 Update documentation files 2022-05-23 21:25:05 +08:00
b5691c20d8 Merge documentation files 2022-05-23 21:25:05 +08:00
512b313914 Added registerReceiver in AppLifecycle 2022-05-23 18:43:24 +08:00
76bb612a4c Update documentation files 2022-05-21 01:49:52 +08:00