| 13 | #[command(name = "flutterdec")] |
| 14 | #[command(version)] |
| 15 | #[command(propagate_version = true)] |
| 16 | #[command(arg_required_else_help = true)] |
| 17 | #[command(about = "Static Flutter AOT decompiler research CLI")] |
| 18 | #[command(long_about = "\ |
| 19 | Static analysis and decompilation of Flutter AOT Android ARM64 binaries. |
| 20 | |
| 21 | Accepts an APK or a bare libapp.so. All analysis is static; the target is |
nothing calls this directly
no outgoing calls
no test coverage detected