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 remount function and changed bind mount...
prefix.
This commit is contained in:
@@ -11,6 +11,7 @@ using zygisk::AppSpecializeArgs;
|
||||
using zygisk::ServerSpecializeArgs;
|
||||
|
||||
void do_unmount();
|
||||
void do_remount();
|
||||
|
||||
DCL_HOOK_FUNC(static int, unshare, int flags)
|
||||
{
|
||||
@@ -84,6 +85,7 @@ public:
|
||||
}
|
||||
|
||||
do_unmount();
|
||||
do_remount();
|
||||
}
|
||||
|
||||
void preServerSpecialize(ServerSpecializeArgs *args) override
|
||||
|
||||
Reference in New Issue
Block a user