| Package | Description |
|---|---|
| org.mdiutil.lang |
This package contains several useful system classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ELFHeaderDecoder
This class reads an Executable and Linkable Format (elf) executable file to detect if this File is for a 64 bits or a 32 bits
architecture.
|
class |
MachOHeaderDecoder
This class reads a Mach-O executable File to detect if this File is for a 64 bits or a 32 bits architecture.
|
class |
PEHeaderDecoder
This class reads a Windows Portable Executable File to detect if this File is for a 64 bits or a 32 bits
architecture.
|