zboralski/unflutter
Static analyzer for Flutter/Dart AOT snapshots
Go27 stars4 forks
What it does
unflutter is a static analyzer for Flutter/Dart AOT snapshots that allows for the recovery of function names and class hierarchies without the need for the Dart VM. It offers a portable and fast alternative to existing tools by directly parsing the snapshot byte stream.
Star history
Not enough history yet — 1 day(s) recorded. The daily snapshot builds this up.
Tracking
- Last trending
- 2026-02-21
Creator kit
Hook
Discover how unflutter revolutionizes Flutter analysis by eliminating the need for the Dart VM!
Content angles
- Create a tutorial on how to use unflutter for analyzing Flutter applications.
- Discuss the advantages of using unflutter over Blutter in reverse engineering scenarios.
- Explore the technical details of how unflutter parses Dart AOT snapshots.
Who should care
Developers and security researchers interested in Flutter and Dart reverse engineering.