One PE export, by name or ordinal only; a forwarder has no address.
-
property address: int | None
The exported address, None for a forwarder.
-
property forwarder: str | None
The forwarding target (OTHER.Function), for a forwarder.
-
property name: str | None
The export name, None for an ordinal-only export.
-
property ordinal: int
The export ordinal.
-
to_dict() → dict[str, Any]