You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
16 lines
210 B
C++
16 lines
210 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();
|
|
|
|
void revert_unmount_apatch();
|