nim-drchaos

Fuzzer

A fuzzing framework for testing C/C++/Obj-C targets by generating random inputs to induce crashes or verify invariants.

A powerful and easy-to-use fuzzing framework in Nim for C/C++/Obj-C targets

GitHub

68 stars
19 watching
3 forks
Language: Nim
last commit: over 1 year ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
s3team/squirrel A tool that generates random inputs to test the robustness of database management systems 185
google/fuzzbench Automated testing of software components to identify vulnerabilities and weaknesses 1,108
momalab/icsfuzz Fuzzes control applications to uncover vulnerabilities 26
mnns/llmfuzzer A tool designed to test the security of large language models by simulating various inputs and observing their responses. 231
sycuricon/morfuzz A fuzzing framework for detecting functional bugs in RISC-V processors 23
bhass1/pyfuzz_can A tool for generating and testing random CAN network inputs to simulate real-world conditions. 13
zombiecraig/uds-server A tool for simulating and fuzzing Unified Diagnostic Services (UDS) protocol responses for automotive diagnostic purposes. 293
googleprojectzero/fuzzilli A fuzzer for dynamic language interpreters designed to detect core interpreter bugs 1,890
forallsecure/graphfuzz A framework for building fuzzing tools to test C++ libraries' APIs by constructing and executing dataflow graphs of function calls and object dependencies. 9
planetis-m/libfuzzer Fuzzing tool for finding bugs and security issues in software 43
google/atheris A tool that uses fuzz testing to identify bugs in software by randomly generating input data 1,399
fuzzstati0n/fuzzgoat A deliberately crafted C program to test the efficacy of fuzzers. 190
google/fuzzer-test-suite A set of tests designed to challenge and identify bugs in fuzzing engines used by software developers. 1,431
gamozolabs/applepie A tool designed to fuzz and introspect systems using a hypervisor, providing deep device emulation and code coverage analysis. 367
prompt-security/ps-fuzz An interactive tool that tests and hardens the security of system prompts used in GenAI applications against various attacks. 401