Class AbstractDyldInfoState

java.lang.Object
ghidra.app.util.bin.format.macho.commands.dyld.AbstractDyldInfoState
Direct Known Subclasses:
BindState, LazyBindState

public abstract class AbstractDyldInfoState extends Object
  • Field Details

  • Constructor Details

    • AbstractDyldInfoState

      protected AbstractDyldInfoState(MachHeader header, Program program)
  • Method Details

    • print

      public abstract String print()
    • perform

      public final void perform(TaskMonitor monitor) throws Exception
      Throws:
      Exception
    • getAddress

      protected Address getAddress()
    • getTypeName

      protected String getTypeName()
    • getOrdinalName

      protected String getOrdinalName()
    • getSegmentStartAddress

      protected long getSegmentStartAddress()
    • getSegmentName

      protected String getSegmentName()