Skip to content

elf ¤

Functions:

Attributes:

PLT_SECTION_NAMES module-attribute ¤

PLT_SECTION_NAMES = ('.plt', '.plt.sec', '.plt.got', '.plt.bnd')

elfsections ¤

elfsections() -> None

gotplt ¤

gotplt() -> None

plt ¤

plt() -> None

get_section_bounds ¤

get_section_bounds(section_name: str)

print_symbols_in_section ¤

print_symbols_in_section(section_name, filter_text='') -> None

get_symbols_in_region ¤

get_symbols_in_region(
    start: int, end: int, filter_text=""
) -> list[tuple[str, int]]