SkillAgentSearch skills...

MemDump

Dump android memory tool

Install / Use

/learn @gnaixx/MemDump
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

MemDump

Android memory dump

Usage: build.py action [process|pid scope|module output]

     action:
        build       Build for script
        push        Push script to device
        run         Run script dump memory
        pull        Pull dump file
        clean       Delete build file
        
    options(run):
        process     Target process name
        pid         Target process pid
        scope       Dump memory scope, such as:0x11111111-0x22222222
        module      Dump memory name
        output      Output file name 
        
exmaple:
>> python3 build.py build
>> python3 build.py push
>> python3 build.py pull dump-mem.so
>> python3 build.py clean

>> python3 build.py com.example.gnaixx.demo libxxx.so dump-xxx.so
>> python3 build.py 23293 0x11111-0x22222 dump-xxx.so
View on GitHub
GitHub Stars91
CategoryDevelopment
Updated1mo ago
Forks40

Languages

C

Security Score

95/100

Audited on Mar 1, 2026

No findings