Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.
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