radareorg / radeco

radare2-based decompiler and symbol executor
371 stars 52 forks source link

Use r2 commands in the radeco shell #302

Open radare opened 5 years ago

radare commented 5 years ago

To not have to remember new commands:

>> help
help                              Show this help
load path                         Load binary
connect (http|tcp)://<url>        Connect to radare2 server
fn_list                           Show function list
analyze <func>                    Analyze <func>
ir <func>                         Emit IR of <func>
dot <func>                        Emit graph of the IR in Graphviz dot
decompile <func>                  Decompile <func>
fn_rn <old_name> <new_name>       Rename <old_func_name> to <new_func_name>
quit                              Quit interactive prompt
>>

I would suggest: