MCPcopy Create free account
hub / github.com/caverav/flutterdec / Cli

Class Cli

crates/flutterdec-cli/src/main.rs:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 = "\
19Static analysis and decompilation of Flutter AOT Android ARM64 binaries.
20
21Accepts an APK or a bare libapp.so. All analysis is static; the target is

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected