You've already forked ZygiskNext
mirror of
https://github.com/Dr-TSNG/ZygiskNext.git
synced 2025-08-27 23:46:34 +00:00
12 lines
144 B
C++
12 lines
144 B
C++
#pragma once
|
|
|
|
#include <stdint.h>
|
|
#include <jni.h>
|
|
#include <vector>
|
|
|
|
extern void *self_handle;
|
|
|
|
void hook_functions();
|
|
|
|
void revert_unmount();
|