FreeNOS
Data Structures | Typedefs
ExecutableFormat.h File Reference
#include <Memory.h>
#include <Types.h>

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 ExecutableFormatFormatDetector(u8 *image, Size size)
 Confirms if we understand the given format. More...