StochFuzz icon indicating copy to clipboard operation
StochFuzz copied to clipboard

Sound and Cost-effective Fuzzing of Stripped Binaries by Incremental and Stochastic Rewriting

Results 2 StochFuzz issues
Sort by recently updated
recently updated
newest added

ERROR call handler for PIE programs is unimplemented :./rewriter_handlers/handler_call.c:101 so your tool does not support PIE programs ?

PIE

OS: ubuntu 22 reproduce: ``` ./build.sh sudo apt install libunwind-dev libglib-dev replace all libasan.so.4 with libasan.so.6 in src/Makefile cd src && make release ``` error: ``` clang -Wall -fno-stack-protector -fno-jump-tables...