-
Bugs can only be found durring fuzzing code, which is executed. But which parts of the code of a target system is executing during a fuzzing session? And how we can improve our fuzzer to include also tests for code blocks which weren’t covered before? Dynamorio We’ll use now Dynamorio — a runtime code manipulation…