Add dynamic signature support

This commit is contained in:
ShirkNeko
2025-07-05 16:29:40 +08:00
parent 828290059d
commit 942210459f
6 changed files with 346 additions and 22 deletions

View File

@@ -2,6 +2,7 @@
#define __KSU_H_KSU_CORE
#include <linux/init.h>
#include "apk_sign.h"
void __init ksu_core_init(void);
void ksu_core_exit(void);