bundle

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 11, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Package bundle packs/unpacks the whole libs/ cache as a single tar.gz so it can be carried into an air-gapped CTF environment that can't reach any mirror.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Export

func Export(libsDir, destTar string) (int, error)

Export writes every file under libsDir into a gzip-compressed tar at destTar.

func Import

func Import(srcTar, libsDir string) ([]string, error)

Import extracts a bundle produced by Export into libsDir, using the same path-traversal / symlink-escape guards as regular .deb extraction.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL