Representing variable-sized chunks #2077
-
Hi I have a binary file with a constant header section, and a variable number of differently sized chunks after that. Specifically, I have a TTF file, with the following (relevant) structure:
Coming up with a pattern for the Offset Subtable and a variably-sized array for the table directory went smoothly:
Though here I start to struggle. I considered:
Is there a way to achieve what I want? |
Beta Was this translation helpful? Give feedback.
Answered by
paxcut
Jan 19, 2025
Replies: 1 comment 4 replies
-
check the ttf pattern in the library. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
liquid-metal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
check the ttf pattern in the library.