FreeNOS
|
Go to the source code of this file.
Data Structures | |
class | ExecutableFormat |
Abstraction class of various executable formats. More... | |
struct | ExecutableFormat::Region |
Memory region. More... | |
Typedefs | |
typedef Address | EntryPoint |
Entry point of a program. More... | |
typedef ExecutableFormat * | FormatDetector(u8 *image, Size size) |
Confirms if we understand the given format. More... | |