A reverse engineering tool to decompile and return the sources files for a given flutter .apk file.
Installation
- https://github.com/worawit/blutter
- Download source code
Utilization
run python blutter.py <app>.apk <outdir> --rebuild
This will return the:
- disassembly located in
asm/ - Frida script named
blutter_frida.js - IDA scripts.
objs.txtfor rough information about objectspp.txtfor object pool information