Struct CharonModule

Struct Documentation

struct CharonModule

Describes a single bootloader module.

Public Members

size_t size = 0

Size of the module.

uintptr_t address = 0

Base address of the module (virtual)

const char *name

Name of the module.