mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
Clover.cpp
: NoxAppPlayer
也许是无效的?
This commit is contained in:
parent
50d469cc45
commit
48b1b40e1c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user