After digging through the VT2 SDK `.exe`, I found that `.package` files (`stingray::ResourcePackageResource`) actually have more data than I originally knew about. Most notably, there is a 1 byte `flags` value that is written at the end of every package file. Depending on what value those flags have, more data could come after it, but in most cases, it's just that one byte, which I must have missed in the binary. Ref: #28. Ref: #36. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |