From 2964fb33558871fd41805ad8efb888e815c44411 Mon Sep 17 00:00:00 2001 From: Zion Leonahenahe Basque Date: Thu, 4 Jun 2026 12:38:25 -0400 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c7ac204..4ae818c 100644 --- a/README.md +++ b/README.md @@ -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