Mehdi Ghninou
Mehdi Ghninou
Hi, I have configured the config.json for the fuzzer but when I run trap_fuzzer.py with python 2.7 I got this error : healer.exe not exists! Where to find healer.exe ?...
Hi I have launched the command `afl-fuzz.exe -i in -o out -D "C:\Users\User\Desktop\Tools\Fuzzing\DRRUN\DynamoRIO-Windows-8.0.18929\bin64" -t 20000 -- -coverage_module dllmain.dll -coverage_module dllmain2.dll -coverage_module dllmain3.dll -fuzz_iterations 5000 -target_module program.exe -target_method WinMain -nargs 2...
### Report Hi I have launched boofuzz to test my vm but when I want to connect to web interface http://127.0.0.1:26000 I got 500 Internal server error I am using...
Hi I have a question please ? is brundlefuzz trying to get the target program to crashes with the help of the pintool ? And are the results depending about...
Hi, when trying building cryptofuzz I got this error: crypto.cpp:14:18: error: ‘__builtin_rotateleft32’ was not declared in this scope; did you mean ‘__builtin_roundf32’? 14 | #define ROL(x,n) __builtin_rotateleft32(x,n) How to solve...