Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use r2 commands in the radeco shell #302

Open
8 tasks
radare opened this issue Mar 6, 2019 · 0 comments
Open
8 tasks

Use r2 commands in the radeco shell #302

radare opened this issue Mar 6, 2019 · 0 comments
Labels
client radare2 Radare2 integration issues

Comments

@radare
Copy link
Collaborator

radare commented Mar 6, 2019

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:

  • load o
  • connect =
  • fn_list afl
  • af addr # or add s
  • ir pir
  • decompile pdd or pdd radeco ..
  • fn_rn afn
  • quit q
@XVilka XVilka transferred this issue from another repository Jun 18, 2019
@XVilka XVilka added client radare2 Radare2 integration issues labels Jun 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client radare2 Radare2 integration issues
Projects
None yet
Development

No branches or pull requests

2 participants