module documentation

Undocumented

Function _struct_from_json Undocumented
Function _struct_to_json Undocumented
Function _value_from_json Undocumented
Function _value_to_json Undocumented
Constant _TYPE_MAP Undocumented
def _struct_from_json(data: dict, default_struct_id: int) -> Struct: (source)

Undocumented

def _struct_to_json(struct: Struct, data_type: FileMagic | None = None) -> dict: (source)

Undocumented

def _value_from_json(data: dict) -> Any: (source)

Undocumented

def _value_to_json(value: Any) -> dict: (source)

Undocumented

_TYPE_MAP = (source)

Undocumented

Value
{'byte': Byte,
 'char': Char,
 'word': Word,
 'short': Short,
 'dword': Dword,
 'int': Int,
 'dword64': Dword64,
...