functions ¤
Put all functions defined for gdb in here.
This file might be changed into a module in the future.
Functions:
-
GdbFunction– -
rebase–Return rebased address.
-
base–Return base address of the first memory mapping containing the given name.
-
hex2ptr–Converts a hex string to a little-endian address and returns the address.
-
argv–Evaluate argv on the supplied value.
-
envp–Evaluate envp on the supplied value.
-
argc–Evaluates to argc.
-
environ–Evaluate getenv() on the supplied value.
-
dbg_value_to_gdb–
Attributes:
-
functions(list[_GdbFunction]) –