muon
muon copied to clipboard
Are we using signed or unsigned LEB128?
If I read the Python code correctly, the LEB128 lengths in strings and typed arrays are unsigned LEB128, and for the 0xBB typed values we use signed LEB128, but it isn't specified anywhere else. Maybe that should be clarified in the images and presentation.
That's correct. Will be documented soon
Related to #8