Documentation
¶
Index ¶
- func AnalyzeBin(ctx context.Context, binPath string, w io.Writer) error
- func AnalyzeBinToFile(ctx context.Context, binPath, outputPath string) error
- func AnalyzeBinToStdout(ctx context.Context, binPath string) error
- func FindTargets(basePath string) ([]string, error)
- func WriteBOM(bom *cdx.BOM, w io.Writer) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AnalyzeBin ¶
AnalyzeBin generates a BOM for the given binary and writes it to the given writer.
func AnalyzeBinToFile ¶
AnalyzeBinToFile generates a BOM for the given binary and, creates new file and writes bom data to it.
func AnalyzeBinToStdout ¶
AnalyzeBinToStdout generates a BOM for the given binary and writes it to stdout.
func FindTargets ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.