b002bcd38aAdd super_access.c and super_access.h files to define the functions related to dynamically accessing structures.
liankong
2025-04-12 10:35:08 +08:00
2266362e24Changing the package name
ShirkNeko
2025-04-12 00:33:46 +08:00
b7056b5baaChanging the package name
ShirkNeko
2025-04-12 00:33:29 +08:00
04f2b53754Add the definition of the get_cred_rcu function to the Makefile to support SukiSU compatibility
ShirkNeko
2025-04-11 23:40:30 +08:00
3923007430Add the KSU_COMPAT_GET_CRED_RCU flag to the Makefile to support the compatibility feature
ShirkNeko
2025-04-11 20:51:24 +08:00
d240c1035fFix spelling error in SELinux driver check to ensure current_sid function is recognized correctly
ShirkNeko
2025-04-11 20:46:52 +08:00
6060fdd4abRemove the KSU_COMPAT_GET_CRED_RCU flag from the Makefile and add a compile check for the path_umount function to ensure that the necessary validation is done before compilation.
ShirkNeko
2025-04-11 20:44:45 +08:00
e54785c069Update Makefile to support SukiSU, add get_cred_rcu, can_umount, and path_umount functions, and change information to reflect the new name.
ShirkNeko
2025-04-11 20:39:43 +08:00
6cf8f77b61Add an uninstall attempt for the “/data/adb/kpm” path in the kernel mount logic to enhance the integrity of path management
ShirkNeko
2025-04-11 20:22:48 +08:00
bae61b03c5Add dynamic structure metadata support to enhance readability and maintainability of kernel modules
ShirkNeko
2025-04-11 17:33:47 +08:00
937cf25e9bMerge pull request #38 from ShirkNeko/main
crazymrli
2025-04-11 15:17:01 +08:00
ef4c1f50abUpdate the log message prefixes in the Makefile to uniformly format the output
ShirkNeko
2025-04-11 04:07:29 +08:00
ad051ce22bRemove definition checks for atomic functions in the kernel Makefile to simplify path unloading logic
ShirkNeko
2025-04-11 04:04:55 +08:00
aee56e803dAdd the definitions of the get_cred_rcu, can_umount, and path_umount functions to the Makefile to enhance the readability and maintainability of the path unloading logic
ShirkNeko
2025-04-11 03:59:31 +08:00
3c0944530dAdd error checking to the kernel Makefile to ensure that the atomic_inc_not_zero or atomic_long_inc_not_zero functions are found in kernel/cred.c
ShirkNeko
2025-04-11 03:57:23 +08:00
549dc132a4Add the definitions of the get_cred_rcu, can_umount, and path_umount functions to the Makefile to enhance the readability and maintainability of the path unloading logic
ShirkNeko
2025-04-11 03:55:23 +08:00
610313d7d6Remove definition checking on get_cred_rcu and can_umount functions to simplify path unloading logic in kernel Makefile.
ShirkNeko
2025-04-11 03:46:21 +08:00
6988b3d506Remove log messages for the get_cred_rcu function and update references to ATOMIC_INC_FUNC in kernel/cred.c.
ShirkNeko
2025-04-11 03:41:56 +08:00
d16f67ba64Add a pre-compile check in the kernel Makefile to ensure that the path_umount function must be backtracked on
ShirkNeko
2025-04-11 03:40:27 +08:00
febaa7141bUpdate the kernel Makefile to add the KSU_UMOUNT build flag and refactor the atomic function checking logic.
ShirkNeko
2025-04-11 03:38:16 +08:00
e19bda36faTweak the kernel Makefile to fix the compilation flag order and ensure that KPM targets are handled correctly
ShirkNeko
2025-04-11 03:31:25 +08:00
01b21b838bAdd a check for atomic functions to the kernel Makefile and update the output with the relevant information
ShirkNeko
2025-04-11 03:23:45 +08:00
dd5875bf48Fix conditional statements in the KSU compatibility Makefile to ensure that the KSU_UMOUNT flag is handled correctly
ShirkNeko
2025-04-11 03:20:50 +08:00
204eba4cc1Update kernel Makefile to support KSU compatibility, add get_cred_rcu function and modify get_task_cred logic
ShirkNeko
2025-04-11 03:17:23 +08:00
9554f7eba7Refactor the KSU-related Makefile to add new function and feature definitions to support extensions.
ShirkNeko
2025-04-11 03:13:28 +08:00
f8fb26d030Remove KSU-related Makefiles, removing function checks and definitions that are no longer needed.
ShirkNeko
2025-04-11 03:03:55 +08:00
c1d49a4f23Refactoring KSU and SELinux related Makefiles to add checks and feature definitions to support new features
ShirkNeko
2025-04-11 02:55:42 +08:00
3082a9c90bRemove the SukiSU signature checking function and update the related signature verification logic.
ShirkNeko
2025-04-11 01:25:31 +08:00
8323d6394bFix Japanese Translate! (#35)
Re*Index. (ot_inc)
2025-04-11 00:39:02 +09:00
e31b892a20Update Japanese Translate! (#34)
Re*Index. (ot_inc)
2025-04-10 16:48:24 +09:00
65b1518e26Opt KPM module installation to support URL-encoded filenames and extract module IDs for dynamically constructed names.
ShirkNeko
2025-04-10 01:25:59 +08:00
3685058b29Add SukiSU signature checking function and adjust the related constant definition.
ShirkNeko
2025-04-10 00:43:34 +08:00
b850336872feat: Optimize KPM file processing logic, use is_some_and method to simplify extension checking, and enhance readability and stability of event processing.
ShirkNeko
2025-04-07 22:28:22 +08:00
138dec35c7feat: Add KPM module management function, support loading, unloading and deleting all KPM modules.
ShirkNeko
2025-04-07 22:13:21 +08:00
c36f8b0df3Opt the transparency slider display logic with AnimatedVisibility and update the formatting in the Chinese string resource.
ShirkNeko
2025-04-04 17:51:27 +08:00
5ccec93940manager: Use AnimatedVisibility for Exclude Modifications SwitchItem
WenHao2130
2025-04-04 17:13:30 +08:00