Skip to content

Releases: tintinweb/ethereum-dasm

version 0.1.5

06 Jul 23:50
Compare
Choose a tag to compare

feature

  • fixed mythril interface compatibility
  • added pseudocode 'decompiler' python3 -m ethereum_dasm -a <address> --simplify.
    • Note: requires mythril to be installed. use: pip3 install "ethereum-dasm[mythril,abidecoder]"

version 0.1.4

12 Oct 21:09
Compare
Choose a tag to compare

compatibility fix

version 0.1.3

26 Sep 19:53
Compare
Choose a tag to compare

maintenance release

  • support for constantinople instructions

version 0.1.2

20 Aug 18:53
Compare
Choose a tag to compare

maintenance release

version 0.1.1

19 Aug 23:00
19936cf
Compare
Choose a tag to compare

maintenance release

  • fixes pip installation

version 0.1

07 Jul 18:36
Compare
Choose a tag to compare
  • initial release
  • disassembly with basicblocks, funcsig resolving and infura support