driller
driller copied to clipboard
Driller: augmenting AFL with symbolic execution!
1、Problem description Traceback (most recent call last): File "/home/angr/.virtualenvs/angr/bin/shellphuzz", line 7, in exec(compile(f.read(), __file__, 'exec')) File "/home/angr/angr-dev/fuzzer/shellphuzz", line 87, in memory=args.memory, seeds=seeds, timeout=args.run_timeout, File "/home/angr/angr-dev/fuzzer/fuzzer/fuzzer.py", line 99, in __init__ Fuzzer._perform_env_checks()...
I used driller to run a simple program. However i met this problem: `WARNING | 2022-06-12 21:30:52,066 | cle.loader | The main binary is a position-independent executable. It is being...
I'm trying to improve LiveOverflow's current sudo fuzzing series, by adding driller to the project. Since the Baron SameEdit vulnerability is triggered by using sudoedit, driller shall add 'edit' to...
There are some progress about [#80](https://github.com/shellphish/driller/issues/80). I find that when a program need a filepath as argv, and the filepath was used to read the file later, driller will crash...
Hello, I have been trying to run driller in a docker container and cannot seem to get it to work. The error I obtain - shellphuzz -d 2 -w workdir/shellphuzz/...
I was trying to augment Afl2.52b with Driller while fuzzing Sqlite3.33.0. I get the following error: `angr.exploration_techniques.tracer.TracerDesyncError: BUG! Please investigate the claim in the comment above me` I would really...
When attempting to test against a real (albeit incredibly simple - just a tiny message deserialization test, though the same happens on much more complicated targets too) Rust target, after...
every time I use the given link generated it give a 502 error bad gateway
Dear Sir, I am very glad to use your Driller tool to do fuzzing test. However, when I use driller in the applications such as libtiff, w3m, nasm, libjpg-turbo and...
Hello (Guess who's back) I don't know if this is a error or a bug. However I believe that I should report it. I'm running this on a dynamic binary,...