Skip to content

segments ¤

Classes:

  • segment

    Get the flat address of memory based off of the named segment register.

Functions:

  • fsbase

    Prints out the FS base address. See also $fsbase.

  • gsbase

    Prints out the GS base address. See also $gsbase.

segment ¤

segment(name: str)

Bases: Function

Get the flat address of memory based off of the named segment register.

Methods:

Attributes:

name instance-attribute ¤

name = name

invoke ¤

invoke(arg: Value = Value(0), *args: Value) -> int

fsbase ¤

fsbase() -> None

Prints out the FS base address. See also $fsbase.

gsbase ¤

gsbase() -> None

Prints out the GS base address. See also $gsbase.