.gitignore
.gitmodules
.pre-commit-config.yaml
LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
.github/dependabot.yml
.github/mypy/mypy.ini
.github/pyinstaller/floss.spec
.github/pyinstaller/hooks/hook-vivisect.py
.github/workflows/build.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
doc/installation.md
doc/language_specific_strings.md
doc/test.md
doc/theory.md
doc/usage.md
flare_floss.egg-info/PKG-INFO
flare_floss.egg-info/SOURCES.txt
flare_floss.egg-info/dependency_links.txt
flare_floss.egg-info/entry_points.txt
flare_floss.egg-info/requires.txt
flare_floss.egg-info/top_level.txt
floss/__init__.py
floss/__main__.py
floss/api_hooks.py
floss/const.py
floss/decoding_manager.py
floss/function_argument_getter.py
floss/identify.py
floss/logging_.py
floss/main.py
floss/results.py
floss/stackstrings.py
floss/string_decoder.py
floss/strings.py
floss/tightstrings.py
floss/utils.py
floss/version.py
floss/features/__init__.py
floss/features/extract.py
floss/features/features.py
floss/language/__init__.py
floss/language/identify.py
floss/language/utils.py
floss/language/go/__init__.py
floss/language/go/coverage.py
floss/language/go/extract.py
floss/language/rust/__init__.py
floss/language/rust/coverage.py
floss/language/rust/extract.py
floss/language/rust/rust_version_database.py
floss/render/__init__.py
floss/render/default.py
floss/render/json.py
floss/render/sanitize.py
floss/sigs/1_flare_msvc_rtf_32_64.sig
floss/sigs/2_flare_msvc_atlmfc_32_64.sig
floss/sigs/3_flare_common_libs.sig
floss/sigs/README.md
resources/floss-icon.png
resources/floss-logo.png
resources/floss.ico
resources/icon.xcf
scripts/README.md
scripts/extract_rust_hashes.py
scripts/idaplugin.py
scripts/render-binja-import-script.py
scripts/render-ghidra-import-script.py
scripts/render-ida-import-script.py
scripts/render-r2-import-script.py
scripts/render-x64dbg-database.py
tests/conftest.py
tests/fixtures.py
tests/test_buf_filled_with.py
tests/test_cli_args.py
tests/test_language_extract_go.py
tests/test_language_extract_rust.py
tests/test_language_go_coverage.py
tests/test_language_go_known_binary.py
tests/test_language_id.py
tests/test_language_rust_coverage.py
tests/test_language_rust_known_binary.py
tests/test_load.py
tests/test_main.py
tests/test_memdiff.py
tests/test_render.py
tests/test_scripts.py