You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
15 lines
180 B
C++
15 lines
180 B
C++
#pragma once
|
|
|
|
#include <stdint.h>
|
|
#include <jni.h>
|
|
#include <vector>
|
|
|
|
extern void *self_handle;
|
|
|
|
void hook_functions();
|
|
|
|
void revert_unmount_ksu();
|
|
|
|
void revert_unmount_magisk();
|
|
|