From d6c25587e8192de1b4bec6f693310dd995df817d Mon Sep 17 00:00:00 2001 From: TTY-00 Date: Sun, 24 Nov 2019 15:13:42 +0800 Subject: [PATCH] add ethervm to Reversing tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 008b138..97fd88f 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ A curated list of awesome Ethereum security references, guidance, tools, and mor * [abi-decompiler](https://github.com/beched/abi-decompiler) - EVM reverse engineering helper utility * [ethereum-dasm](https://github.com/tintinweb/ethereum-dasm) - EVM disassembler with static and dynamic analysis abilities, including function signature lookup * [Ethersplay](https://github.com/trailofbits/ethersplay) - Visual disassembler for EVM bytecode built on Binary Ninja +* [ethervm](https://ethervm.io/) - Online solidity decompiler * [evmlab](https://github.com/ethereum/evmlab) - Utilities for interacting with the Ethereum virtual machine * [IDA-EVM](https://github.com/trailofbits/ida-evm) - IDA plugin to view EVM instructions * [Panoramix](http://eveem.org/about)