mkravchik
mkravchik
It seems that this change broke fuzzers/forkserver_libafl_cc. It builds, but the run fails. It first fails because the map size is smaller then the default. If I fix this, it...
Still happens with the latest code
It looks to me that in the Windows implementation the copying of the uv_but_t is absent, so if the operation is overlapped the caller must be responsible for keeping the...
Thank you, it was not obvious from the [MS documentation](https://docs.microsoft.com/en-us/windows/win32/api/winsock2/nf-winsock2-wsasendto), but now I see it there: > If this function is completed in an overlapped manner, it is the Winsock...
I wanted to build it locally, but encountered clashes with my local installations and decided to build inside the docker. I want to use it for non-OSS projects thus need...
I've fixed the Dockerfile locally (by adding cmake 3.20 installation and also installing python requirements). I am able to build FuzzInspector and the simple-example-0. However, the links in the html...