This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // build libwebp with instrumentation | |
| // mkdir build && cd build && cmake -DCMAKE_C_COMPILER=clang -DCMAKE_C_FLAGS="-fsanitize=fuzzer-no-link,address" .. && ninja | |
| // | |
| // compile fuzzer | |
| // compile with clang++ ./huffman_fuzzer.cc -fsanitize=fuzzer,address build/libwebp.a -I. -o huffman_fuzzer | |
| // | |
| // compile fuzzer | |
| // clang++ ./huffman_fuzzer.cc -fsanitize=fuzzer,address | |
| // | |
| // run fuzzer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //http://www.mirko-hansen.de/downloads/wosch.h | |
| #define zeiger * | |
| #define abbrechen abort | |
| #define akzeptiere accept | |
| #define binde bind | |
| #define breche break | |
| #define lreser calloc | |
| #define fall case | |
| #define buch char | |
| #define schliesseverz closedir |