Skip to content

Releases: Jon-Becker/heimdall-rs

0.1.5

29 Sep 21:11
80b04a2
Compare
Choose a tag to compare
  • This release introduces the decompile beta.
    • Supports generating contract ABI from bytecode for functions, events, and signatures.
    • The module will eventually support generating solidity from contract bytecode.

0.1.4

24 Jul 14:33
aa8da6b
Compare
Choose a tag to compare
  • Fixes a dependency issue

0.1.3

13 Jul 22:00
0ccc224
Compare
Choose a tag to compare
  • fixes overlap with bytecode regex and account regex in the decode module

0.1.2

12 Jul 21:59
7191721
Compare
Choose a tag to compare
  • Installation fix for bash_profile and bash_rc support. ( #2 )
  • Support for raw bytecode option as target in disassembler ( #3 )

0.1.1

10 Jul 19:03
Compare
Choose a tag to compare
  • Fixes an issue with disassembler overflowing

0.1.0

09 Jul 19:34
Compare
Choose a tag to compare
  • initial release