Class RebaseTable.Rebase
java.lang.Object
ghidra.app.util.bin.format.macho.commands.dyld.RebaseTable.Rebase
- Enclosing class:
RebaseTable
A piece of rebase information from a
RebaseTable
-
Constructor Summary
ConstructorDescriptionRebase()
Creates a newRebaseTable.Rebase
Rebase
(RebaseTable.Rebase rebase) Creates a copy of the givenRebaseTable.Rebase
-
Method Summary
-
Constructor Details
-
Rebase
public Rebase()Creates a newRebaseTable.Rebase
-
Rebase
Creates a copy of the givenRebaseTable.Rebase
- Parameters:
rebase
- TheRebaseTable.Rebase
to copy
-
-
Method Details
-
getSegmentIndex
public int getSegmentIndex()Returns The segment index.- Returns:
- The segment index
-
getSegmentOffset
public long getSegmentOffset()Returns The segment offset.- Returns:
- The segment offset
-
getType
public int getType()Returns The type.- Returns:
- The type
-
getUnknownOpcode
Returns null if the opcode is known; otherwise, returns the unknown opcode's value.- Returns:
- null if the opcode is known; otherwise, returns the unknown opcode's value
-
toString
-