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

Class InfoCmd

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

Source from the content-addressed store, hash-verified

29Examples:
30 flutterdec info ./sample.apk --json
31 flutterdec decompile ./sample.apk -o ./out
32 flutterdec decompile ./sample.apk -o ./out --emit-asm --emit-ir
33 flutterdec diff --old ./old.apk --new ./new.apk -o ./out-diff --json
34
35Full reference: https://github.com/caverav/flutterdec/blob/main/docs/cli-reference.md")]
36struct Cli {
37 #[command(subcommand)]
38 command: Command,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected