Skip to content

About Bootloaders

Info

'Bootloader' in the spec refers to the component used to acquire arbitrary code execution inside the game's target process.

Basically, how we get our loader running.

In some cases, it is important to support a variety of bootloaders on a given target OS.

The inclusion of Copy Protection can make certain injection methods incompatible, in which case we must work around these issues.