From 467415c287371b50688e4144ab9d649e6c10b7d0 Mon Sep 17 00:00:00 2001 From: ITAYC0HEN Date: Tue, 10 Oct 2017 19:23:45 +0300 Subject: [PATCH] Update cmd_debug.c --- libr/core/cmd_debug.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libr/core/cmd_debug.c b/libr/core/cmd_debug.c index ca797164ea8b8..79e1f54475e0c 100644 --- a/libr/core/cmd_debug.c +++ b/libr/core/cmd_debug.c @@ -202,25 +202,25 @@ static const char *help_msg_dko[] = { static const char *help_msg_dm[] = { "Usage:", "dm", " # Memory maps commands", "dm", "", "List memory maps of target process", - "dm=", "", "List memory maps of target process (ascii-art bars)", "dm", " address size", "Allocate bytes at
(anywhere if address is -1) in child process", + "dm=", "", "List memory maps of target process (ascii-art bars)", "dm.", "", "Show map name of current address", "dm*", "", "List memmaps in radare commands", "dm-", " address", "Deallocate memory map of
", "dmd", "[a] [file]", "Dump current (all) debug map region to a file (from-to.dmp) (see Sd)", + "dmh", "[?]", "Show map of heap", "dmi", " [addr|libname] [symname]", "List symbols of target lib", "dmi*", " [addr|libname] [symname]", "List symbols of target lib in radare commands", "dmi.", "", "List closest symbol to the current address", "dmiv", "", "Show address of given symbol for given lib", - "dmS", " [addr|libname] [sectname]", "List sections of target lib", - "dmS*", " [addr|libname] [sectname]", "List sections of target lib in radare commands", "dmj", "", "List memmaps in JSON format", "dml", " ", "Load contents of file into the current map region (see Sl)", "dmm", "[?][j*]", "List modules (libraries, binaries loaded in memory)", "dmp", "[?]
", "Change page at
with , protection (rwx)", "dms", "[?] ", "Take memory snapshot", "dms-", " ", "Restore memory snapshot", - "dmh", "", "Show map of heap", + "dmS", " [addr|libname] [sectname]", "List sections of target lib", + "dmS*", " [addr|libname] [sectname]", "List sections of target lib in radare commands", //"dm, " rw- esp 9K", "set 9KB of the stack as read+write (no exec)", "TODO:", "", "map files in process memory. (dmf file @ [addr])", NULL