Class DyldChainedFixupsCommand

All Implemented Interfaces:
StructConverter

public class DyldChainedFixupsCommand extends LinkEditDataCommand
Represents a dyld_chained_fixups_command structure
See Also:
  • Method Details

    • getCommandName

      public String getCommandName()
      Description copied from class: LoadCommand
      Gets the name of this load command
      Overrides:
      getCommandName in class LinkEditDataCommand
      Returns:
      The name of this load command
    • markup

      public void markup(MachHeader header, FlatProgramAPI api, Address baseAddress, boolean isBinary, ProgramModule parentModule, TaskMonitor monitor, MessageLog log)
      Description copied from class: LoadCommand
      Marks-up the program with the data structures for this load command
      Overrides:
      markup in class LinkEditDataCommand
      Parameters:
      header - the mach header
      api - the flat program api
      baseAddress - the base address to apply the mark-up
      isBinary - true if mach-o was loaded as binary
      parentModule - parent module to create fragments
      monitor - the task monitor
      log - the message logS
    • getChainHeader

      public DyldChainedFixupHeader getChainHeader()