Class EntryPoint

java.lang.Object
ghidra.app.util.bin.format.ne.EntryPoint

public class EntryPoint extends Object
A class to represent a new-executable entry point.
  • Field Details Link icon

  • Method Details Link icon

    • getFlagword Link icon

      public byte getFlagword()
      Returns the flagword.
      Returns:
      the flagword
    • getInstruction Link icon

      public short getInstruction()
      Returns the instruction.
      Returns:
      the instruction
    • getSegment Link icon

      public byte getSegment()
      Returns the segment.
      Returns:
      the segment
    • getOffset Link icon

      public short getOffset()
      Returns the offset.
      Returns:
      the offset