Back to GitHub trending

zboralski/unflutter

Static analyzer for Flutter/Dart AOT snapshots

Go27 stars4 forks
View on GitHubShare on X

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

2026-08-23 → 2026-09-110 stars

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.