.flake8
.git_archival.txt
.gitattributes
.gitignore
.gitlab-ci.yml
.gitmodules
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
NOTICE
README-PLUGIN.md
README.md
SECURITY.md
pyproject.toml
requirements-build.txt
requirements-dev.txt
setup.py
.github/CODE_OF_CONDUCT.md
.github/dependabot.yml
.github/workflows/pytest.yml
.github/workflows/release.yml
Surfactant.egg-info/PKG-INFO
Surfactant.egg-info/SOURCES.txt
Surfactant.egg-info/dependency_links.txt
Surfactant.egg-info/entry_points.txt
Surfactant.egg-info/requires.txt
Surfactant.egg-info/top_level.txt
docs/Makefile
docs/conf.py
docs/index.md
docs/make.bat
docs/requirements.txt
docs/_static/.gitignore
docs/_templates/.gitignore
example-configs/helics-archive-config.json
example-configs/helics-installprefix-config.json
example-configs/multiple-archives-config.json
scripts/README-merge_sbom.md
scripts/merge_config.json
scripts/merge_sbom.py
surfactant/__init__.py
surfactant/__main__.py
surfactant/_version.py
surfactant/fileinfo.py
surfactant/cmd/generate.py
surfactant/filetypeid/__init__.py
surfactant/filetypeid/id_hex.py
surfactant/filetypeid/id_magic.py
surfactant/infoextractors/__init__.py
surfactant/infoextractors/a_out_file.py
surfactant/infoextractors/coff_file.py
surfactant/infoextractors/elf_file.py
surfactant/infoextractors/ole_file.py
surfactant/infoextractors/pe_file.py
surfactant/output/__init__.py
surfactant/output/csv_writer.py
surfactant/output/cytrics_writer.py
surfactant/output/spdx_writer.py
surfactant/plugin/__init__.py
surfactant/plugin/hookspecs.py
surfactant/plugin/manager.py
surfactant/relationships/__init__.py
surfactant/relationships/dotnet_relationship.py
surfactant/relationships/elf_relationship.py
surfactant/relationships/pe_relationship.py
surfactant/relationships/_internal/windows_utils.py
surfactant/sbomtypes/__init__.py
surfactant/sbomtypes/_analysisdata.py
surfactant/sbomtypes/_file.py
surfactant/sbomtypes/_hardware.py
surfactant/sbomtypes/_observation.py
surfactant/sbomtypes/_provenance.py
surfactant/sbomtypes/_relationship.py
surfactant/sbomtypes/_sbom.py
surfactant/sbomtypes/_software.py
surfactant/sbomtypes/_system.py
surfactantplugin-checksec.py/README.md
surfactantplugin-checksec.py/pyproject.toml
surfactantplugin-checksec.py/surfactantplugin_checksec.py
tests/data/ELF_shared_obj_test_no1/bin/hello_world
tests/data/ELF_shared_obj_test_no1/lib/libtestlib.so
tests/data/NET_app_config_test_no1/ConsoleApp2.dll.config
tests/data/NET_app_config_test_no1/ConsoleApp2.exe
tests/data/NET_app_config_test_no1/bin/Debug/net6.0/hello.dll
tests/data/Windows_dll_test_no1/hello_world.exe
tests/data/Windows_dll_test_no1/testlib.dll
tests/data/java_class_no1/HelloWorld.class
tests/data/mach_o_dylib_test_no1/bin/hello_world
tests/data/mach_o_dylib_test_no1/lib/libtestlib.dylib
tests/data/msitest_no1/test.msi
tests/data/srectest_no1/HexFile.hex
tests/data_src/README.md
tests/data_src/NET_app_config_test_no1/App.config
tests/data_src/NET_app_config_test_no1/ConsoleApp2.csproj
tests/data_src/NET_app_config_test_no1/ConsoleApp2.sln
tests/data_src/NET_app_config_test_no1/Program.cs
tests/data_src/NET_app_config_test_no1/README.md
tests/data_src/NET_app_config_test_no1/hello.cs
tests/data_src/NET_app_config_test_no1/hello.csproj
tests/data_src/NET_app_config_test_no1/hello.sln
tests/data_src/java_class_no1/HelloWorld.class
tests/data_src/java_class_no1/HelloWorld.jar
tests/data_src/java_class_no1/README.md
tests/data_src/java_class_no1/helloworld.java
tests/data_src/msitest_no1/README.md
tests/data_src/msitest_no1/hello.cpp
tests/data_src/msitest_no1/hello.exe
tests/data_src/msitest_no1/test.wxs
tests/data_src/native_shared_lib_test_no1/CMakeLists.txt
tests/data_src/native_shared_lib_test_no1/README.md
tests/data_src/native_shared_lib_test_no1/hello_world.cpp
tests/data_src/native_shared_lib_test_no1/lib/testlib.cpp
tests/data_src/native_shared_lib_test_no1/lib/testlib.hpp
tests/data_src/srectest_no1/BinaryFile.bin
tests/data_src/srectest_no1/HexFile.hex
tests/data_src/srectest_no1/README.md
tests/relationships/test_elf.py
tests/symlink/resolve_links.py