Gui-Yom / hlbc

Hashlink bytecode disassembler, analyzer, decompiler and assembler.
https://gui-yom.github.io/hlbc/
MIT License
58 stars 10 forks source link

Missing strings block section in file format docs #9

Open N3rdL0rd opened 1 month ago

N3rdL0rd commented 1 month ago

In the docs, the following table is included:

size name description
4 strings_size amount to read next
strings_size strings_data strings list, zero terminated strings

What it instead should be is this:

size name description
4 strings_size amount to read next
strings_size strings_data strings list, zero terminated strings
var * nstrings strings_sizes sizes of each string