Skip to content

Commit

Permalink
Minor dm command help cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jan 11, 2024
1 parent 7c0c741 commit f18282c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions libr/core/cmd_debug.inc.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,13 +250,12 @@ static RCoreHelpMessage help_msg_dm = {
"dml", " <file>", "load contents of file into the current map region",
"dmm", "[?][j*]", "list modules (libraries, binaries loaded in memory)",
"dmp", "[?] <address> <size> <perms>", "change page at <address> with <size>, protection <perms> (perm)",
"dms", "[?] <id> <mapaddr>", "take memory snapshot",
"dms-", " <id> <mapaddr>", "Restore memory snapshot",
"dmS", " [addr|libname] [sectname]", "list sections of target lib",
"dmS*", " [addr|libname] [sectname]", "list sections of target lib in radare commands",
"dms", "[?] <id> <mapaddr>", "take/store memory snapshot",
"dms-", " <id> <mapaddr>", "restore memory snapshot",
"dmS", "[*] [addr|libname] [sectname]", "list sections of target lib",
"dmL", " address size", "allocate <size> bytes at <address> and promote to huge page",
//"dm, " rw- esp 9K", "set 9KB of the stack as read+write (no exec)",
"TODO:", "", "map files in process memory. (dmf file @ [addr])",
// "TODO:", "", "map files in process memory. (dmf file @ [addr])",
NULL
};

Expand Down

0 comments on commit f18282c

Please sign in to comment.