An app to read a value from a known memory address

828 views Asked by At

I Know memory's address in android, that I got using game guardian, let say is AD58DBFC.

I'm trying to read the value from that address in my app, that I will built via android studio further. Is there any method to do that? any adb command or something?

1

There are 1 answers

0
Enyby On

Use any memory editor/viewer. Mentioned GameGuardian for example. Or gdb if you prefer CLI.