update: CMD_HOOK_MODE and CMD_GET_MANAGER_UID values (#200)

This commit updates the values for "CMD_HOOK_MODE" to match newest KernelSU Next value and "CMD_GET_MANAGER_UID", now unified in both KernelSU and KernelSU Next.

Signed-off-by: Rifat Azad <33044977+rifsxd@users.noreply.github.com>
This commit is contained in:
Rifat Azad
2025-07-11 18:32:17 +06:00
committed by GitHub
parent a0a54f2153
commit bc1b757bb8

View File

@@ -19,8 +19,8 @@
#define CMD_GET_VERSION 2
#define CMD_UID_GRANTED_ROOT 12
#define CMD_UID_SHOULD_UMOUNT 13
#define CMD_HOOK_MODE 16
#define CMD_GET_MANAGER_UID 17
#define CMD_GET_MANAGER_UID 16
#define CMD_HOOK_MODE 0xC0DEAD1A
static enum kernelsu_variants variant = KOfficial;