Package net.fornwall.jelf
Class ElfSection
java.lang.Object
net.fornwall.jelf.ElfSection
- Direct Known Subclasses:
ElfDynamicSection,ElfGnuHashTable,ElfHashTable,ElfNoteSection,ElfRelocationAddendSection,ElfRelocationSection,ElfStringTable,ElfSymbolTableSection
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ElfSectionHeaderprotected final net.fornwall.jelf.ElfParser -
Method Summary
-
Field Details
-
header
-
parser
protected final net.fornwall.jelf.ElfParser parser
-
-
Method Details
-
getData
public byte[] getData()Get the bytes contained in this ELF section.
-