# radare2 -------------------------------------------------------------------------------- # toc ------ |print| |flags| |help| |relocation| # print *print* ======= pd [@ ] # print disassembly for instructions # with optional temporary seek to # flags *flags* ======= fs # list flag-spaces fs # select flag-space f # print flags of selected flag-space # help *help* ======= ?*~ # '?*' list all commands and '~' grep for ?*~... # .. and '...' get an interactive search hud # relocation *relocation* ============= > r2 -B # open mapped to addr oob # reopen current file at -------------------------------------------------------------------------------- vim:ft=help:sts=2:et:tw=80:cc=80:fo+=t