aflpin icon indicating copy to clipboard operation
aflpin copied to clipboard

aflpin enables afl to fuzz blackbox binaries using a pin tool to trace execution branches.

Results 1 aflpin issues
Sort by recently updated
recently updated
newest added

PIN_ROOT=/home/machiry/tools/fuzzorama/pintool make TARGET=ia32 obj-ia32/aflpin.so g++ -DBIGARRAY_MULTIPLIER=1 -Wall -Werror -Wno-unknown-pragmas -std=c++11 -fno-stack-protector -DTARGET_IA32 -DHOST_IA32 -DTARGET_LINUX -I/home/machiry/tools/fuzzorama/pintool/source/include/pin -I/home/machiry/tools/fuzzorama/pintool/source/include/pin/gen -I/home/machiry/tools/fuzzorama/pintool/extras/components/include -I/home/machiry/tools/fuzzorama/pintool/extras/xed2-ia32/include -I/home/machiry/tools/fuzzorama/pintool/source/tools/InstLib -O3 -fomit-frame-pointer -fno-strict-aliasing -m32 -c -o obj-ia32/aflpin.o aflpin.cpp In file included...