worawit / blutter

Flutter Mobile Application Reverse Engineering Tool
MIT License
752 stars 128 forks source link

Ask for advice humbly #35

Closed BrilliantFish closed 5 months ago

BrilliantFish commented 5 months ago
BrilliantFish commented 5 months ago

@worawit

worawit commented 5 months ago

Most info are from reading Dart VM source code. There is no document for internal Dart objects. This project has no parser for reading Dart object or snapshot. It uses Dart internal library to access information. So basic information can be extracted without knowing internal object structure.