cli

package
v0.0.0-...-ff33c78 Latest Latest
Warning

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

Go to latest
Published: May 24, 2022 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ConfigFlag = cli.StringFlag{
		Name:    "config",
		Aliases: []string{"c"},
		Usage:   "input config path",
		Value:   "../config/owl.toml",
	}

	FilterFlag = cli.StringFlag{
		Name:    "filter",
		Aliases: []string{"flt"},
		Usage:   "filter expressions for tracing",
	}

	BinaryFlag = cli.StringFlag{
		Name:    "binary",
		Aliases: []string{"bin"},
		Usage:   "input sample path for running and tracing",
		Value:   "C:\\Windows\\System32\\cmd.exe",
	}
)

Functions

func New

func New() *cli.App

Types

type Config

type Config struct {
	Config string
	Binary string
	Filter string
}

Jump to

Keyboard shortcuts

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