Skip to content

Releases: Jon-Becker/heimdall-rs

0.6.4

08 Nov 00:48
1449bb4
Compare
Choose a tag to compare

What's Changed

  • 🛠️ refactor: move disassemble into heimdall_core and treat like other libs by @Jon-Becker in #163
  • 🔧 fix: selector resolution by using an awaited tokio::task by @Jon-Becker in #165

Full Changelog: 0.6.3...0.6.4

0.6.3

15 Oct 18:53
637e4f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.2...0.6.3

0.6.2

08 Oct 19:49
3d95f04
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.1...0.6.2

0.6.1

30 Sep 17:30
4d45fdd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.6.1

0.6.0

29 Sep 16:34
b7a7533
Compare
Choose a tag to compare

What's Changed

  • 🔧 fix: symbolic execution loop detection by @Jon-Becker in #149
  • 🛠️ refactor: major refactor to separate heimdall into heimdall-core and heimdall-cli by @Jon-Becker in #151
  • ✨ feat: all heimdall-core modules are now async by @Jon-Becker in #151
  • 💫 meta: update bifrost, backwards compatible with versions <= 0.6.0 by @Jon-Becker in #153
  • 🔧 fix: array signature matching to resolved types by @Jon-Becker in #154

Full Changelog: 0.5.3...0.6.0

0.5.3

03 Sep 16:50
b9baa46
Compare
Choose a tag to compare

What's Changed

New Contributors

0.5.2

25 Aug 01:23
ec2ecc1
Compare
Choose a tag to compare

What's Changed

  • 🔧 fix: remove inline type declaration for storage variables by @Jon-Becker [ #134 ]
  • ⚡ perf: add dump & snapshot areas to bug template by @Jon-Becker [ #137 ]
  • ✨ feat: snapshot library w/ builder pattern by @Jon-Becker [ #138 ]
  • 🔧 fix: remove excessive type declarations by @Jon-Becker [ #139 ]

0.5.1

12 Aug 19:17
990f84d
Compare
Choose a tag to compare

What's Changed

0.5.0

11 Aug 22:25
91de365
Compare
Choose a tag to compare

What's Changed

Quick Note
This version is unpolished and will be drastically improved in future patches. Docs will be released tomorrow, 08/12 at 5:00 PM CST.

0.4.8

12 Jul 23:31
0e15ed2
Compare
Choose a tag to compare
  • 🔧 fix: patch a bug where decompile would crash if signature resolution for an event or function returned no valid signatures by @Jon-Becker [ #116 ]
  • 📦 deps: update dependencies by @Jon-Becker [ #116 ]