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

This commit is contained in:
ShirkNeko
2025-08-25 20:12:29 +08:00
parent 77c2ae72d6
commit 8ca2a25535
5 changed files with 13 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