dissect.database.ese.util¶
Module Contents¶
Classes¶
Functions¶
Decode a bit into a boolean. |
|
Decode text with the appropriate encoding. |
|
Decode a GUID. |
|
Attributes¶
- dissect.database.ese.util.CODEPAGE_MAP¶
- dissect.database.ese.util.decode_bit(buf: bytes) bool¶
Decode a bit into a boolean.
- Parameters:
buf – The buffer to decode from.
- dissect.database.ese.util.decode_text(buf: bytes, encoding: dissect.database.ese.c_ese.CODEPAGE, errors: str | None = 'backslashreplace') str¶
Decode text with the appropriate encoding.
- Parameters:
buf – The buffer to decode from.
- dissect.database.ese.util.decode_guid(buf: bytes) str¶
Decode a GUID.
- Parameters:
buf – The buffer to decode from.
- class dissect.database.ese.util.ColumnType¶
Bases:
NamedTuple- value: dissect.database.ese.c_ese.JET_coltyp¶
- name: str¶
- size: int | None¶
- dissect.database.ese.util.COLUMN_TYPES¶
- dissect.database.ese.util.COLUMN_TYPE_MAP¶