Skip to content

dt ¤

Prints structures in a manner similar to Windbg's "dt" command.

Functions:

  • dt

    Dump out a structure type Windbg style.

dt ¤

dt(
    name: str = "", addr: int | Value | None = None, obj: Value | None = None
) -> str

Dump out a structure type Windbg style.