Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. [0x10000102c]> ag>
  2. No output?
  3. Usage: ag<graphtype><format> [addr]
  4. Graph commands:
  5. | aga[format] Data references graph
  6. | agA[format] Global data references graph
  7. | agc[format] Function callgraph
  8. | agC[format] Global callgraph
  9. | agd[format] [fcn addr] Diff graph
  10. | agf[format] Basic blocks function graph
  11. | agi[format] Imports graph
  12. | agr[format] References graph
  13. | agR[format] Global references graph
  14. | agx[format] Cross references graph
  15. | agg[format] Custom graph
  16. | ag- Clear the custom graph
  17. | agn[?] title body Add a node to the custom graph
  18. | age[?] title1 title2 Add an edge to the custom graph
  19.  
  20. Output formats:
  21. | <blank> Ascii art
  22. | * r2 commands
  23. | d Graphviz dot
  24. | g Graph Modelling Language (gml)
  25. | j json ('J' for formatted disassembly)
  26. | k SDB key-value
  27. | t Tiny ascii art
  28. | v Interactive ascii art
  29. | w [path] Write to path or display graph image (see graph.gv.format and graph.web)
  30. [0x10000102c]>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement