Class OpcodeTable
java.lang.Object
ghidra.app.util.bin.format.macho.commands.dyld.OpcodeTable
- Direct Known Subclasses:
BindingTable
,RebaseTable
Abstract class used to represent the generic components of a Mach-O opcode table
- See Also:
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns opcode offsets from the start of the bind data.Returns SLEB128 offsets from the start of the bind data.Returns string offsets from the start of the bind data.Returns ULEB128 offsets from the start of the bind data.
-
Field Details
-
opcodeOffsets
-
ulebOffsets
-
slebOffsets
-
stringOffsets
-
-
Constructor Details
-
OpcodeTable
public OpcodeTable()
-
-
Method Details
-
getOpcodeOffsets
Returns opcode offsets from the start of the bind data.- Returns:
- opcode offsets from the start of the bind data
-
getUlebOffsets
Returns ULEB128 offsets from the start of the bind data.- Returns:
- ULEB128 offsets from the start of the bind data
-
getSlebOffsets
Returns SLEB128 offsets from the start of the bind data.- Returns:
- SLEB128 offsets from the start of the bind data
-
getStringOffsets
Returns string offsets from the start of the bind data.- Returns:
- string offsets from the start of the bind data
-