| 程序包 | 说明 |
|---|---|
| com.github.unidbg.linux | |
| net.fornwall.jelf |
| 限定符和类型 | 方法和说明 |
|---|---|
ElfSymbol |
LinuxModule.getELFSymbolByName(String name) |
ElfSymbol |
ModuleSymbol.getSymbol() |
| 限定符和类型 | 方法和说明 |
|---|---|
ElfSymbol |
HashTable.findSymbolByAddress(ElfSymbolStructure symbolStructure,
long soaddr) |
ElfSymbol |
ElfSection.getELFSymbol(int index)
Returns the symbol at the specified index.
|
ElfSymbol |
ElfSymbolStructure.getELFSymbol(int index)
Returns the symbol at the specified index.
|
ElfSymbol |
SymbolLocator.getELFSymbol(int index) |
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.
|
ElfSymbol |
ElfSection.getELFSymbolByAddr(long addr) |
ElfSymbol |
ElfSymbolStructure.getELFSymbolByAddr(long addr) |
ElfSymbol |
SymbolLocator.getELFSymbolByAddr(long addr) |
ElfSymbol |
ElfSection.getELFSymbolByName(String name) |
ElfSymbol |
ElfSymbolStructure.getELFSymbolByName(String name) |
ElfSymbol |
SymbolLocator.getELFSymbolByName(String name) |
ElfSymbol |
HashTable.getSymbol(ElfSymbolStructure symbolStructure,
String symbolName)
This method doesn't work every time and is unreliable.
|
ElfSymbol |
ElfRelocation.symbol() |
Copyright © 2021. All rights reserved.