| 程序包 | 说明 |
|---|---|
| net.fornwall.jelf |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract T |
MemoizedObject.computeValue()
Should compute the value of this memoized object.
|
static ElfFile |
ElfFile.fromBytes(ByteBuffer buffer) |
net.fornwall.jelf.ElfStringTable |
ElfFile.getDynamicStringTable()
Returns the dynamic symbol table associated with this ELF file, or null if one does not exist.
|
ElfSection |
ElfFile.getDynamicSymbolTableSection()
The
ElfSection.SHT_DYNSYM section (of which there may be only one), if any. |
ElfSymbol |
ElfFile.getELFSymbol(long address)
Returns the elf symbol with the specified address or null if one is not found.
|
ElfSymbol |
ElfFile.getELFSymbol(String symbolName)
Returns the elf symbol with the specified name or null if one is not found.
|
String |
ElfSymbol.getName()
Returns the name of the symbol or null if the symbol has no name.
|
List<String> |
ElfDynamicStructure.getNeededLibraries() |
ElfSection |
ElfFile.getSection(int index)
Returns the section header at the specified index.
|
net.fornwall.jelf.ElfStringTable |
ElfFile.getSectionNameStringTable()
Returns the section header string table associated with this ELF file.
|
net.fornwall.jelf.ElfStringTable |
ElfFile.getStringTable()
Returns the string table associated with this ELF file.
|
ElfSection |
ElfFile.getSymbolTableSection()
The
ElfSection.SHT_SYMTAB section (of which there may be only one), if any. |
T |
MemoizedObject.getValue()
Public accessor for the memoized value.
|
int |
ElfDataIn.readInt() |
long |
ElfDataIn.readLong() |
short |
ElfDataIn.readShort() |
short |
ElfDataIn.readUnsignedByte() |
Copyright © 2021. All rights reserved.