You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker
7ee447c011
|
4 months ago | |
---|---|---|
.. | ||
Makefile.am | 4 months ago | |
README | 4 months ago | |
fuzz.c | 4 months ago | |
fuzz.h | 4 months ago | |
genSeed.c | 4 months ago | |
html.c | 4 months ago | |
html.dict | 4 months ago | |
html.options | 4 months ago | |
regexp.c | 4 months ago | |
regexp.dict | 4 months ago | |
regexp.options | 4 months ago | |
schema.c | 4 months ago | |
schema.dict | 4 months ago | |
schema.options | 4 months ago | |
testFuzzer.c | 4 months ago | |
uri.c | 4 months ago | |
uri.options | 4 months ago | |
xml.c | 4 months ago | |
xml.dict | 4 months ago | |
xml.options | 4 months ago | |
xpath.c | 4 months ago | |
xpath.dict | 4 months ago | |
xpath.options | 4 months ago |
README
libFuzzer instructions for libxml2 ================================== Set compiler and options: export CC=clang export CFLAGS="-g -fsanitize=fuzzer-no-link,address,undefined \ -fno-sanitize-recover=all \ -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION" Build libxml2 with instrumentation: ./configure --without-python make Run fuzzers: make -C fuzz fuzz-xml