B(l)utter: A Tool for Reverse Engineering Flutter Mobile Applications

Flutter Mobile Application Reverse Engineering Tool by Compiling Dart AOT Runtime Currently the application supports only Android libapp.so (arm64 only). Also the application is currently work only against recent Dart versions. For high priority missing features, see TODO Environment Setup This application uses C++20 Formatting library. It requires very recent C++ compiler such as g++>=13, Clang>=15. …