Skip to content

Releases: quilt/etk

Second Release

06 May 03:27
23c149d
Compare
Choose a tag to compare

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

08 May 15:56
f0b91b6
Compare
Choose a tag to compare

Introducing the Ethereum Toolkit, or ETK for short:

https://quilt.github.io/etk/

Currently consists an assembler and disassembler for EVM bytecode.

ETK is new, unstable, and highly experimental. Use at your own risk.