GitHub - Corecii/steam_vdf: Library to read shortcuts.vdf and similarly formatted files. Written in Rust. (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
steam_vdf
This library reads and writes the shortcuts.vdf file and similarly formatted files.
Types
- List:
0x00string namelist_contentsEndOfList - String:
0x01string namestring value - Bytes4:
0x02string name4 bytes - EndOfList:
0x08
All strings end with 0x00.
shortcuts.vdf ends with one "extra" 0x08, that is not attached to a list.