You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
This commit adds numerous improvements to the state of hidden'ility of ReZygisk, and also for compatibility. Recommended to check #111 for more information.
11 lines
205 B
C++
11 lines
205 B
C++
#pragma once
|
|
|
|
#include <jni.h>
|
|
|
|
extern void *start_addr;
|
|
extern size_t block_size;
|
|
|
|
void hook_functions();
|
|
|
|
void clean_trace(const char* path, size_t load = 1, size_t unload = 0, bool spoof_maps = false);
|