The highest tagged major version is
v7 .
Discover Packages
github.com/checkpoint-restore/go-criu/v6
scripts
command
Version:
v6.3.0
Opens a new window with list of versions in this module.
Published: Oct 11, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
This directory contains scripts used by go-criu.
magicgen
CRIU uses a 32-bit integer value to determine the type of image file. These values are called magics , and are defined here . magicgen.go
processes this header file and generates ../magic/magic.go
with a map of magic names and values.
Usage: magicgen.go /path/to/magic.h /path/to/magic.go
A set of Makefile targets are provided for convenience:
make
or make magic-gen
: Generate ../magic/magic.go
make test
: Run unit test and E2E test for magicgen.go
make clean
: Remove ../magic/magic.go
and magic.h
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.