hlbc icon indicating copy to clipboard operation
hlbc copied to clipboard

Hashlink bytecode disassembler, analyzer, decompiler and assembler.

Results 5 hlbc issues
Sort by recently updated
recently updated
newest added

Some sort of feature to decompile everything in a bytecode file back out to its original filenames (that is, if debug information is embedded in the bytecode) would be greatly...

I was poking around the Dead Cells bytecode with the GUI and noticed that a lot of functions seemed to cut off at a certain depth, even though the opcodes...

[hlbc-python](https://github.com/N3rdL0rd/hlbc-python) is a small, terrible little wrapper that I wrote to allow this crate to be used from Python, where my existing projects reside.

In my codebase for hlbc-python, I want to add functions to modify and reserialize the bytecode, but this code does not work - `as_fn` does not return a mutable `Function`....

## Program Version gui-v0.3.0 (latest) ## Current Result When you search for a function, you cannot do anything with the results. ## Expected Result When you search for a function,...