Samsung/UTopia
UT based automated fuzz driver generation
Automatically generates libFuzzer-compatible fuzz drivers from existing unit tests (GoogleTest, Boost.Test, Tizen TCT) by analyzing target library code and test suites with LLVM-based static analysis. The two-stage pipeline—target_analyzer extracting API semantics and parameter directions, ut_analyzer profiling test fixtures—feeds into fuzz_generator which synthesizes protobuf-based mutators and injects fuzzing entry points into unit test harnesses. Includes Docker support and helper scripts for selected projects to simplify deployment on C/C++ libraries without requiring specialized fuzzing expertise.
168 stars. No commits in the last 6 months.
Stars
168
Forks
26
Language
C++
License
Apache-2.0
Category
Last pushed
Apr 16, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/Samsung/UTopia"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
howerj/dbcc
CAN DBC to C (and CSV, JSON and XML) compiler using the mpc parser combinator library
JhnW/devana
Python package to parse and generate C/C++ code as context aware preprocessor.
biojppm/regen
Easy C++ reflection and code generation
SoftSec-KAIST/CodeAlchemist
CodeAlchemist: Semantics-Aware Code Generation to Find Vulnerabilities in JavaScript Engines (NDSS '19)
MASD-Project/dogen
Reference implementation of the MASD Code Generator.