trailofbits / sienna-locomotive

A user-friendly fuzzing and crash triage tool for Windows
https://blog.trailofbits.com/user-friendly-fuzzing-with-sienna-locomotive
GNU Affero General Public License v3.0
131 stars 24 forks source link

Use a shared memory region for coverage arenas #320

Open woodruffw opened 5 years ago

woodruffw commented 5 years ago

Right now we use sl2_conn, which is the same named pipe that we talk to the server with. A shared memory region would probably be faster.