prosenkranz

Results 1 issues of prosenkranz

As per [Protobuf Documentation](https://protobuf.dev/programming-guides/encoding/#structure), "Tags" (Keys) of Records/Keys are encoded as VarInts / LEB128. However the current Protobuf pattern assumes Keys are always 1 byte: https://github.com/WerWolv/ImHex-Patterns/blob/6baae925532a8e3fb557fd07273063c306e5bc5b/patterns/protobuf.hexpat#L34 This assumption will not...