LICENSE
README.md
pyproject.toml
deglyph/__init__.py
deglyph/__main__.py
deglyph/account.py
deglyph/ai.py
deglyph/cli.py
deglyph/config.py
deglyph/cve.py
deglyph/py.typed
deglyph/report.py
deglyph/sbom.py
deglyph/scan.py
deglyph/store.py
deglyph.egg-info/PKG-INFO
deglyph.egg-info/SOURCES.txt
deglyph.egg-info/dependency_links.txt
deglyph.egg-info/entry_points.txt
deglyph.egg-info/requires.txt
deglyph.egg-info/top_level.txt
deglyph/core/__init__.py
deglyph/core/disasm.py
deglyph/core/image.py
deglyph/re/__init__.py
deglyph/re/discover.py
deglyph/re/fingerprint.py
deglyph/re/patterns.py
deglyph/re/pseudo.py
deglyph/re/search.py
deglyph/re/strings.py
deglyph/re/xref.py
deglyph/tui/__init__.py
deglyph/tui/app.py
deglyph/tui/glyphs.py
deglyph/tui/logo.py
deglyph/tui/render.py
deglyph/tui/style.tcss
tests/test_account.py
tests/test_ai.py
tests/test_ai_coverage.py
tests/test_call_tree.py
tests/test_cli.py
tests/test_cli_coverage.py
tests/test_config.py
tests/test_cve.py
tests/test_deglyph.py
tests/test_detectors.py
tests/test_discover.py
tests/test_fingerprint.py
tests/test_glyphs.py
tests/test_hardening.py
tests/test_misc_coverage.py
tests/test_pseudo.py
tests/test_render.py
tests/test_report.py
tests/test_robustness.py
tests/test_sbom.py
tests/test_scan.py
tests/test_search.py
tests/test_store.py
tests/test_strings.py
tests/test_tui.py