From da0be355d4558da22af176d214fbd5cc445ffff3 Mon Sep 17 00:00:00 2001 From: Bernhard Mueller Date: Thu, 9 Nov 2017 00:18:01 +0700 Subject: [PATCH] Update ToC --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce6fc5ee..512e7c93 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ Mythril is a security analysis tool for Ethereum smart contracts. It uses concolic analysis to detect various types of issues. Use it to analyze source code or as a nmap-style black-box blockchain scanner (an "ethermap" if you will). * [Installation and setup](#installation-and-setup) - * [Security analysis (EXPERIMENTAL)](#security-analysis-experimental) + * [Security analysis (EXPERIMENTAL)](#security-analysis--experimental-) * [Control flow graph](#control-flow-graph) * [Input formats](#input-formats) + [Working with Solidity files](#working-with-solidity-files) + [Working with on-chain contracts](#working-with-on-chain-contracts) - * [Contract search](#contract-search) + * [Blockchain exploration](#blockchain-exploration) + [Searching from the command line](#searching-from-the-command-line) * [Utilities](#utilities) + [Disassembler](#disassembler)