| 程序包 | 说明 |
|---|---|
| net.fornwall.jelf |
| 限定符和类型 | 方法和说明 |
|---|---|
ElfSection |
ElfFile.getDynamicLinkSection()
The
SHT_DYNAMIC section (of which there may be only one). |
ElfSection |
ElfFile.getDynamicSymbolTableSection()
The
SHT_DYNSYM section (of which there may be only one), if any. |
ElfSection |
ElfFile.getInitArraySection() |
ElfSection |
ElfFile.getPreInitArraySection() |
ElfSection |
ElfFile.getSection(int index)
Returns the section header at the specified index.
|
ElfSection |
ElfFile.getSymbolTableSection()
The
SHT_SYMTAB section (of which there may be only one), if any. |
Copyright © 2021. All rights reserved.