From 8eeca8125eefd15a06c0ca50f33cad69e6f24bfa Mon Sep 17 00:00:00 2001 From: Bernhard Mueller Date: Wed, 4 Oct 2017 09:58:13 +0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55ae495a..05906b55 100644 --- a/README.md +++ b/README.md @@ -86,9 +86,11 @@ Mythril will try to resolve function names using the signatures in `database/sig Adding the `-g FILENAME` option will output a call graph: +``` $ myth -d -a "0xFa52274DD61E1643d2205169732f29114BC240b3" -g ./graph.svg +``` -![callgraph](https://github.com/b-mueller/mythril/raw/master/static/graph.svg "Call graph") +![callgraph](https://raw.githubusercontent.com/b-mueller/mythril/master/static/callgraph.png "Call graph") Note that currently, Mythril only processes `JUMP` and `JUMPI` instructions with immediately preceding `PUSH`, but dynamic jumps and function calls.