ImHex icon indicating copy to clipboard operation
ImHex copied to clipboard

[Feature] Display LEB128 info in data inspector

Open gudzpoz opened this issue 2 years ago • 1 comments

What feature would you like to see?

Display values for LEB128-encoded integers in the data inspector.

A PoC is available here.

How will this feature be useful to you and others?

LEB128 is used in DRAWF files, in Dalvik Executable format and in Protobuf for unsigned integers. It would be really convenient to have the editor translate the encoded bytes to the actual values for us.

Request Type

  • [X] I can provide a PoC for this feature or am willing to work on it myself and submit a PR

gudzpoz avatar Jul 30 '22 12:07 gudzpoz

Hi That would definitely be a cool thing to have. Please submit your PoC as a PR if you can and I'll review and merge it :)

WerWolv avatar Jul 30 '22 19:07 WerWolv