CHANGELOG.md
LICENSE
MANIFEST.in
README.md
__init__.py
config.json
pyproject.toml
run.py
services.py
./__init__.py
./config.json
./run.py
./services.py
./algorithms/__init__.py
./algorithms/base.py
./algorithms/confidence.py
./algorithms/registry.py
./algorithms/known_key/__init__.py
./algorithms/known_key/exact_match.py
./algorithms/patterns/__init__.py
./algorithms/patterns/boringssl_tls13.json
./algorithms/patterns/openssh_ssh2.json
./algorithms/patterns/openssl_tls12.json
./algorithms/unknown_key/__init__.py
./algorithms/unknown_key/change_point.py
./algorithms/unknown_key/constraint_validator.py
./algorithms/unknown_key/differential.py
./algorithms/unknown_key/entropy_scan.py
./algorithms/unknown_key/pattern_match.py
./algorithms/unknown_key/structure_scan.py
./algorithms/unknown_key/user_regex.py
./api/__init__.py
./api/adapters.py
./api/config.py
./api/dependencies.py
./api/favourites.py
./api/frontend_build.py
./api/main.py
./api/models.py
./api/path_safety.py
./api/security.py
./api/storage_quota.py
./api/upload_dir.py
./api/user_prefs.py
./api/routers/__init__.py
./api/routers/algorithms.py
./api/routers/analysis.py
./api/routers/architect.py
./api/routers/consensus.py
./api/routers/dataset.py
./api/routers/docs.py
./api/routers/dumps.py
./api/routers/experiment.py
./api/routers/inspect.py
./api/routers/oracles.py
./api/routers/path.py
./api/routers/pcaps.py
./api/routers/pipeline.py
./api/routers/scan.py
./api/routers/sessions.py
./api/routers/settings.py
./api/routers/structures.py
./api/routers/tasks.py
./api/services/__init__.py
./api/services/analysis_service.py
./api/services/artifact_store.py
./api/services/consensus_session.py
./api/services/key_material.py
./api/services/oracle_registry.py
./api/services/progress_bus.py
./api/services/reader_cache.py
./api/services/session_service.py
./api/services/task_manager.py
./api/ws/__init__.py
./api/ws/progress.py
./app/__init__.py
./app/_progress.py
./app/artifact_cache.py
./app/capabilities.py
./app/composition.py
./app/experiment_orchestration.py
./app/export_service.py
./app/key_material.py
./app/reader_cache.py
./app/reports.py
./app/session.py
./app/tools.py
./app/tools_algorithms.py
./app/tools_consensus.py
./app/tools_fields.py
./app/tools_inspect.py
./app/tools_inspect_legacy.py
./app/tools_pipeline.py
./app/tools_xref.py
./app/pipeline/__init__.py
./app/pipeline/analysis_task_runner.py
./app/pipeline/artifact_events.py
./app/pipeline/artifact_paths.py
./app/pipeline/batch_task_runner.py
./app/pipeline/corpus_pcap_runner.py
./app/pipeline/experiment_task_runner.py
./app/pipeline/pipeline_runner.py
./architect/__init__.py
./architect/json_exporter.py
./architect/pattern_generator.py
./architect/static_checker.py
./architect/volatility3_exporter.py
./architect/yara_exporter.py
./cli/__init__.py
./cli/__main__.py
./cli/_shared.py
./cli/consensus.py
./cli/dataset.py
./cli/experiment.py
./cli/inspect.py
./cli/main.py
./cli/pipeline.py
./core/__init__.py
./core/alignment_filter.py
./core/artifact_util.py
./core/classify.py
./core/config_schema.py
./core/constants.py
./core/corpus_axes.py
./core/dataset_metadata.py
./core/discovery.py
./core/display_labels.py
./core/dump_driver.py
./core/dump_io.py
./core/dump_search.py
./core/dump_source.py
./core/entropy.py
./core/format_detect.py
./core/input_schemas.py
./core/install_hints.py
./core/kdf.py
./core/kdf_base.py
./core/kdf_registry.py
./core/kdf_ssh.py
./core/kdf_tls.py
./core/key_material.py
./core/keylog.py
./core/keylog_templates.py
./core/log.py
./core/models.py
./core/msl_helpers.py
./core/needle.py
./core/phase_normalizer.py
./core/plugin_discovery.py
./core/proc_maps_parser.py
./core/protocols.py
./core/region_align.py
./core/region_analysis.py
./core/service_errors.py
./core/service_result.py
./core/strings.py
./core/structure_defs.py
./core/structure_library.py
./core/structure_library_ssh.py
./core/structure_library_tls.py
./core/structure_loader.py
./core/structure_overlay.py
./core/structure_schema.py
./core/variance.py
./core/binary_formats/__init__.py
./core/binary_formats/elf_core_reader.py
./core/binary_formats/elf_defs.py
./core/binary_formats/format_descriptor.py
./core/binary_formats/kaitai_adapter.py
./core/binary_formats/kaitai_registry.py
./core/binary_formats/macho_defs.py
./core/binary_formats/minidump_reader.py
./core/binary_formats/navigator.py
./core/binary_formats/pe_defs.py
./core/binary_formats/kaitai_compiled/__init__.py
./core/binary_formats/kaitai_compiled/elf.py
./core/binary_formats/kaitai_compiled/mach_o.py
./core/binary_formats/kaitai_compiled/microsoft_pe.py
./core/binary_formats/kaitai_compiled/msl.py
./core/dump_sources/__init__.py
./core/dump_sources/_regioned_base.py
./core/dump_sources/gcore.py
./core/dump_sources/gdb_raw.py
./core/dump_sources/lldb_raw.py
./docs/index.md
./docs/release_notes.md
./docs/algorithms/change_point.md
./docs/algorithms/constraint_validator.md
./docs/algorithms/differential.md
./docs/algorithms/entropy_scan.md
./docs/algorithms/exact_match.md
./docs/algorithms/index.md
./docs/algorithms/pattern_match.md
./docs/algorithms/structure_scan.md
./docs/algorithms/user_regex.md
./docs/api_reference/algorithms_base.md
./docs/api_reference/architect_exporters.md
./docs/api_reference/core_entropy.md
./docs/api_reference/core_kdf.md
./docs/api_reference/core_models.md
./docs/api_reference/core_variance.md
./docs/api_reference/engine_consensus.md
./docs/api_reference/engine_oracle.md
./docs/api_reference/engine_pipeline.md
./docs/api_reference/harvester.md
./docs/api_reference/index.md
./docs/api_reference/mcp_tools.md
./docs/api_reference/msl.md
./docs/architecture/algorithms.md
./docs/architecture/api.md
./docs/architecture/app.md
./docs/architecture/architect.md
./docs/architecture/core.md
./docs/architecture/engine.md
./docs/architecture/frontend.md
./docs/architecture/harvester.md
./docs/architecture/index.md
./docs/architecture/mcp_server.md
./docs/architecture/msl.md
./docs/architecture/ui.md
./docs/contributing/adding_algorithms.md
./docs/contributing/adding_binary_format.md
./docs/contributing/adding_dump_source.md
./docs/contributing/adding_kdf.md
./docs/contributing/adding_oracles.md
./docs/contributing/adding_pipeline_stage.md
./docs/contributing/index.md
./docs/file_formats/dataset_layout.md
./docs/file_formats/msl_v1_0_0.md
./docs/languages/index.md
./docs/oracle/examples.md
./docs/oracle/interface.md
./docs/oracle/pcap_oracle.md
./docs/quickstart/cli.md
./docs/quickstart/experiment.md
./docs/quickstart/index.md
./docs/quickstart/library.md
./docs/quickstart/mcp.md
./docs/quickstart/web.md
./docs/screenshots/README.md
./docs/user_guide/auto_floor.md
./docs/user_guide/cli_reference.md
./docs/user_guide/keylog_export.md
./docs/user_guide/mcp_reference.md
./docs/user_guide/web_ui_tour.md
./docs/visualizations/architect.md
./docs/visualizations/consensus.md
./docs/visualizations/cross_library.md
./docs/visualizations/differential_diff.md
./docs/visualizations/entropy.md
./docs/visualizations/heatmap.md
./docs/visualizations/hex.md
./docs/visualizations/index.md
./docs/visualizations/phase_lifecycle.md
./docs/visualizations/variance_map.md
./engine/__init__.py
./engine/auto_floor.py
./engine/batch.py
./engine/brute_force.py
./engine/candidate_grid.py
./engine/candidate_pipeline.py
./engine/candidate_stats.py
./engine/consensus.py
./engine/consensus_msl.py
./engine/consensus_service.py
./engine/consensus_va.py
./engine/convergence.py
./engine/coordinate_refine.py
./engine/corpus_proof.py
./engine/correlator.py
./engine/derived_keys.py
./engine/detector_metrics.py
./engine/diff_store.py
./engine/envelope_serializer.py
./engine/floor_policy.py
./engine/key_location.py
./engine/nsweep.py
./engine/oracle.py
./engine/pipeline.py
./engine/progress.py
./engine/project_db.py
./engine/results.py
./engine/serializer.py
./engine/session_store.py
./engine/subsample_stability.py
./engine/survival_scan.py
./engine/sweep_plan.py
./engine/truth_labels.py
./engine/verification.py
./engine/vol3_emit.py
./engine/vol3_subproc.py
./engine/vol3_verify.py
./engine/yara_scan.py
./frontend/dist/favicon.svg
./frontend/dist/icons.svg
./frontend/dist/index.html
./frontend/dist/memdiver-logo.svg
./frontend/dist/assets/EntropyChart-BXlfUwS6.js
./frontend/dist/assets/EntropyChart-D31OC6T8.js
./frontend/dist/assets/SurvivorCurve-DENefOVI.js
./frontend/dist/assets/SurvivorCurve-KlnxDRFl.js
./frontend/dist/assets/VarianceMap-5G-5Qz3b.js
./frontend/dist/assets/VarianceMap-CJkXqrGV.js
./frontend/dist/assets/VasChart-Br7DvxWv.js
./frontend/dist/assets/VasChart-CQhGvVtL.js
./frontend/dist/assets/chart-config-BeFsJnqh.js
./frontend/dist/assets/index-BGNfIt5R.js
./frontend/dist/assets/index-DU4d3CwH.css
./frontend/dist/assets/normalize-plot-apMr8j-8.js
./frontend/dist/assets/primitives-DkwIDOqW.js
./frontend/dist/assets/survivor-traces-2HF7lb59.js
./frontend/dist/assets/tokens-Blg5935B.js
./frontend/dist/assets/useChartTheme-Bo1qommH.js
./harvester/__init__.py
./harvester/ingestor.py
./harvester/metadata_store.py
./harvester/sidecar.py
./mcp_server/__init__.py
./mcp_server/key_material.py
./mcp_server/presenters.py
./mcp_server/server.py
./mcp_server/session.py
./mcp_server/tools.py
./mcp_server/tools_inspect.py
./mcp_server/tools_pipeline.py
./mcp_server/tools_xref.py
./msl/__init__.py
./msl/block_iter.py
./msl/block_tree.py
./msl/compress.py
./msl/crypto.py
./msl/decoders.py
./msl/decoders_ext.py
./msl/enums.py
./msl/hashing.py
./msl/importer.py
./msl/integrity.py
./msl/key_extract.py
./msl/page_map.py
./msl/reader.py
./msl/session_extract.py
./msl/string_extract.py
./msl/types.py
./msl/writer.py
./msl/xref_resolver.py
./presentation/__init__.py
./presentation/labels.py
./presentation/reports.py
./ui/__init__.py
./ui/adapters.py
./ui/locales.py
./ui/mode.py
./ui/state.py
./ui/components/__init__.py
./ui/components/bookmark_store.py
./ui/components/color_scheme.py
./ui/components/header.py
./ui/components/hex_pager.py
./ui/components/hex_renderer.py
./ui/components/html_builder.py
./ui/components/progress_helper.py
./ui/components/setup_wizard.py
./ui/controls/__init__.py
./ui/controls/analysis_panel.py
./ui/controls/config_panel.py
./ui/controls/selector_panel.py
./ui/views/__init__.py
./ui/views/block_navigator.py
./ui/views/consensus_view.py
./ui/views/cross_library.py
./ui/views/differential_diff.py
./ui/views/entropy_chart.py
./ui/views/heatmap.py
./ui/views/hex_comparison.py
./ui/views/hex_navigator.py
./ui/views/hex_viewer.py
./ui/views/investigation_panel.py
./ui/views/phase_lifecycle.py
./ui/views/session_view.py
./ui/views/variance_map.py
./ui/views/vas_view.py
algorithms/__init__.py
algorithms/base.py
algorithms/confidence.py
algorithms/registry.py
algorithms/known_key/__init__.py
algorithms/known_key/exact_match.py
algorithms/patterns/__init__.py
algorithms/patterns/boringssl_tls13.json
algorithms/patterns/openssh_ssh2.json
algorithms/patterns/openssl_tls12.json
algorithms/unknown_key/__init__.py
algorithms/unknown_key/change_point.py
algorithms/unknown_key/constraint_validator.py
algorithms/unknown_key/differential.py
algorithms/unknown_key/entropy_scan.py
algorithms/unknown_key/pattern_match.py
algorithms/unknown_key/structure_scan.py
algorithms/unknown_key/user_regex.py
api/__init__.py
api/adapters.py
api/config.py
api/dependencies.py
api/favourites.py
api/frontend_build.py
api/main.py
api/models.py
api/path_safety.py
api/security.py
api/storage_quota.py
api/upload_dir.py
api/user_prefs.py
api/routers/__init__.py
api/routers/algorithms.py
api/routers/analysis.py
api/routers/architect.py
api/routers/consensus.py
api/routers/dataset.py
api/routers/docs.py
api/routers/dumps.py
api/routers/experiment.py
api/routers/inspect.py
api/routers/oracles.py
api/routers/path.py
api/routers/pcaps.py
api/routers/pipeline.py
api/routers/scan.py
api/routers/sessions.py
api/routers/settings.py
api/routers/structures.py
api/routers/tasks.py
api/services/__init__.py
api/services/analysis_service.py
api/services/artifact_store.py
api/services/consensus_session.py
api/services/key_material.py
api/services/oracle_registry.py
api/services/progress_bus.py
api/services/reader_cache.py
api/services/session_service.py
api/services/task_manager.py
api/ws/__init__.py
api/ws/progress.py
app/__init__.py
app/_progress.py
app/artifact_cache.py
app/capabilities.py
app/composition.py
app/experiment_orchestration.py
app/export_service.py
app/key_material.py
app/reader_cache.py
app/reports.py
app/session.py
app/tools.py
app/tools_algorithms.py
app/tools_consensus.py
app/tools_fields.py
app/tools_inspect.py
app/tools_inspect_legacy.py
app/tools_pipeline.py
app/tools_xref.py
app/pipeline/__init__.py
app/pipeline/analysis_task_runner.py
app/pipeline/artifact_events.py
app/pipeline/artifact_paths.py
app/pipeline/batch_task_runner.py
app/pipeline/corpus_pcap_runner.py
app/pipeline/experiment_task_runner.py
app/pipeline/pipeline_runner.py
architect/__init__.py
architect/json_exporter.py
architect/pattern_generator.py
architect/static_checker.py
architect/volatility3_exporter.py
architect/yara_exporter.py
cli/__init__.py
cli/__main__.py
cli/_shared.py
cli/consensus.py
cli/dataset.py
cli/experiment.py
cli/inspect.py
cli/main.py
cli/pipeline.py
core/__init__.py
core/alignment_filter.py
core/artifact_util.py
core/classify.py
core/config_schema.py
core/constants.py
core/corpus_axes.py
core/dataset_metadata.py
core/discovery.py
core/display_labels.py
core/dump_driver.py
core/dump_io.py
core/dump_search.py
core/dump_source.py
core/entropy.py
core/format_detect.py
core/input_schemas.py
core/install_hints.py
core/kdf.py
core/kdf_base.py
core/kdf_registry.py
core/kdf_ssh.py
core/kdf_tls.py
core/key_material.py
core/keylog.py
core/keylog_templates.py
core/log.py
core/models.py
core/msl_helpers.py
core/needle.py
core/phase_normalizer.py
core/plugin_discovery.py
core/proc_maps_parser.py
core/protocols.py
core/region_align.py
core/region_analysis.py
core/service_errors.py
core/service_result.py
core/strings.py
core/structure_defs.py
core/structure_library.py
core/structure_library_ssh.py
core/structure_library_tls.py
core/structure_loader.py
core/structure_overlay.py
core/structure_schema.py
core/variance.py
core/binary_formats/__init__.py
core/binary_formats/elf_core_reader.py
core/binary_formats/elf_defs.py
core/binary_formats/format_descriptor.py
core/binary_formats/kaitai_adapter.py
core/binary_formats/kaitai_registry.py
core/binary_formats/macho_defs.py
core/binary_formats/minidump_reader.py
core/binary_formats/navigator.py
core/binary_formats/pe_defs.py
core/binary_formats/kaitai_compiled/__init__.py
core/binary_formats/kaitai_compiled/elf.py
core/binary_formats/kaitai_compiled/mach_o.py
core/binary_formats/kaitai_compiled/microsoft_pe.py
core/binary_formats/kaitai_compiled/msl.py
core/dump_sources/__init__.py
core/dump_sources/_regioned_base.py
core/dump_sources/gcore.py
core/dump_sources/gdb_raw.py
core/dump_sources/lldb_raw.py
docs/index.md
docs/release_notes.md
docs/algorithms/change_point.md
docs/algorithms/constraint_validator.md
docs/algorithms/differential.md
docs/algorithms/entropy_scan.md
docs/algorithms/exact_match.md
docs/algorithms/index.md
docs/algorithms/pattern_match.md
docs/algorithms/structure_scan.md
docs/algorithms/user_regex.md
docs/api_reference/algorithms_base.md
docs/api_reference/architect_exporters.md
docs/api_reference/core_entropy.md
docs/api_reference/core_kdf.md
docs/api_reference/core_models.md
docs/api_reference/core_variance.md
docs/api_reference/engine_consensus.md
docs/api_reference/engine_oracle.md
docs/api_reference/engine_pipeline.md
docs/api_reference/harvester.md
docs/api_reference/index.md
docs/api_reference/mcp_tools.md
docs/api_reference/msl.md
docs/architecture/algorithms.md
docs/architecture/api.md
docs/architecture/app.md
docs/architecture/architect.md
docs/architecture/core.md
docs/architecture/engine.md
docs/architecture/frontend.md
docs/architecture/harvester.md
docs/architecture/index.md
docs/architecture/mcp_server.md
docs/architecture/msl.md
docs/architecture/ui.md
docs/contributing/adding_algorithms.md
docs/contributing/adding_binary_format.md
docs/contributing/adding_dump_source.md
docs/contributing/adding_kdf.md
docs/contributing/adding_oracles.md
docs/contributing/adding_pipeline_stage.md
docs/contributing/index.md
docs/file_formats/dataset_layout.md
docs/file_formats/msl_v1_0_0.md
docs/languages/index.md
docs/oracle/examples.md
docs/oracle/interface.md
docs/oracle/pcap_oracle.md
docs/quickstart/cli.md
docs/quickstart/experiment.md
docs/quickstart/index.md
docs/quickstart/library.md
docs/quickstart/mcp.md
docs/quickstart/web.md
docs/screenshots/README.md
docs/user_guide/auto_floor.md
docs/user_guide/cli_reference.md
docs/user_guide/keylog_export.md
docs/user_guide/mcp_reference.md
docs/user_guide/web_ui_tour.md
docs/visualizations/architect.md
docs/visualizations/consensus.md
docs/visualizations/cross_library.md
docs/visualizations/differential_diff.md
docs/visualizations/entropy.md
docs/visualizations/heatmap.md
docs/visualizations/hex.md
docs/visualizations/index.md
docs/visualizations/phase_lifecycle.md
docs/visualizations/variance_map.md
engine/__init__.py
engine/auto_floor.py
engine/batch.py
engine/brute_force.py
engine/candidate_grid.py
engine/candidate_pipeline.py
engine/candidate_stats.py
engine/consensus.py
engine/consensus_msl.py
engine/consensus_service.py
engine/consensus_va.py
engine/convergence.py
engine/coordinate_refine.py
engine/corpus_proof.py
engine/correlator.py
engine/derived_keys.py
engine/detector_metrics.py
engine/diff_store.py
engine/envelope_serializer.py
engine/floor_policy.py
engine/key_location.py
engine/nsweep.py
engine/oracle.py
engine/pipeline.py
engine/progress.py
engine/project_db.py
engine/results.py
engine/serializer.py
engine/session_store.py
engine/subsample_stability.py
engine/survival_scan.py
engine/sweep_plan.py
engine/truth_labels.py
engine/verification.py
engine/vol3_emit.py
engine/vol3_subproc.py
engine/vol3_verify.py
engine/yara_scan.py
frontend/dist/favicon.svg
frontend/dist/icons.svg
frontend/dist/index.html
frontend/dist/memdiver-logo.svg
frontend/dist/assets/EntropyChart-BXlfUwS6.js
frontend/dist/assets/EntropyChart-D31OC6T8.js
frontend/dist/assets/SurvivorCurve-DENefOVI.js
frontend/dist/assets/SurvivorCurve-KlnxDRFl.js
frontend/dist/assets/VarianceMap-5G-5Qz3b.js
frontend/dist/assets/VarianceMap-CJkXqrGV.js
frontend/dist/assets/VasChart-Br7DvxWv.js
frontend/dist/assets/VasChart-CQhGvVtL.js
frontend/dist/assets/chart-config-BeFsJnqh.js
frontend/dist/assets/index-BGNfIt5R.js
frontend/dist/assets/index-DU4d3CwH.css
frontend/dist/assets/normalize-plot-apMr8j-8.js
frontend/dist/assets/primitives-DkwIDOqW.js
frontend/dist/assets/survivor-traces-2HF7lb59.js
frontend/dist/assets/tokens-Blg5935B.js
frontend/dist/assets/useChartTheme-Bo1qommH.js
harvester/__init__.py
harvester/ingestor.py
harvester/metadata_store.py
harvester/sidecar.py
mcp_server/__init__.py
mcp_server/key_material.py
mcp_server/presenters.py
mcp_server/server.py
mcp_server/session.py
mcp_server/tools.py
mcp_server/tools_inspect.py
mcp_server/tools_pipeline.py
mcp_server/tools_xref.py
memdiver.egg-info/PKG-INFO
memdiver.egg-info/SOURCES.txt
memdiver.egg-info/dependency_links.txt
memdiver.egg-info/entry_points.txt
memdiver.egg-info/requires.txt
memdiver.egg-info/top_level.txt
msl/__init__.py
msl/block_iter.py
msl/block_tree.py
msl/compress.py
msl/crypto.py
msl/decoders.py
msl/decoders_ext.py
msl/enums.py
msl/hashing.py
msl/importer.py
msl/integrity.py
msl/key_extract.py
msl/page_map.py
msl/reader.py
msl/session_extract.py
msl/string_extract.py
msl/types.py
msl/writer.py
msl/xref_resolver.py
presentation/__init__.py
presentation/labels.py
presentation/reports.py
tests/test_aes_e2e.py
tests/test_algorithms.py
tests/test_alignment_filter.py
tests/test_analysis_service.py
tests/test_analysis_task_runner.py
tests/test_analyze_region_surfaces.py
tests/test_api.py
tests/test_api_adapters.py
tests/test_api_analysis.py
tests/test_api_analysis_candidates.py
tests/test_api_architect.py
tests/test_api_auth.py
tests/test_api_auto_floor.py
tests/test_api_consensus.py
tests/test_api_consensus_regions.py
tests/test_api_cors.py
tests/test_api_dataset.py
tests/test_api_docs.py
tests/test_api_dumps.py
tests/test_api_error_funnel.py
tests/test_api_experiment.py
tests/test_api_export_keylog_path_safety.py
tests/test_api_favourites.py
tests/test_api_inspect.py
tests/test_api_inspect_decrypt.py
tests/test_api_locate_key.py
tests/test_api_msl_endpoints.py
tests/test_api_notebook_route.py
tests/test_api_oracles.py
tests/test_api_path.py
tests/test_api_pcaps.py
tests/test_api_pipeline.py
tests/test_api_sessions.py
tests/test_api_structures.py
tests/test_api_tasks.py
tests/test_api_upload_dir.py
tests/test_architect.py
tests/test_architecture_invariants.py
tests/test_artifact_cache.py
tests/test_artifact_events.py
tests/test_artifact_store.py
tests/test_artifact_util.py
tests/test_auto_export_aslr_regression.py
tests/test_auto_floor.py
tests/test_batch.py
tests/test_batch_task_runner.py
tests/test_benchmarks.py
tests/test_block_iter.py
tests/test_block_tree.py
tests/test_bookmark_store.py
tests/test_brute_force.py
tests/test_brute_force_coverage.py
tests/test_brute_force_pcap_surface.py
tests/test_build_logo.py
tests/test_cancellation.py
tests/test_candidate_pipeline.py
tests/test_candidate_stats.py
tests/test_capability_completeness.py
tests/test_change_point.py
tests/test_classify.py
tests/test_cli.py
tests/test_cli_inspect.py
tests/test_cli_memory_relative.py
tests/test_composition.py
tests/test_config_schema.py
tests/test_consensus.py
tests/test_consensus_aligned_window.py
tests/test_consensus_alignment.py
tests/test_consensus_class_regions.py
tests/test_consensus_msl.py
tests/test_consensus_msl_incremental.py
tests/test_consensus_regions_surfaces.py
tests/test_consensus_service.py
tests/test_consensus_va_mapping.py
tests/test_consensus_window_projection.py
tests/test_constraint_validator.py
tests/test_convergence.py
tests/test_coordinate_refine.py
tests/test_core_key_material.py
tests/test_corpus_axes.py
tests/test_corpus_proof.py
tests/test_correlator.py
tests/test_dataset_metadata.py
tests/test_dataset_runs.py
tests/test_dataset_runs_endpoint.py
tests/test_decoders_ext.py
tests/test_degenerate_anchor_calibration.py
tests/test_derived_keys.py
tests/test_detector_loop_corpus.py
tests/test_detector_metrics.py
tests/test_detector_metrics_surfaces.py
tests/test_diff_store.py
tests/test_differential.py
tests/test_discovery.py
tests/test_discovery_capture.py
tests/test_display_labels.py
tests/test_dump_driver.py
tests/test_dump_io_find_first.py
tests/test_dump_search.py
tests/test_dump_source.py
tests/test_dump_source_registry.py
tests/test_e2e_real_dumps.py
tests/test_elf_core_importer.py
tests/test_elf_core_reader.py
tests/test_engine_reachability.py
tests/test_entropy.py
tests/test_entry_point_discovery.py
tests/test_entry_point_registrations.py
tests/test_envelope_serializer.py
tests/test_error_helpers.py
tests/test_experiment_pipeline.py
tests/test_experiment_task_runner.py
tests/test_export_keylog.py
tests/test_ext_collectors.py
tests/test_extract_strings_chunked.py
tests/test_floor_policy.py
tests/test_format_detect.py
tests/test_format_endpoint.py
tests/test_format_registry.py
tests/test_frontend_build.py
tests/test_g2_producers.py
tests/test_g3_producers.py
tests/test_g9_pipeline_key_status.py
tests/test_gcore_dump_source.py
tests/test_hex_comparison.py
tests/test_hex_navigator.py
tests/test_hex_pager.py
tests/test_hex_renderer.py
tests/test_ingestor.py
tests/test_injected_seams.py
tests/test_input_schemas.py
tests/test_inspect_contract_cli.py
tests/test_inspect_contract_mcp.py
tests/test_inspect_pcap_producer.py
tests/test_inspect_producers.py
tests/test_install_contract.py
tests/test_integration.py
tests/test_json_exporter.py
tests/test_kaitai_and_features.py
tests/test_kdf.py
tests/test_kdf_base.py
tests/test_kdf_registry.py
tests/test_kdf_ssh.py
tests/test_kdf_tls.py
tests/test_kdf_tls12_keys.py
tests/test_key_extract.py
tests/test_key_location.py
tests/test_keylog.py
tests/test_keylog_emit.py
tests/test_keylog_label_parity.py
tests/test_keylog_templates.py
tests/test_keylog_tshark_load.py
tests/test_library_surface.py
tests/test_libyara_scan_limit.py
tests/test_locate_field_pairs.py
tests/test_manual_export_surfaces.py
tests/test_mcp_new_tools.py
tests/test_mcp_registration.py
tests/test_mcp_tools.py
tests/test_mcp_tools_pipeline.py
tests/test_metadata_store.py
tests/test_minidump_importer.py
tests/test_minidump_reader.py
tests/test_models.py
tests/test_msl_compress.py
tests/test_msl_conformance.py
tests/test_msl_crypto.py
tests/test_msl_encryption.py
tests/test_msl_enums.py
tests/test_msl_importer.py
tests/test_msl_integrity.py
tests/test_msl_kaitai.py
tests/test_msl_reader.py
tests/test_msl_types.py
tests/test_msl_writer.py
tests/test_needle.py
tests/test_nsweep.py
tests/test_nsweep_pcap_oracle.py
tests/test_oracle.py
tests/test_oracle_entry_point_discovery.py
tests/test_page_map.py
tests/test_parser_fuzz.py
tests/test_path_router.py
tests/test_path_safety.py
tests/test_paths_resolver.py
tests/test_pattern_generator.py
tests/test_pattern_match.py
tests/test_pcap_field_selection.py
tests/test_pcap_oracle_e2e.py
tests/test_pcap_oracle_real_dump.py
tests/test_phase9_frontend_producers.py
tests/test_phase_integration.py
tests/test_phase_normalizer.py
tests/test_pickle_boundary.py
tests/test_pipeline.py
tests/test_pipeline_key_aware.py
tests/test_pipeline_producer_hooks.py
tests/test_pipeline_runner.py
tests/test_pipeline_stage_registry.py
tests/test_plugin_discovery.py
tests/test_presentation_labels.py
tests/test_presentation_reports.py
tests/test_presenter_inspect_cli.py
tests/test_presenter_inspect_http.py
tests/test_presenter_inspect_mcp.py
tests/test_proc_maps_parser.py
tests/test_progress_bus.py
tests/test_progress_callbacks.py
tests/test_project_db.py
tests/test_project_db_consensus.py
tests/test_project_db_ground_truth.py
tests/test_project_db_schema.py
tests/test_protocol_detection.py
tests/test_protocol_helpers.py
tests/test_protocols.py
tests/test_reader_cache.py
tests/test_region_align.py
tests/test_region_analysis.py
tests/test_regioned_raw_source.py
tests/test_registry_import_isolation.py
tests/test_resource_oracle.py
tests/test_serializer.py
tests/test_service_errors.py
tests/test_service_result.py
tests/test_services_facade.py
tests/test_session_extract.py
tests/test_session_roundtrip.py
tests/test_session_service.py
tests/test_session_store.py
tests/test_setup_wizard.py
tests/test_sidecar.py
tests/test_ssh_protocol.py
tests/test_static_checker.py
tests/test_string_extract.py
tests/test_strings.py
tests/test_structure_defs.py
tests/test_structure_library.py
tests/test_structure_library_user_helpers.py
tests/test_structure_library_user_merge.py
tests/test_structure_overlay.py
tests/test_structure_scan.py
tests/test_subsample_stability.py
tests/test_survival_scan.py
tests/test_sweep_plan.py
tests/test_table_decoders.py
tests/test_task_manager.py
tests/test_tls_pcap_resource.py
tests/test_tls_protocol_fields.py
tests/test_tools_pipeline_branches.py
tests/test_tools_pipeline_ranking.py
tests/test_truth_labels.py
tests/test_ui_adapters.py
tests/test_user_prefs.py
tests/test_user_regex_confidence.py
tests/test_variance.py
tests/test_vas_decoder.py
tests/test_vas_view.py
tests/test_verification.py
tests/test_vol3_emit.py
tests/test_vol3_emit_golden.py
tests/test_vol3_subproc.py
tests/test_vol3_verify.py
tests/test_vol3_verify_surfaces.py
tests/test_volatility3_exporter.py
tests/test_ws_progress.py
tests/test_xref_resolver.py
tests/test_yara_exporter.py
tests/test_yara_exporter_compiles.py
tests/test_yara_scan.py
tests/test_yara_scan_surfaces.py
ui/__init__.py
ui/adapters.py
ui/locales.py
ui/mode.py
ui/state.py
ui/components/__init__.py
ui/components/bookmark_store.py
ui/components/color_scheme.py
ui/components/header.py
ui/components/hex_pager.py
ui/components/hex_renderer.py
ui/components/html_builder.py
ui/components/progress_helper.py
ui/components/setup_wizard.py
ui/controls/__init__.py
ui/controls/analysis_panel.py
ui/controls/config_panel.py
ui/controls/selector_panel.py
ui/views/__init__.py
ui/views/block_navigator.py
ui/views/consensus_view.py
ui/views/cross_library.py
ui/views/differential_diff.py
ui/views/entropy_chart.py
ui/views/heatmap.py
ui/views/hex_comparison.py
ui/views/hex_navigator.py
ui/views/hex_viewer.py
ui/views/investigation_panel.py
ui/views/phase_lifecycle.py
ui/views/session_view.py
ui/views/variance_map.py
ui/views/vas_view.py