Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 875 Bytes

File metadata and controls

25 lines (22 loc) · 875 Bytes

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.

  1. Reliably recovers a Control Flow Graph (CFG) from EVM bytecode using a dedicated Value Set Analysis
  2. Recovers functions names
  3. Recovers attributes (e.g., payable, view, pure)
  4. Outputs the CFG to a dot file
  5. Library API

Slide Screenshot

052.jpg


Slide Text

  • Security Tool
  • Trail of Bits
  • EVM Bytecode -> Extract CFG
  • CFG, Functions Names, Attributes -> DOT File
  • Used by Ethersplay, Manticore & Other Tools

References


Tags