Package ghidra.app.util.bin.format.lx
Class LinearExecutable
- java.lang.Object
- 
- ghidra.app.util.bin.format.lx.LinearExecutable
 
- 
 public class LinearExecutable extends java.lang.ObjectA class to manage loading Linear Executables (LX). NOTE: this is not implemented yet.
- 
- 
Field SummaryFields Modifier and Type Field Description static shortIMAGE_LX_SIGNATUREThe magic number for LX executables.
 - 
Constructor SummaryConstructors Constructor Description LinearExecutable(ByteProvider bp)
 
- 
- 
- 
Field Detail- 
IMAGE_LX_SIGNATUREpublic static final short IMAGE_LX_SIGNATURE The magic number for LX executables.- See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
LinearExecutablepublic LinearExecutable(ByteProvider bp) 
 
- 
 
-