Dmitry Vyukov

Results 417 comments of Dmitry Vyukov

Was there anything after "exi"? Could you please build "make executor" and run "bin/linux-amd64/syz-executor version" on your target machine? Does it fail? How?

Humm... This is strange. I don't have any ideas at the moment. syz-fuzzer just executes "syz-executor version" in the VM...

syz-fuzzer does not exist anymore, and there were whole lot of changes since then.

Hi, Is there an easy fix for this? It looks like the OS provides very old system headers. Since it's not possible to write linux code that compiled on a...

syz-env is the way to go. It's not possible to make anything work on any linux distro.

Can we create the remote kcov on a thread that never executes? I.e. not the main thread, but rather an additional special thread that exists just for that purpose?

> > Can we create the remote kcov on a thread that never executes? I.e. not the main thread, but rather an additional special thread that exists just for that...