MCPcopy
hub / github.com/Gallopsled/pwntools / sections

Method sections

pwnlib/elf/elf.py:591–596  ·  view source on GitHub ↗

:class:`list`: A list of :class:`elftools.elf.sections.Section` objects for the segments in the ELF.

(self)

Source from the content-addressed store, hash-verified

589
590 @property
591 def sections(self):
592 """
593 :class:`list`: A list of :class:`elftools.elf.sections.Section` objects
594 for the segments in the ELF.
595 """
596 return list(self.iter_sections())
597
598 @property
599 def dwarf(self):

Callers 1

initializeFunction · 0.80

Calls 1

iter_sectionsMethod · 0.95

Tested by

no test coverage detected