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

  • Method Details

    • getFlagword

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

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

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

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