Clover.cpp: NoxAppPlayer

也许是无效的?
This commit is contained in:
鸾瑶綾舞 2023-12-09 18:56:00 +08:00
parent 50d469cc45
commit 48b1b40e1c

View File

@ -109,6 +109,22 @@ FILE* fake_fopen(const char *filename, const char *mode) {
LOGI("[Shamrock] bypass emu detection");
return nullptr;
}
if (strstr(filename, "nox-prop")) { //NoxAppPlayer (Useless?)
LOGI("[Shamrock] bypass emu detection");
return nullptr;
}
if (strstr(filename, "nox-vbox-sf")) { //NoxAppPlayer (Useless?)
LOGI("[Shamrock] bypass emu detection");
return nullptr;
}
if (strstr(filename, "noxd")) { //NoxAppPlayer (Useless?)
LOGI("[Shamrock] bypass emu detection");
return nullptr;
}
if (strstr(filename, "noxspeedup")) { //NoxAppPlayer (Useless?)
LOGI("[Shamrock] bypass emu detection");
return nullptr;
}
if (strstr(filename, "libdobby.so")) {
LOGI("[Shamrock] bypass dobby detection");
return nullptr;