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
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
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
-
getUlebOffsets
-
getSlebOffsets
-
getStringOffsets
-