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.ObjectA class to represent a new-executable entry point. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description bytegetFlagword()Returns the flagword.shortgetInstruction()Returns the instruction.shortgetOffset()Returns the offset.bytegetSegment()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
 
 
 - 
 
 -