Files
ImHex-Patterns/patterns
Glenn Hartmann 6cadad3d1f pattern/protobuf: Allow parsing of nested messages (#378)
Mostly this enables attempted recursive parsing of submessages. Note
that it is inherently impossible to determine the underlying data type
for LengthDelimited for sure, so this is a best-effort attempt. The user
can disable recursive submessage parsing via Settings.

Other minor changes:
* added #pragma MIME and #pragma endian directives
* enabled UTF-8 display for LengthDelimited types
* added signed LEB128 display for Varint types (although this doesn't
  seem to be working on my test case)
* swapped if/else-if structure for match
* fail upon receiving unknown or unsupported WireType

Co-authored-by: Nik <werwolv98@gmail.com>
2025-05-10 13:53:01 +02:00
..
2024-05-19 17:05:56 +02:00
2025-01-19 00:13:04 +01:00
2025-04-30 04:00:52 -07:00
2024-11-24 14:53:02 +01:00
2025-03-22 13:44:55 +01:00
2025-05-10 11:51:04 +02:00