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
@ -101,11 +101,27 @@ FILE* fake_fopen(const char *filename, const char *mode) {
|
|||||||
LOGI("[Shamrock] bypass emu detection");
|
LOGI("[Shamrock] bypass emu detection");
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
if (strstr(filename, "libnoxd.so")) { //NoxAppPlayer
|
if (strstr(filename, "libnoxd.so")) { //NoxAppPlayer
|
||||||
LOGI("[Shamrock] bypass emu detection");
|
LOGI("[Shamrock] bypass emu detection");
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
if (strstr(filename, "libnoxspeedup.so")) { //NoxAppPlayer
|
if (strstr(filename, "libnoxspeedup.so")) { //NoxAppPlayer
|
||||||
|
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");
|
LOGI("[Shamrock] bypass emu detection");
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user