Skip to content
Chase Kanipe edited this page Apr 23, 2020 · 2 revisions

r2angr wiki

Command List

Continue commands

  • mc (continue)
  • mcu <symbol | addr> (continue until address or symbol)
  • mcb (continue until branch)

Exploration commands

  • me (explore using find/avoid comments)
  • meu <symbol | addr> (explore until address or symbol)

Initialization commands

  • mi (initialize at entrypoint)
  • mif (initialize at function)
  • mib <symbol | addr> (initialize blank state at address or symbol)
Clone this wiki locally