Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 781 Bytes

File metadata and controls

22 lines (19 loc) · 781 Bytes

When you submit your code to the API it gets analyzed by multiple microservices in parallel where these tools cooperate to return the more comprehensive results in the execution time provided.

  1. A static analyzer that parses the Solidity AST
  2. a symbolic analyzer that detects possible vulnerable states, and
  3. a greybox fuzzer that detects vulnerable execution paths

Slide Screenshot

058.jpg


Slide Text

  • Static Analysis -> Maru
  • Symbolic Analysis -> Mythril
  • Greybox Fuzzing -> Harvey
  • Combination -> Comprehensive Analysis

References


Tags