Added Zygisk hide for 27.0 and renamed unmount.cpp

This commit is contained in:
snake-4
2024-04-24 07:44:00 +02:00
parent 71eee6bf92
commit e03060eb22
5 changed files with 61 additions and 8 deletions

View File

@@ -1,7 +1,8 @@
#pragma once
#include <android/log.h>
#include <string.h>
#include <errno.h>
#include <cstring>
#include <cerrno>
#include <cinttypes>
#ifndef NDEBUG
static constexpr auto TAG = "ZygiskAssistant/JNI";

View File

@@ -0,0 +1,5 @@
#pragma once
void doUnmount();
void doRemount();
void doHideZygisk();