From dadb680f3778eea40907d08f71c2ea484fde14c9 Mon Sep 17 00:00:00 2001 From: SinaKarvandi Date: Sat, 19 Feb 2022 22:44:20 +0330 Subject: [PATCH] change syntax help of the .sym command --- .../hprdbgctrl/code/debugger/commands/meta-commands/sym.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/sym.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/sym.cpp index 6852def5..d23b4e7f 100644 --- a/hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/sym.cpp +++ b/hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/sym.cpp @@ -28,7 +28,7 @@ CommandSymHelp() ShowMessages(".sym : perfrom the symbol actions.\n\n"); ShowMessages("syntax : \t.sym [table]\n"); - ShowMessages("syntax : \t.sym [reload]\n"); + ShowMessages("syntax : \t.sym [reload] [pid ProcessId (hex)]\n"); ShowMessages("syntax : \t.sym [download]\n"); ShowMessages("syntax : \t.sym [load]\n"); ShowMessages("syntax : \t.sym [unload]\n");