kaitai-io / kaitai_struct_formats

Kaitai Struct: library of binary file formats (.ksy)
http://formats.kaitai.io
712 stars 203 forks source link

uvarint #605

Open armijnhemel opened 2 years ago

armijnhemel commented 2 years ago

uvarint is a variable length integer used in Sqlite4 and Go:

https://www.sqlite.org/src4/doc/trunk/www/varint.wiki https://pkg.go.dev/github.com/mohae/uvarint

In Go it is used for the "indexed export format" (for example: __.PKGDEF files).