Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 609 Bytes

build.md

File metadata and controls

19 lines (14 loc) · 609 Bytes

Intigrate New Projects

Compile LibFuzzer.a

apt install vim git clang
cd $HOME
git clone https://github.com/Dor1s/libfuzzer-workshop.git
./libfuzzer-workshop/libFuzzer/Fuzzer/build.sh

or use -fsanitize=fuzzer,address (Not suggested due to OSS-Fuzz base-image configurations)

Test with Local OSS-Fuzz

python infra/helper.py build_fuzzers --sanitizer $SANITIZER --engine $FUZZING_ENGINE --architecture $ARCHITECTURE $PROJECT_NAME
python infra/helper.py check_build --sanitizer $SANITIZER --engine $FUZZING_ENGINE --architecture $ARCHITECTURE $PROJECT_NAME $TARGET_NAME