Skip to content

Releases: Gui-Yom/hlbc

gui-v0.3.0

16 Nov 21:35
df5b34f
Compare
Choose a tag to compare

Changelog

Added

  • Full text search with hlbc-indexing. (experimental)
  • Status bar
  • View any type in the inspector
  • Clickable register types in inspector
  • Opcode description on hover in inspector
  • Navigation history for the sync inspector

Changed

  • Reworked internals
  • Better gui styling

Fixed

  • Correctly serialize function debug info
  • Correctly serialize indexes (thanks @turuslan)

And guess what ? Linux builds are broken again.

gui-v0.2.1

13 May 11:24
2999ae2
Compare
Choose a tag to compare

Highlights

Fix various crashes

I included the new search functionality by mistake in the GitHub Actions builds.


Full changelog : https://github.com/Gui-Yom/hlbc/blob/master/crates/gui/CHANGELOG.md

gui-v0.2.0

07 May 16:23
e5d0482
Compare
Choose a tag to compare

Highlights

Hlbc can now open files compiled for the latest hashlink

gui-v0.1.0

14 Sep 23:09
45c8318
Compare
Choose a tag to compare

Highlights

Initial release for the GUI !

(Linux build is broken)

cli-v0.5.0

14 Sep 23:05
45c8318
Compare
Choose a tag to compare

Highlights

Nicer decompilation output

Changelog: https://github.com/Gui-Yom/hlbc/blob/master/hlbc-cli/CHANGELOG.md
Git changelog: v0.4.0...cli-v0.5.0

v0.4.0

03 Aug 11:15
a6aacf6
Compare
Choose a tag to compare

Highlights

Various fixes and improvements to decompilation. New AST post processing step to make output source code look nicer.

Changelog: https://github.com/Gui-Yom/hlbc/blob/master/hlbc-cli/CHANGELOG.md
Git changelog: v0.3.0...v0.4.0

v0.3.0

31 Jul 17:42
ce5172f
Compare
Choose a tag to compare

v0.3.0-alpha - Dev release

26 Jul 08:28
f8f1f3c
Compare
Choose a tag to compare
Pre-release

Pre-release because I can't publish to crates.io for now.

Changelog: https://github.com/Gui-Yom/hlbc/blob/master/hlbc-cli/CHANGELOG.md
Git changelog: v0.2.0...v0.3.0-alpha

v0.2.0

29 May 11:20
d587fa9
Compare
Choose a tag to compare
Fix CI

v0.1.1

21 May 15:37
aadd3dc
Compare
Choose a tag to compare

Initial release