Skip to content
Snippets Groups Projects
Commit bca358ed authored by Remco's avatar Remco
Browse files

afl fuzzer setup

parent aaa7a357
No related branches found
No related tags found
No related merge requests found
test eax,eax
xchg ax,ax
xor r13d,r13d
cmove edx,eax
cmp QWORD PTR [rbp-0x450],0x0
cmp eax,0xffffffff
inc rbx
je 100002b58 <_main+0x1a58>
jne 100002c9a <_main+0x1b9a>
lea r12,[rbp-0x430]
#!/bin/bash
pushd .
cd build && ../make-afl.sh
popd
pushd .
cd ./afl
afl-fuzz -i ./tests -o ./findings -x ./dict -- ../build/kstool/kstool x32
popd
#!/bin/sh -ex
cmake -DCMAKE_C_COMPILER=afl-clang -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DLLVM_TARGETS_TO_BUILD="all" -G "Unix Makefiles" ..
time make -j8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment