图形化命令
[0x00005000]> ag?
|Usage: ag<graphtype><format> [addr]
| Graph commands:
| aga[format] Data references graph
| agA[format] Global data references graph
| agc[format] Function callgraph
| agC[format] Global callgraph
| agd[format] [fcn addr] Diff graph
| agf[format] Basic blocks function graph
| agi[format] Imports graph
| agr[format] References graph
| agR[format] Global references graph
| agx[format] Cross references graph
| agg[format] Custom graph
| ag- Clear the custom graph
| agn[?] title body Add a node to the custom graph
| age[?] title1 title2 Add an edge to the custom graph
Output formats:
| <blank> Ascii art
| * r2 commands
| d Graphviz dot
| g Graph Modelling Language (gml)
| j json ('J' for formatted disassembly)
| k SDB key-value
| t Tiny ascii art
| v Interactive ascii art
| w [path] Write to path or display graph image (see graph.gv.format and graph.web)Ascii Art ** (e.g. agf)
agf)Interactive Ascii Art (e.g. agfv)
agfv)Tiny Ascii Art (e.g. agft)
agft)Graphviz dot (e.g. agfd)
agfd)JSON (e.g. agfj)
agfj)Graph Modelling Language (e.g. agfg)
agfg)SDB key-value (e.g. agfk)
agfk)R2 custom graph commands (e.g. agf*)
agf*)Web / image (e.g. agfw)
agfw)最后更新于