pvz122/PromeFuzz
PromeFuzz: A Knowledge-Driven Approach to Fuzzing Harness Generation with Large Language Models
PromeFuzz helps software developers and security engineers automatically generate robust test cases, known as fuzzing harnesses, for C and C++ libraries. It takes a library's source code, documentation, and API usage patterns as input, then creates effective fuzzing harnesses that can uncover hidden vulnerabilities and improve code coverage. This is ideal for those responsible for software quality assurance and security testing.
Use this if you need to thoroughly test C/C++ libraries for bugs and vulnerabilities but find manual fuzz harness creation too time-consuming or ineffective.
Not ideal if your project does not involve C or C++ libraries, or if you prefer manual, highly customized test case generation without AI assistance.
Stars
50
Forks
10
Language
C++
License
MIT
Category
Last pushed
Jan 12, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/pvz122/PromeFuzz"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
google/oss-fuzz-gen
LLM powered fuzzing via OSS-Fuzz.
cyberark/FuzzyAI
A powerful tool for automated LLM fuzzing. It is designed to help developers and security...
prompt-security/ps-fuzz
Make your GenAI Apps Safe & Secure :rocket: Test & harden your system prompt
fuzz4all/fuzz4all
🌌️Fuzz4All: Universal Fuzzing with Large Language Models
ChatAFLndss/ChatAFL
Large Language Model guided Protocol Fuzzing (NDSS'24)