> cat /dev/github | grep security-tools
discovered 03 Aug 2026

Doldrums

via awesome-list
→ View on GitHub
Doldrums is a beta reverse engineering tool designed for Flutter applications targeting Android, specifically capable of processing Dart version 2.10 binaries. It functions as a parser and information extractor for the `libapp.so` file, producing a comprehensive dump of all classes contained in the isolate snapshot, including code offsets for native functions. Notable features include its reliance on the pyelftools library for ELF format parsing and its ability to provide structured class output.