cas-pack tool

KasperskyOS Community Edition includes the cas-pack tool (the toolchain/bin/cas-pack executable file) intended for building a KPA package in a system where the KasperskyOS Community Edition SDK is installed.

Syntax of the shell command for running the cas-pack tool:

cas-pack {-o|--output} <FILE> --manifest <FILE> --verify [--version] [-h|--help] <FILES>...

Parameters:

Example of the shell command for running the cas-pack tool:

# Packages all program source files residing in the

# files directory into the KPA package named helloworld.kpa. A KPA package is built

# using information from the manifest.json file, which is the

# KPA package manifest. The built KPA package is verified.

/opt/KasperskyOS-Community-Edition-<version>/toolchain/bin/cas-pack

--output ./helloworld.kpa

--manifest ./manifest.json

--verify

./files/*

Page top