Class RebaseTable.Rebase

java.lang.Object
ghidra.app.util.bin.format.macho.commands.dyld.RebaseTable.Rebase
Enclosing class:
RebaseTable

public static class RebaseTable.Rebase extends Object
A piece of rebase information from a RebaseTable
  • Constructor Details

  • 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

      public Integer 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

      public String toString()
      Overrides:
      toString in class Object