From 8866ff4cdda27612890ac22a0c236e836294fff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Sat, 28 Feb 2026 23:09:48 +0800 Subject: [PATCH] Add files via upload --- tools/radare2.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/radare2.yaml b/tools/radare2.yaml index eaa11963..f1face5b 100644 --- a/tools/radare2.yaml +++ b/tools/radare2.yaml @@ -46,8 +46,9 @@ parameters: **注意事项:** - 必需参数,不能为空 - 如果指定进程ID,需要配合 -d 参数使用 + - 注意:radare2 要求文件路径必须是最后一个参数,因此 target 使用 position 1 required: true - position: 0 + position: 1 format: "positional" - name: "commands" type: "string"