You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
remove: futile maps hiding
This commit removes the maps hiding, as it not only breaks behavior compatibility with Magisk Zygisk (original), but also can break some modules because of that. It doesn't provide any improved hiding in slightly better detections and makes the codebase more complex.
This commit is contained in:
@@ -24,6 +24,6 @@ void entry(void* addr, size_t size, const char* path) {
|
||||
hook_functions();
|
||||
|
||||
void *module_addrs[1] = { addr };
|
||||
clean_trace(path, module_addrs, 1, 1, 0, false);
|
||||
clean_trace(path, module_addrs, 1, 1, 0);
|
||||
send_seccomp_event();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user