CITATION.cff
LICENSE
MANIFEST.in
README.md
SECURITY.md
config.py
main.py
pyproject.toml
1200km_aidebug.egg-info/PKG-INFO
1200km_aidebug.egg-info/SOURCES.txt
1200km_aidebug.egg-info/dependency_links.txt
1200km_aidebug.egg-info/entry_points.txt
1200km_aidebug.egg-info/requires.txt
1200km_aidebug.egg-info/top_level.txt
analysis/__init__.py
analysis/ai_analyzer.py
analysis/cfg.py
analysis/disassembler.py
analysis/flirt.py
analysis/pattern_detector.py
analysis/static_analyzer.py
analysis/data/flirt_sigs.json
assets/screenshots/behavioral-patterns-tab.png
assets/screenshots/control-flow-graph.png
assets/screenshots/four-panel-tui.png
assets/screenshots/pattern-detection-output.png
assets/screenshots/tui-function-analysis.png
data/flirt_sigs.json
debugger/__init__.py
debugger/engine.py
debugger/snapshot.py
debugger/scripts/network_tracer.js
debugger/scripts/tracer.js
debugger/scripts/unpack_detector.js
docs/analyst-workflow.md
docs/comparison.md
docs/curated-list-resubmission-plan.md
docs/kali-new-tool-request.md
docs/safety-model.md
docs/sample-evidence.md
docs/validation-plan.md
docs/release-notes/v1.1.0.md
examples/README.md
examples/toy_xor_config.py
examples/mock-output/aidebug-candidate.yar
examples/mock-output/aidebug-report.html
examples/mock-output/aidebug-session.json
reporting/__init__.py
reporting/html_report.py
reporting/json_export.py
reporting/yara_generator.py
storage/__init__.py
storage/trace_store.py
tests/test_cli.py
tests/test_json_export.py
tests/test_pattern_detector.py
ui/__init__.py
ui/tui.py