Package ghidra.app.util.bin.format.ne
Class EntryPoint
java.lang.Object
ghidra.app.util.bin.format.ne.EntryPoint
A class to represent a new-executable entry point.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte
Returns the flagword.short
Returns the instruction.short
Returns the offset.byte
Returns the segment.
-
Field Details
-
EXPORTED
public static final byte EXPORTED- See Also:
-
GLOBAL
public static final byte GLOBAL- See Also:
-
-
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
-