# Functions
OpenCore will open the core file and return a *proc.TargetGroup.
# Variables
ErrChangeRegisterCore is returned when trying to change register values for core files.
ErrContinueCore is returned when trying to continue execution of a core process.
ErrNoThreads core file did not contain any threads.
ErrShortRead is returned on a short read.
ErrUnrecognizedFormat is returned when the core file is not recognized as any of the supported formats.
ErrWriteCore is returned when attempting to write to the core process memory.
# Structs
A SplicedMemory represents a memory space formed from multiple regions, each of which may override previously regions.