zon-inspector is a terminal tool indispensable for debugging. Since ZON is binary, you cannot open it in Notepad.
Commands
Dumps the structure of the given
.zon file to stdout.Reading the Output
- Header Check: Verifies the file starts with
ZON1. - Objects: Decodes strings and known structures.
- Pointers: Visualizes where offsets point to (e.g.,
-> 0x00).
