Skip to content
View Cottontail-Proj's full-sized avatar

Block or report Cottontail-Proj

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Cottontail-Proj/README.md

Cottontail: Large Language Model-Driven Concolic Execution for Structured Test Input Generation

License: GPLv3 Conference: IEEE S&P 2026

Cottontail is a cutting-edge concolic execution engine powered by large language models (LLMs), designed for highly structured test input generation. Presented at IEEE Symposium on Security and Privacy (S&P) 2026, Cottontail advances the state-of-the-art in automated software testing by integrating expressive program path representation, LLM-driven constraint solving, and history-guided seed acquisition.

(A fun fact: the logo of Cottontail is generated by Google Gemini 😀).

Features

  • Expressive Coverage Tree (ECT): A high-level representation of structural program paths to help structure-aware path constraint selection for comprehensive program analysis.
  • LLM-Driven Constraint Solver: Smartly solves path constraints to generate syntactically valid and path-constraint satisfiable test inputs.
  • History-Guided Seed Acquisition: Efficiently discovers new, highly structured test inputs to maximize coverage, based on the naming convention of the functions.
  • Sound Analysis: All test cases from LLM are validated to ensure that the resulting behaviors are sound, consistent with the underlying principles of concolic execution.

System Design

workflow

Please check the full source code and setup at the cottontail repository.

Citation

If you use Cottontail in your research, please cite:

@inproceedings{cottontail-sp26,
  author={Tu, Haoxin and Lee, Seongmin and Li, Yuxian and Chen, Peng and Jiang, Lingxiao and Böhme, Marcel},
  title={{Cottontail: Large Language Model-Driven Concolic Execution for Highly Structured Test Input Generation}},
  booktitle={2026 IEEE Symposium on Security and Privacy (SP)},
  ISSN = {2375-1207},
  pages = {2064-2082},
  year={2026},
  doi = {10.1109/SP63933.2026.00110},
  url = {https://doi.ieeecomputersociety.org/10.1109/SP63933.2026.00110},
  publisher = {IEEE Computer Society},
  address = {Los Alamitos, CA, USA},
}

Contact

If you have any questions about the current project or want to collaborate in the future, please file the issues or reach out to haoxintu@gmail.com.

Pinned Loading

  1. cottontail cottontail Public

    Cottontail: A LLM-Driven Concolic Execution Engine (Accepted by IEEE S&P'26)

    C++ 36 2

  2. benchmarks benchmarks Public

    Benchmarks for Cottontail evalaution