Skip to content

Commit

Permalink
chore: merge all fuzzers and clean the cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
bboilot-ledger committed Dec 27, 2024
1 parent 3811c4c commit 4323935
Show file tree
Hide file tree
Showing 14 changed files with 257 additions and 521 deletions.
6 changes: 3 additions & 3 deletions .clusterfuzzlite/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# build fuzzers

pushd tests/fuzzing
cmake -DBOLOS_SDK=../../BOLOS_SDK -Bbuild -H.
make -C build
mv ./build/fuzz_app_eth "${OUT}"
cmake -DBOLOS_SDK=$(pwd)/../../BOLOS_SDK -B build -S .
cmake --build build
mv ./build/fuzzer "${OUT}"
popd
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,11 @@ __version__.py
.vscode
.idea

fuzzing/CORPUS/
# Fuzzing
tests/fuzzing/corpus/
tests/fuzzing/out/
default.profraw
default.profdata
fuzz-*.log
crash-*
report.html
200 changes: 0 additions & 200 deletions fuzzing/CMakeLists.txt

This file was deleted.

21 changes: 0 additions & 21 deletions fuzzing/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions fuzzing/coverage.sh

This file was deleted.

93 changes: 0 additions & 93 deletions fuzzing/fuzzer_tlv.c

This file was deleted.

Empty file removed fuzzing/mock/glyphs.h
Empty file.
Loading

0 comments on commit 4323935

Please sign in to comment.