wasm-radare2-agcd.gv 1.1 KB

1234567891011121314151617181920212223
  1. /*
  2. generated using radare2 from a wasm binary
  3. radare2 -a wasm test.wasm
  4. >aaa
  5. >agcd
  6. */
  7. digraph code {
  8. rankdir=LR;
  9. outputorder=edgesfirst;
  10. graph [bgcolor=azure fontname="Courier" splines="curved"];
  11. node [penwidth=4 fillcolor=white style=filled fontname="Courier New Bold" fontsize=14 shape=box];
  12. edge [arrowhead="normal" style=bold weight=2];
  13. "0x000000c7" [label="entry0" URL="entry0/0x000000c7"];
  14. "0x000000c7" -> "0x0000272f" [color="#61afef" URL="sym.realloc__GLIBC_2.0_plt/0x0000272f"];
  15. "0x0000272f" [label="sym.realloc__GLIBC_2.0_plt" URL="sym.realloc__GLIBC_2.0_plt/0x0000272f"];
  16. "0x000000c7" -> "0x000027bf" [color="#61afef" URL="sym.ttyname_r__GLIBC_2.0_plt/0x000027bf"];
  17. "0x000027bf" [label="sym.ttyname_r__GLIBC_2.0_plt" URL="sym.ttyname_r__GLIBC_2.0_plt/0x000027bf"];
  18. "0x000000c7" -> "0x00002807" [color="#61afef" URL="sym.memchr__GLIBC_2.0_plt/0x00002807"];
  19. "0x00002807" [label="sym.memchr__GLIBC_2.0_plt" URL="sym.memchr__GLIBC_2.0_plt/0x00002807"];
  20. "0x000000c7" -> "0x00002747" [color="#61afef" URL="sym.malloc__GLIBC_2.0_plt/0x00002747"];
  21. "0x00002747" [label="sym.malloc__GLIBC_2.0_plt" URL="sym.malloc__GLIBC_2.0_plt/0x00002747"];
  22. }