package magic

import "github.com/checkpoint-restore/go-criu/v5/magic"

Index

Constants

const (
	ImgCommonMagic  = 0x54564319 /* Sarov (a.k.a. Arzamas-16) */
	ImgServiceMagic = 0x55105940 /* Zlatoust */
	StatsMagic      = 0x57093306 /* Ostashkov */

	PrimaryMagicOffset   = 0x0
	SecondaryMagicOffset = 0x4
	SizeOffset           = 0x8
	PayloadOffset        = 0xC
)

Source Files

types.go

Version
v5.3.0 (latest)
Published
Dec 19, 2021
Platform
js/wasm
Last checked
22 hours ago

Tools for package owners.