Package | Description |
---|---|
es.gob.afirma.keystores.mozilla.bintutil |
Utilidades para el análisis de binarios.
|
Modifier and Type | Method and Description |
---|---|
PeMachineType |
MsPortableExecutable.getPeMachineType()
Obtiene el tipo de máquina requerido para ejecutar este PE.
|
static PeMachineType |
PeMachineType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PeMachineType[] |
PeMachineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|