mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-09 17:21:58 +00:00
Use magiskd to setup files
This commit is contained in:
@@ -3,11 +3,13 @@
|
||||
#include <stdint.h>
|
||||
#include <jni.h>
|
||||
|
||||
#define INJECT_LIB_1 "/dev/tmp/magisk.1.so"
|
||||
#define INJECT_LIB_2 "/dev/tmp/magisk.2.so"
|
||||
#define INJECT_ENV_1 "MAGISK_INJ_1"
|
||||
#define INJECT_ENV_2 "MAGISK_INJ_2"
|
||||
|
||||
enum : int {
|
||||
ZYGISK_SETUP,
|
||||
};
|
||||
|
||||
// Unmap all pages matching the name
|
||||
void unmap_all(const char *name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user