meme / hotwax

Coverage-guided binary fuzzing powered by Frida Stalker
The Unlicense
180 stars 21 forks source link

Reduce instrumentation overhead #2

Open meme opened 4 years ago

meme commented 4 years ago

If one thread discovers a new input which triggers dynamic instrumentation, it should communicate the code change to all other threads to reduce the overhead of each process instrumenting the same basic block in the same way.