Package ghidra.app.util.bin.format.mz
Class OldStyleExecutable
java.lang.Object
ghidra.app.util.bin.format.mz.OldStyleExecutable
A class to manage loading Old-style (MZ) Executables.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new instance of an old-style executable -
Method Summary
Modifier and TypeMethodDescriptionReturns the underlying binary reader.Returns the DOS Header from this old-style executable.
-
Constructor Details
-
OldStyleExecutable
Constructs a new instance of an old-style executable- Parameters:
bp
- the byte provider- Throws:
IOException
- if an I/O error occurs
-
-
Method Details
-
getBinaryReader
Returns the underlying binary reader.- Returns:
- the underlying binary reader
-
getDOSHeader
Returns the DOS Header from this old-style executable.- Returns:
- the DOS Header from this old-style executable
-