Skip to content

REestwick/bincsv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BinCSV

BinCSV is a command line tool to create CSVs from binary files. Current support is Linux ELFs.

Usage

To create a csv, run:

python3 -m bincsv <path-to-binary-file> <path-to-output-file.csv>

An example csv and configuration file is provided to create a CycloneDX SBOM using csv2cdx, by running:

cd example

csv2cdx -pn <sbom-name> -pv <sbom-version> -t application -c config_template.json -f <input-csv> -pt generic -ap True

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages