Samsung/UTopia
UT based automated fuzz driver generation
This tool helps C/C++ developers automatically create fuzzing test programs (fuzz drivers) from existing unit tests. It takes your C/C++ library code and its GoogleTest, Boost.Test, or Tizen TCT unit tests as input. The output is a specialized test program that can be used to find bugs and vulnerabilities in your code by feeding it unexpected or malformed inputs. Developers can use this to enhance their software's robustness and security without needing deep expertise in fuzzing.
168 stars. No commits in the last 6 months.
Use this if you are a C/C++ developer who wants to perform fuzz testing on your libraries but lack the time or expertise to write fuzz drivers manually.
Not ideal if your project is not written in C/C++ or does not have existing unit tests using GoogleTest, Boost.Test, or Tizen TCT.
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.