You've already forked Zygisk-Assistant
mirror of
https://github.com/snake-4/Zygisk-Assistant.git
synced 2025-09-06 06:37:02 +00:00
Added Zygisk hide for 27.0 and renamed unmount.cpp
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#include <unistd.h>
|
||||
#include <sched.h>
|
||||
#include <sys/mount.h>
|
||||
#include <grp.h>
|
||||
|
||||
#include <cstdint>
|
||||
#include <functional>
|
||||
@@ -9,14 +8,12 @@
|
||||
#include "zygisk.hpp"
|
||||
#include "logging.hpp"
|
||||
#include "utils.hpp"
|
||||
#include "modules.hpp"
|
||||
|
||||
using zygisk::Api;
|
||||
using zygisk::AppSpecializeArgs;
|
||||
using zygisk::ServerSpecializeArgs;
|
||||
|
||||
void doUnmount();
|
||||
void doRemount();
|
||||
|
||||
static std::function<void()> callbackFunction = []() {};
|
||||
|
||||
/*
|
||||
@@ -121,6 +118,8 @@ public:
|
||||
doRemount();
|
||||
}
|
||||
|
||||
doHideZygisk();
|
||||
|
||||
// Call only once per process.
|
||||
callbackFunction = []() {};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user