Skip to content

Missing strings block section in file format docs #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
N3rdL0rd opened this issue Oct 12, 2024 · 0 comments
Open

Missing strings block section in file format docs #9

N3rdL0rd opened this issue Oct 12, 2024 · 0 comments

Comments

@N3rdL0rd
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant