pull/23/head
Bernhard Mueller 7 years ago committed by GitHub
parent 3257480057
commit da0be355d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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)

Loading…
Cancel
Save