Add dynamic signature support

This commit is contained in:
ShirkNeko
2025-07-05 15:56:19 +08:00
parent e5f58caf11
commit f5c236c925
6 changed files with 350 additions and 4 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);