LICENSE
README.md
pyproject.toml
src/binviz/__init__.py
src/binviz/app.py
src/binviz/auth.py
src/binviz/cache.py
src/binviz/calibration.json
src/binviz/cli.py
src/binviz/elements.py
src/binviz/loader.py
src/binviz/model.py
src/binviz/parse.py
src/binviz/probe.py
src/binviz/service.py
src/binviz/signals.py
src/binviz/stats.py
src/binviz/triage.py
src/binviz.egg-info/PKG-INFO
src/binviz.egg-info/SOURCES.txt
src/binviz.egg-info/dependency_links.txt
src/binviz.egg-info/entry_points.txt
src/binviz.egg-info/requires.txt
src/binviz.egg-info/top_level.txt
src/binviz/disasm/__init__.py
src/binviz/disasm/backend.py
src/binviz/disasm/blocks.py
src/binviz/disasm/capstone_be.py
src/binviz/disasm/jumptable.py
src/binviz/disasm/recover.py
src/binviz/disasm/sweep.py
src/binviz/icons/icon-256.png
src/binviz/icons/icon.ico
src/binviz/render/__init__.py
src/binviz/render/dot.py
src/binviz/render/png.py
src/binviz/surfaces/__init__.py
src/binviz/surfaces/base.py
src/binviz/surfaces/dotplot.py
src/binviz/surfaces/hilbert.py
src/binviz/surfaces/image.py
src/binviz/surfaces/linear.py
src/binviz/surfaces/ngram.py
src/binviz/webui/favicon.ico
src/binviz/webui/index.html
src/binviz/webui/assets/elk-worker.min-BENGc9gn.js
src/binviz/webui/assets/index-CGmTGDhK.css
src/binviz/webui/assets/index-Dr-XTfbh.js
src/binviz/webui/assets/layout.worker-CWW1cIjm.js
tests/test_app.py
tests/test_auth.py
tests/test_cache.py
tests/test_calibration_packaging.py
tests/test_corpus.py
tests/test_disasm.py
tests/test_elements.py
tests/test_loader.py
tests/test_model.py
tests/test_packaging.py
tests/test_perf.py
tests/test_phase11.py
tests/test_phase12.py
tests/test_phase7.py
tests/test_phase8.py
tests/test_phase9.py
tests/test_probe.py
tests/test_recover.py
tests/test_security.py
tests/test_service.py
tests/test_signals.py
tests/test_stats.py
tests/test_surfaces.py