java.lang.Object
ghidra.app.util.bin.format.macho.commands.dyld.OpcodeTable
ghidra.app.util.bin.format.macho.commands.dyld.RebaseTable

public class RebaseTable extends OpcodeTable
A Mach-O rebase table
  • Constructor Details

    • RebaseTable

      public RebaseTable()
      Creates an empty RebaseTable
    • RebaseTable

      public RebaseTable(BinaryReader reader, MachHeader header, int tableSize) throws IOException
      Creates and parses a new RebaseTable
      Parameters:
      reader - A reader positioned at the start of the rebase table
      header - The header
      tableSize - The size of the table, in bytes
      Throws:
      IOException - if an IO-related error occurs while parsing
  • Method Details