Y
Hacker News
new
|
ask
|
show
|
jobs
by
williamsharkey
4238 days ago
Can you fuzz an uninstrumented executable to add instrumentation?
1 comments
f-
4238 days ago
You can add instrumentation to binaries using DynamoRIO or pin. This isn't currently supported by afl-fuzz out of the box, although there's nothing that makes it fundamentally difficult.
link