Package ghidra.app.util.bin.format.pe
Class InvalidNTHeaderException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- ghidra.app.util.bin.format.pe.InvalidNTHeaderException
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class InvalidNTHeaderException extends java.lang.ExceptionAn exception class to handle encountering invalid NT Headers.- See Also:
- NTHeader, Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description InvalidNTHeaderException()
 
-