Welcome to your first Fission decompilation.
Ensure you have a supported binary format (e.g. PE, ELF, Mach-O).
If you want a known-good first run, the repository includes a checked-in sample set (recommended by the canonical external evaluation guide):
benchmark/binary/x86-64/window/small/binary/c/test_functions.exe
Use the fission_cli artifact built in the previous step:
./target/release/fission_cli info /path/to/your/binary
./target/release/fission_cli list /path/to/your/binary
Pick a function address from list, then decompile that function:
./target/release/fission_cli decomp /path/to/your/binary --addr 0x140001000
Optional JSON output (recommended for automation and tooling):
./target/release/fission_cli decomp /path/to/your/binary --addr 0x140001000 --json
docs/CLI.mddocs/EVALUATION.md