JEB Decompiler

What is JEB Decompiler

The JEB decompiler is a decompiler for EVM code.

What is JEB Decompiler?

The JEB Decompiler provides specific capabilities such as code analysis to determine methods without access to an ABI.  JEB has become the preferred tool for security auditors, vulnerability researchers, and reverse engineers investigating opaque smart contracts running on Ethereum platforms. The EVM code analyzer determines a contract public and private methods, including implementations of public methods synthetically generated by compilers. 

JEB Decompiler Alternatives:

Decurity
Decurity

Decurity is an ABI decompiler for recovering EVM smart contract ABI.

Etherscan Online Decompiler
Etherscan Online Decompiler

The Etherscan online decompiler is a decompiler for the Ethereum Virtual Machine (EVM).

Ethervm.io
Ethervm.io

Ethervm.io is an online decompiler that decompiles Ethereum contracts.

evmdis
evmdis

evmdis is an open-source EVM disassembler.

EVMole
EVMole

Extracts function selectors and arguments from bytecode, even for unverified contracts.