Jump to content
  • 0

For AOTDLL, how to dump it


kpba
 Share

Question

1 answer to this question

Recommended Posts

  • 0

Hi @kpba, certainly you can dump it once it is loaded into the memory. Before doing dumping, most file are getting flushed out of memory once it's done being loaded. Thus, you need to find a right time, when the file is loaded in Memory. You can use Game Guardian for this, here's how:

  • 1) Goto Game Guardian Memory Editor (!!!)
  • 2) Next, go to more settings (|||)
  • 3) Select Dump Memory, and lookup for your File. Use DropDown.

Or you can use Termux and install MemDumper. You can just do this:

  • 1) Install the Library:
apt install git
git clone https://github.com/kp7742/MemDumper
  • 2) Specify the architecture you're going to use for the game:
cd ./MemDumper/libs/[your architecture]/

--[your architecture] = arm64-v8a (for 64bit), armeabi-v7a (for 32bit)
  • 3) After that, you can dump the file right away:
--[32 Bit]
./MemDumper -r -n [your_file_name] -o [your_output_folder]
--[64 Bit]
./MemDumper64 -r -n [your_file_name] -o [your_output_folder]
  • 4) You can find out how to use the MemDumper by:
./MemDumper -h
./MemDumper --help
Edited by MC189
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • 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.