Skip to content

Commit

Permalink
Add missing command to r2 ? ##r2pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
astralia committed Jun 23, 2024
1 parent e5170fe commit 813a699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions libr/core/cmd_help.inc.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ static RCoreHelpMessage help_msg_root = {
"/", "[?]", "search for bytes, regexps, patterns, ..",
"!", "[?] [cmd]", "run given command as in system(3)",
"#", "[?] !lang [..]", "Hashbang to run an rlang script",
"{", "[?] ...}", "run a command using the json syntax for r2pipe2",
"a", "[?]", "analysis commands",
"b", "[?]", "display or change the block size",
"c", "[?] [arg]", "compare block with given data",
Expand Down
3 changes: 1 addition & 2 deletions test/db/cmd/r2pipe2
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ NAME=r2pipe2 json
FILE=-
CMDS={"cmd":"ij", "json":true}
EXPECT=<<EOF
{"res":{"core":{"type":"","file":"malloc://512","fd":3,"size":512,"humansz":"512","iorw":true,"mode":"rwx","block":256,"format":"any"}}
,"error":false,"value":0,"code":0,"code":0}
{"res":{"core":{"type":"","file":"malloc://512","fd":3,"size":512,"humansz":"512","iorw":true,"mode":"rwx","block":256,"format":"any"}},"error":false,"value":0,"code":0,"code":0}
EOF
RUN

Expand Down

0 comments on commit 813a699

Please sign in to comment.