MANIFEST.in
README.md
pyproject.toml
setup.py
stitch/__init__.py
stitch/_colors.py
stitch/_complete.py
stitch/_env.py
stitch/_harness.py
stitch/_project.py
stitch/_tee.py
stitch/cli.py
stitch/seccomp.json
stitch/_bundled/rust-toolchain.toml
stitch/_bundled/stitch_core/Cargo.lock
stitch/_bundled/stitch_core/Cargo.toml
stitch/_bundled/stitch_core/external/stitch_util.h
stitch/_bundled/stitch_core/src/graph.rs
stitch/_bundled/stitch_core/src/harness.rs
stitch/_bundled/stitch_core/src/info.rs
stitch/_bundled/stitch_core/src/lib.rs
stitch/_bundled/stitch_core/src/mutation.rs
stitch/_bundled/stitch_core/src/pspec.rs
stitch/_bundled/stitch_core/src/runtime_metadata.rs
stitch/_bundled/stitch_core/src/spec.rs
stitch/_bundled/stitch_core/src/bin/stitch_synth.rs
stitch/_bundled/stitch_core/src/writer/harness_writer.rs
stitch/_bundled/stitch_core/src/writer/helper.h
stitch/_bundled/stitch_core/src/writer/mod.rs
stitch/_bundled/stitch_libafl/Cargo.lock
stitch/_bundled/stitch_libafl/Cargo.toml
stitch/_bundled/stitch_libafl/src/fuzzer.rs
stitch/_bundled/stitch_libafl/src/lib.rs
stitch/_bundled/stitch_libafl/src/minimizer.rs
stitch/_bundled/stitch_libafl/src/bin/stitch_libafl_cc.rs
stitch/_bundled/stitch_libafl/src/bin/stitch_libafl_cxx.rs
stitch/_bundled/stitch_libafl/src/components/graph_input.rs
stitch/_bundled/stitch_libafl/src/components/graph_score.rs
stitch/_bundled/stitch_libafl/src/components/mod.rs
stitch/_bundled/stitch_libafl/src/components/mutate_bytes.rs
stitch/_bundled/stitch_libafl/src/components/mutate_graph.rs
stitch/_bundled/stitch_libafl/src/components/runtime_metadata.rs
stitch/_bundled/stitch_libafl/src/components/state_metadata.rs
stitch/_bundled/stitch_libafl/src/components/trimming.rs
stitch/_bundled/stitchi/requirements.txt
stitch/_bundled/stitchi/setup.py
stitch/_bundled/stitchi/stitchi/__init__.py
stitch/_bundled/stitchi/stitchi/bucketizer.py
stitch/_bundled/stitchi/stitchi/crash.py
stitch/_bundled/stitchi/stitchi/run_cover.py
stitch/_bundled/stitchi/stitchi/run_triage.py
stitch/_bundled/stitchi/stitchi/util.py
stitch/_bundled/stitchi/stitchi/write.py
stitch/_bundled/stitchi/stitchi/build/__init__.py
stitch/_bundled/stitchi/stitchi/build/build.py
stitch/_bundled/stitchi/stitchi/build/buildcmd.py
stitch/_bundled/stitchi/stitchi/build/validator.py
stitch/_bundled/stitchi/stitchi/data/__init__.py
stitch/_bundled/stitchi/stitchi/data/graphinput.py
stitch/_bundled/stitchi/stitchi/data/metadata.py
stitch/_bundled/stitchi/stitchi/data/project_info.py
stitch/_bundled/stitchi/stitchi/data/schema.py
stitch/_bundled/stitchi/stitchi/inference/__init__.py
stitch/_bundled/stitchi/stitchi/inference/analyze_crashes.py
stitch/_bundled/stitchi/stitchi/inference/build_generators.py
stitch/_bundled/stitchi/stitchi/inference/campaign_info.py
stitch/_bundled/stitchi/stitchi/inference/data.py
stitch/_bundled/stitchi/stitchi/inference/data_classifier.py
stitch/_bundled/stitchi/stitchi/inference/distill_agent.py
stitch/_bundled/stitchi/stitchi/inference/fill.py
stitch/_bundled/stitchi/stitchi/inference/harness_info.py
stitch/_bundled/stitchi/stitchi/inference/looper.py
stitch/_bundled/stitchi/stitchi/inference/patcher.py
stitch/_bundled/stitchi/stitchi/inference/patcher_agent.py
stitch/_bundled/stitchi/stitchi/inference/pretty.py
stitch/_bundled/stitchi/stitchi/inference/replay.py
stitch/_bundled/stitchi/stitchi/inference/run.py
stitch/_bundled/stitchi/stitchi/inference/save.py
stitch/_bundled/stitchi/stitchi/inference/scan_functions.py
stitch/_bundled/stitchi/stitchi/inference/scan_objects.py
stitch/_bundled/stitchi/stitchi/inference/synth_functions.py
stitch/_bundled/stitchi/stitchi/inference/to_schema.py
stitch/_bundled/stitchi/stitchi/inference/ui.py
stitch/_bundled/stitchi/stitchi/inference/util.py
stitch/_bundled/stitchi/stitchi/inference/validation.py
stitch/_bundled/stitchi/stitchi/inference/prompts/build_generator.md
stitch/_bundled/stitchi/stitchi/inference/prompts/classify_data.md
stitch/_bundled/stitchi/stitchi/inference/prompts/distill_agent.md
stitch/_bundled/stitchi/stitchi/inference/prompts/distill_agent_last.md
stitch/_bundled/stitchi/stitchi/inference/prompts/fill_batch.md
stitch/_bundled/stitchi/stitchi/inference/prompts/patcher.md
stitch/_bundled/stitchi/stitchi/inference/prompts/patcher_agent.md
stitch/_bundled/stitchi/stitchi/inference/prompts/scan_function_names.md
stitch/_bundled/stitchi/stitchi/inference/prompts/scan_functions.md
stitch/_bundled/stitchi/stitchi/inference/prompts/scan_objects.md
stitch/_bundled/stitchi/stitchi/inference/prompts/synth_functions.md
stitch/_bundled/stitchi/stitchi/inference/prompts/with_errors.md
stitch/_bundled/stitchi/stitchi/utils/__init__.py
stitch/_bundled/stitchi/stitchi/utils/colors.py
stitch/_bundled/stitchi/stitchi/utils/crash_repro.py
stitch/_bundled/stitchi/stitchi/utils/general.py
stitch/_bundled/stitchi/stitchi/utils/projects.py
stitch/_bundled/stitchi/stitchi/utils/read_env.py
stitch/_bundled/stitchi/test/crash_types/Makefile
stitch/_bundled/stitchi/test/crash_types/crash_access.c
stitch/_bundled/stitchi/test/crash_types/crash_assertion.c
stitch/_bundled/stitchi/test/crash_types/crash_assertion_msg.c
stitch/_bundled/stitchi/test/crash_types/crash_buffer_overflow_read.c
stitch/_bundled/stitchi/test/crash_types/crash_buffer_overflow_write.c
stitch/_bundled/stitchi/test/crash_types/crash_stack_overflow_read.c
stitch/_bundled/stitchi/test/crash_types/crash_stack_overflow_write.c
stitch/_bundled/stitchi/test/crash_types/crash_uaf_read.c
stitch/_bundled/stitchi/test/crash_types/crash_uaf_write.c
stitch/commands/__init__.py
stitch/commands/bugs.py
stitch/commands/clear.py
stitch/commands/completion.py
stitch/commands/cover.py
stitch/commands/dev.py
stitch/commands/fuzz.py
stitch/commands/gen.py
stitch/commands/infer.py
stitch/commands/info.py
stitch/commands/init.py
stitch/commands/test_cmd.py
stitch/data/__init__.py
stitch/data/metadata.py
stitch/data/project_info.py
stitch/docker/stitch.Dockerfile
stitch/docker/stitch_repro.Dockerfile
stitch/gen_agent/__init__.py
stitch/gen_agent/agent.py
stitch/gen_agent/pretty.py
stitch/gen_agent/prompt_agent.md
stitch_fuzz.egg-info/PKG-INFO
stitch_fuzz.egg-info/SOURCES.txt
stitch_fuzz.egg-info/dependency_links.txt
stitch_fuzz.egg-info/entry_points.txt
stitch_fuzz.egg-info/requires.txt
stitch_fuzz.egg-info/top_level.txt