Wallbreaker
Wallbreaker copied to clipboard
help you understand java memory world.(using private APIs in frida)
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/Simp1er/Wallbreaker ~/.objection/plugins/Wallbreaker
- start objection with
-Por--plugin-folderyour 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
...