Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.07 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.07 KB

Fuzzing Project

In this project, a variety of fuzzing tools (LibFuzzer, Honggfuzz, and AFL), were employed to conduct comprehensive testing on:

  • Google fuzzer suites
  • Shoco an open source C library to compress and decompress short strings
  • Smaz another open source C compression library suitable for compressing very short strings All of them are available on GitHub.

In the specific contexts of Shoco and Smaz, we also developed some modules in order to correctly apply fuzzers.

The complete documentation is available here1; there is also a presentation of the project here2

(Repository for ICT Risk assessment's project)

Main goals are:

  • to study and explore fuzzers;
  • to perform fuzz testing.

Preview

preview