public final class MsPortableExecutable
extends java.lang.Object
Constructor and Description |
---|
MsPortableExecutable(byte[] peFile)
Fichero PE de Microsoft.
|
Modifier and Type | Method and Description |
---|---|
PeMachineType |
getPeMachineType()
Obtiene el tipo de máquina requerido para ejecutar este PE.
|
java.lang.String |
toString() |
public MsPortableExecutable(byte[] peFile) throws PEParserException
peFile
- Fichero PE (Portable Executable) de Microsoft.PEParserException
- Si ocurre cualquier problema durante el análisis del PE.public PeMachineType getPeMachineType()
public java.lang.String toString()
toString
in class java.lang.Object