Sonic

Results 11 comments of Sonic

No matter which solution is adopted, I believe it would be better to remind users of this trouble in `Readme.md`.

> Looks like a proot problem https://github.com/proot-me/proot/issues/243 A patched sftp-server, as a workaround, can mitigate the problem. See https://github.com/proot-me/proot/issues/243#issuecomment-1962738694

@vanhauser-thc I just ran into the same issue today, almost 3 yrs later, when build with `clang-6.0` toolchain on Ubuntu 20.04 LTS. Fortunately I've found a solution :) ```diff diff...

Give a try to `AFLplusplus/include/xxhash.h`, which can be used directly in those main components of afl++.

For source code fuzzing, NO. When you use those compiler wrappers such as `afl-clang*` and `afl-gcc*` to instrument PUT, each translation unit would be instrumeted whenever possible.

> ```python > import subprocess as sp > > fuzz_cmd = f'afl-fuzz -i in -o res -Q -- ./test/cares @@' > grep_cmd = 'while : ; do grep run_time res/default/fuzzer_stats;...

As #8 mentioned: > When I disable the dynamic link library, the compiled binary can be successfully analyzed by aurora. Be careful `aurora/docker/Dockerfile` would build `mruby_trace` here: https://github.com/RUB-SysSec/aurora/blob/0dfcebae9962a173a593821f1d76df5b01a3129e/docker/Dockerfile#L56-L60 Actually `gcc`...

What's the output of ```bash ldd /usr/lib/bfd-plugins/libLTO.so ``` and ```bash ldd /usr/lib/bfd-plugins/LLVMgold.so ``` in your os?

Werid. It looks like `ar` didn't run with llvm plugins in `bfd-plugins`. Which release version of linux distro you used?

Do these in `./examples` work in your os?