Class DyldChainedFixupsCommand

    • Constructor Detail

      • DyldChainedFixupsCommand

        public DyldChainedFixupsCommand()
        DO NOT USE THIS CONSTRUCTOR, USE create*(GenericFactory ...) FACTORY METHODS INSTEAD.
    • Method Detail

      • getCommandName

        public java.lang.String getCommandName()
        Description copied from class: LoadCommand
        Returns the name of this command.
        Overrides:
        getCommandName in class LinkEditDataCommand
        Returns:
        the name of this command
      • markup

        public void markup​(MachHeader header,
                           FlatProgramAPI api,
                           Address baseAddress,
                           boolean isBinary,
                           ProgramModule parentModule,
                           TaskMonitor monitor,
                           MessageLog log)
        Description copied from class: LoadCommand
        Mark-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