From a020ae851628ac773c46646fd4b349a9cc19f7dc Mon Sep 17 00:00:00 2001 From: Bernhard Mueller Date: Sat, 20 Jan 2018 14:32:40 +0700 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c1d46f4..38a9353f 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ $ myth --search "func#changeMultisig(address)# and code#PUSH1 0x50#" You can read the contents of storage slots from a deployed contract as follows. ```bash -$ ./myth --storage 0,1 -a "0x76799f77587738bfeef09452df215b63d2cfb08a" +$ ./myth --infura-mainnet --storage 0,1 -a "0x76799f77587738bfeef09452df215b63d2cfb08a" 0x0000000000000000000000000000000000000000000000000000000000000003 ``` From af3306fb697791730709048b82f2a69669b49adf Mon Sep 17 00:00:00 2001 From: Bernhard Mueller Date: Sat, 20 Jan 2018 14:33:37 +0700 Subject: [PATCH 2/2] Correct shell commands in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38a9353f..8d0c5ac5 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ $ myth --infura-mainnet -x -a 0x5c436ff914c458983414019195e0f4ecbef9e6dd Adding the `-l` flag will cause Mythril to automatically retrieve dependencies, such as dynamically linked library contracts: ```bash -$ myth --infura-mainnet -x -a 0xEbFD99838cb0c132016B9E117563CB41f2B02264 -l -v1 +$ myth --infura-mainnet -x -a 0xEbFD99838cb0c132016B9E117563CB41f2B02264 -l -v1 ``` ### Speed vs. Coverage @@ -135,7 +135,7 @@ $ myth --search "func#changeMultisig(address)# and code#PUSH1 0x50#" You can read the contents of storage slots from a deployed contract as follows. ```bash -$ ./myth --infura-mainnet --storage 0,1 -a "0x76799f77587738bfeef09452df215b63d2cfb08a" +$ myth --infura-mainnet --storage 0,1 -a "0x76799f77587738bfeef09452df215b63d2cfb08a" 0x0000000000000000000000000000000000000000000000000000000000000003 ```