dissect.cstruct.types.leb128¶
Module Contents¶
Classes¶
Variable-length code compression to store an arbitrarily large integer in a small number of bytes. |
- class dissect.cstruct.types.leb128.LEB128¶
Bases:
int,dissect.cstruct.types.base.BaseTypeVariable-length code compression to store an arbitrarily large integer in a small number of bytes.
See https://en.wikipedia.org/wiki/LEB128 for more information and an explanation of the algorithm.
- signed: bool¶