
EVM Toolkit
FreeAssemblers
EVM Toolkit provides tools for creating and analyzing smart contract programs on the Ethereum Virtual Machine.
About EVM Toolkit
EVM Toolkit provides a dual-set approach for analyzing smart contracts running on the Ethereum Virtual Machine.
It comprises two crates: etk-asm for assembly-related tasks and etk-dasm for disassembly.
The etk-dasm crate disassembles binary or hex-encoded code and identifies blocks of instructions to help analysts trace control flow and program structure.
