Hi @Marks01. I have been able to temporarily disable the Detection, but it will be triggered again if you press any button. So that's a progress. In the meantime, here's some alternative:
- Technically, you can run both Game Guardian inside a Virtual Machine and on your phone, like suggested above.
- Since you are use LDPlayer, why bother to use Game Guardian? On Windows you have many option, you can use Cheat Engine (Game Guardian Alternative) or HxD (Simple) or Ghidra (Advanced).
- You can temporarily disable the detection in-game using: (Attach Game Guardian at first, then run the command below after inside the game before LIAPP appears.)
cd/d "%~dp0"
adb shell su -c "for i in $(pidof com.hidea.cat); do mount -o bind /proc/2/maps /proc/$i/maps; done"
It act as Memory Flushing, so Earlier Game Guardian Trace will be removed but not on the next check. Currently, I'm still finding a permanent way, if you're interested. Otherwise I'll stop if you're decided to use Cheat Engine.
[ Visual Demo ]
Temporarily Hide PTrace (Memory Flush):