Package ghidra.app.util.bin.format.mz
Class MzExecutable
java.lang.Object
ghidra.app.util.bin.format.mz.MzExecutable
A class to manage loading old-style DOS MZ executables
-
Constructor Summary
ConstructorDescriptionMzExecutable
(ByteProvider provider) Constructs a new instance of an old-style MZ executable -
Method Summary
Modifier and TypeMethodDescriptionReturns the underlying binary readerReturns the DOS Header from this old-style MZ executableReturns the old-style MZ relocations
-
Constructor Details
-
MzExecutable
Constructs a new instance of an old-style MZ executable- Parameters:
provider
- The bytes- Throws:
IOException
- if an I/O error occurs
-
-
Method Details
-
getBinaryReader
Returns the underlying binary reader- Returns:
- the underlying binary reader
-
getHeader
Returns the DOS Header from this old-style MZ executable- Returns:
- the DOS Header from this old-style MZ executable
-
getRelocations
Returns the old-style MZ relocations- Returns:
- the old-style MZ relocations
-