Skip to content

eddyspaghette/libFuzzer-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

How to build

Prerequisities & Dependencies:

  • clang (version 6.0 or above comes with libFuzzer)
  • cMake
  • Ubuntu 18.04 LTS
  1. clone this repository

  2. follow instructions in cJSON folder on how to install / build the library using cMake/make

  3. if needed, run the command below to refresh library cache after installing/building cJSON

sudo ldconfig
  1. build the executable (default called ./a.out in build directory) using the following command
clang++ -g -fsanitize=fuzzer,address libcjson.so libcjson.so.1 example.cc

About

fuzzing open source projects using libFuzzer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published