ethpector.assembly package¶
Submodules¶
ethpector.assembly.analysis module¶
- class ethpector.assembly.analysis.AssemblyAnalyzer(code, online_resolver, config)[source]¶
Bases:
object
- get_bytecode_matches() list[ethpector.classify.classification.KnownBytecode] [source]¶
- get_interface_matches(threshold=0.5) list[ethpector.classify.classification.InterfaceMatch] [source]¶
- get_known_contracts(address) list[ethpector.classify.classification.KnownAddress] [source]¶
- get_summary() AssemblySummary [source]¶