Package ghidra.app.util.bin.format.ne
Class EntryPoint
- java.lang.Object
-
- ghidra.app.util.bin.format.ne.EntryPoint
-
public class EntryPoint extends java.lang.Object
A class to represent a new-executable entry point.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte
getFlagword()
Returns the flagword.short
getInstruction()
Returns the instruction.short
getOffset()
Returns the offset.byte
getSegment()
Returns the segment.
-
-
-
Field Detail
-
EXPORTED
public static final byte EXPORTED
- See Also:
- Constant Field Values
-
GLOBAL
public static final byte GLOBAL
- See Also:
- Constant Field Values
-
-
Method Detail
-
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
-
-