dissect.cstruct.compiler

Module Contents

Classes

Functions

Attributes

dissect.cstruct.compiler.SUPPORTED_TYPES
dissect.cstruct.compiler.log
dissect.cstruct.compiler.python_compile
dissect.cstruct.compiler.compile(structure: type[dissect.cstruct.types.Structure]) type[dissect.cstruct.types.Structure]
class dissect.cstruct.compiler.Compiler(cs: dissect.cstruct.cstruct.cstruct)
cs
compile(structure: type[dissect.cstruct.types.Structure]) type[dissect.cstruct.types.Structure]
compile_read(fields: list[dissect.cstruct.types.structure.Field], name: str | None = None, align: bool = False) types.MethodType