Releases: quilt/etk
Releases · quilt/etk
Second Release
What's Changed
- Macros!
- Guess at function selectors when disassembling.
- Simple control flow graph generator.
- Separate experimental analysis tools (
etk-analyze
) and the disassembler (etk-dasm
.) - Comments start with a
#
now. - Some bug fixes!
New Contributors
- knarz made their first contribution in #56
- Sheikh-A made their first contribution in #60
- guanqun made their first contribution in #65
- Saw-mon-and-Natalie made their first contribution in #93
Full Changelog: v0.1.0...v0.2.1
Initial Release
Introducing the Ethereum Toolkit, or ETK for short:
Currently consists an assembler and disassembler for EVM bytecode.
ETK is new, unstable, and highly experimental. Use at your own risk.