Skip to content

info ¤

Runs a few useful commands which are available under "info".

Functions:

proc_mappings ¤

proc_mappings() -> str

auxv ¤

auxv() -> str

files ¤

files() -> str

target ¤

target() -> str

sharedlibrary ¤

sharedlibrary() -> str

parsed_sharedlibrary ¤

parsed_sharedlibrary() -> dict[str, tuple[int, int]]

Returns a dictionary of shared libraries with their .text section from and to addresses.

sharedlibrary_paths ¤

sharedlibrary_paths() -> list[str]

Get the paths of all shared libraries loaded in the process by parsing the output of "info sharedlibrary".

address ¤

address(symbol: str) -> int | None