Skip to main content

Module bytecode

Module bytecode 

Source
Expand description

EVM Bytecode analysis and disassembly.

Analyzes compiled EVM bytecode to detect:

  • Low-level vulnerabilities
  • Opcode patterns
  • Assembly-level issues
  • Gas optimization opportunities

Structs§

BytecodeAnalysis
Result of bytecode analysis.
BytecodeAnalyzer
Bytecode disassembler and analyzer.
BytecodeIssue
Issue found in bytecode.
Instruction
Bytecode instruction.

Enums§

IssueType
Issue types.
Opcode
EVM opcode enumeration.
Severity
Issue severity levels.