The game I'm trying to hack is javascript based so when I launch the Apk it loads AndroidSystemWebview and I tried searching for values in the app process and in the Webview process also but failed (Ce server, Game guardian etc.).
But when tried using emulators the CE Windows able to search for the value. As it searches for the whole memory of the emulator.
I guess the game is storing the score value in outside the process of game and webview.
The problem is the game detects LD Player as emulator and don't run.
It ran in Bluestacks (after changing id & IMEI via BS Tweaker) but when changing the values it jump backs instantly to its original.
When used MEMU it worked properly.
My Question is :
Why it worked in MEMU and not in BlueStacks.
When I get the score value's memory address, can I get the android process for that address (Memory map or something) so that I can directly search for the score in that process in my Rooted mobile.