ImHex
ImHex copied to clipboard
[Feature] Display LEB128 info in data inspector
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
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 :)