Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,15 @@ start a new process using a specified decompiler.
You can find various examples using DecLib in the [examples](./examples) folder. Examples that are plugins show off
more of the complicated API that allows you to use an abstracted UI, artifacts, and more.

### Agent CLI

If you want a simplified command line interface (especially well-suited for LLMs), see the
[`decompiler` CLI guide](./docs/decompiler_cli.md).
[decompiler CLI guide](./docs/decompiler_cli.md).

```
decompiler load /path/to/binary --backend ida
decompiler decompile main --id 1234
```

### UI Mode (default)
To use the same script everywhere, use the convenience function `DecompilerInterface.discover_interface()`, which will
Expand Down
Loading