jiahao42 / AFLx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build xmllint

wget ftp://xmlsoft.org/libxml2/libxml2-git-snapshot.tar.gz
gzip -d libxml2-git-snapshot.tar.gz
tar xf libxml2-git-snapshot.tar
cd libxml2-2.9.7
CC=/home/jiahao/AFLx/afl-gcc CXX=/home/jiahao/AFLx/afl-g++ ./configure --enable-static=no --enable-shared=no && make # edit the absolute path
cd ..
./afl-fuzz -i ./testcases/others/xml -o output -m none ./libxml2-2.9.7/xmllint @@

About

License:Other


Languages

Language:C 47.3%Language:HTML 39.1%Language:Python 5.1%Language:Makefile 3.5%Language:Shell 3.2%Language:XSLT 0.8%Language:M4 0.3%Language:C++ 0.2%Language:JavaScript 0.1%Language:Roff 0.1%Language:PHP 0.1%Language:Objective-C 0.1%Language:DIGITAL Command Language 0.0%Language:Clean 0.0%Language:VCL 0.0%Language:CMake 0.0%Language:Perl 0.0%Language:CSS 0.0%Language:Max 0.0%Language:Rich Text Format 0.0%