Versions in this module Expand all Collapse all v0 v0.2.0 May 11, 2026 Changes in this version + const DT_NUM + const EF_SBF_V2 + const EF_SBPF_V2 + const EM_SBPF + var ErrOutOfBounds = errors.New("value out of bounds") + type Loader struct + func NewLoaderFromBytes(buf []byte) (*Loader, error) + func NewLoaderWithSyscalls(buf []byte, syscalls sbpf.SyscallRegistry, elfDeployChecks bool, ...) (*Loader, error) + func (l *Loader) Load() (*sbpf.Program, error) + type R_BPF int + const R_BPF_64_32 + const R_BPF_64_64 + const R_BPF_64_RELATIVE + const R_BPF_NONE v0.1.0-alpha.1 Jan 15, 2026