Jump to content

How to rip XMLs from game memory without root?


Dante6676

Recommended Posts

  • Administrators

Make dump of entire process memory. After that search in dump your "plaintext". And you found nothing because xml never stored in memory as plaintext.

In best case it decoded to temp buffer before parse, but after that this buffer released. Usually xml stored as tree in memory. So you can not fetch or found it.

Text view is good only for human edit. It is complicated for parse, work and use.

Even xml preferences from Java code stored in memory as HashMap.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.