52 - Evm_cfg_builder
Evm_cfg_builder is a tool used to extract a control flow graph (CFG) from EVM bytecode and used by Ethersplay, Manticore, and other tools from Trail of Bits.
- Reliably recovers a Control Flow Graph (CFG) from EVM bytecode using a dedicated Value Set Analysis
- Recovers functions names
- Recovers attributes (e.g., payable, view, pure)
- Outputs the CFG to a dot file
- Library API
- Security Tool
- Trail of Bits
- EVM Bytecode -> Extract CFG
- CFG, Functions Names, Attributes -> DOT File
- Used by Ethersplay, Manticore & Other Tools