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 Link icon

  • Method Details Link icon

    • getSegmentIndex Link icon

      public int getSegmentIndex()
      Returns The segment index.
      Returns:
      The segment index
    • getSegmentOffset Link icon

      public long getSegmentOffset()
      Returns The segment offset.
      Returns:
      The segment offset
    • getType Link icon

      public int getType()
      Returns The type.
      Returns:
      The type
    • getUnknownOpcode Link icon

      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 Link icon

      public String toString()
      Overrides:
      toString in class Object