Wallbreaker
help to understand java memory world.
What?
Wallbreaker is a tool based on Frida to help analyze android memory. Now, you can run it in objection or interactive python(ipython).
Features
- ClassSearch: search class by pattern.
- ClassDump: quick view class structure.
- ObjectSearch: search instance by class.
- ObjectDump: quick view the internal data of an instance.
- ......
Usage
objection
- clone this repo to your plugins folder, eg:
git clone https://github.com/hluwa/Wallbreaker ~/.objection/plugins/Wallbreaker
- start objection with
-P
or--plugin-folder
your plugins folder, eg:objection -g com.app.name explore -P ~/.objection/plugins
- run command:
plugin wallbreaker classsearch <pattern>
plugin wallbreaker classdump <classname> [--fullname]
plugin wallbreaker objectsearch <classname>
plugin wallbreaker objectdump <handle> [--fullname]
demo video
ipython
...