Versions in this module Expand all Collapse all v0 v0.0.1 Oct 27, 2024 Changes in this version + var ErrChangeRegisterCore = errors.New("can not change register values of core process") + var ErrContinueCore = errors.New("can not continue execution of core process") + var ErrNoThreads = errors.New("no threads found in core file") + var ErrShortRead = errors.New("short read") + var ErrUnrecognizedFormat = errors.New("unrecognized core format") + var ErrWriteCore = errors.New("can not write to core process") + func OpenCore(corePath, exePath string, debugInfoDirs []string) (*proc.TargetGroup, error) + type SplicedMemory struct + func (r *SplicedMemory) Add(reader proc.MemoryReader, off, length uint64) + func (r *SplicedMemory) ReadMemory(buf []byte, addr uint64) (n int, err error)