mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-09 06:50:49 +00:00
Hint for the 'pdv' command
This commit is contained in:
parent
7821ddb04b
commit
5cc9de3fe3
@ -5907,6 +5907,10 @@ static int cmd_print(void *data, const char *input) {
|
||||
pd_result = 0;
|
||||
processed_cmd = true;
|
||||
break;
|
||||
case 'v': // "pdv" // east decompiler
|
||||
eprintf ("Error: r2pm -ci east\n");
|
||||
processed_cmd = true;
|
||||
break;
|
||||
case 'd': // "pdd" // r2dec
|
||||
eprintf ("Error: r2pm -ci r2dec\n");
|
||||
processed_cmd = true;
|
||||
|
Loading…
Reference in New Issue
Block a user