kernel: Remove the ksu_ prefix from the dynamic manager signature.

This commit is contained in:
ShirkNeko
2025-08-25 20:17:55 +08:00
parent e41fa8ef62
commit e81989302f
5 changed files with 14 additions and 14 deletions

View File

@@ -6,4 +6,6 @@
bool is_manager_apk(char *path);
bool is_dynamic_manager_apk(char *path, int *signature_index);
#endif