6 ms·
Can you fuzz an uninstrumented executable to add instrumentation?
by williamsharkey 12y ago
Can you fuzz an uninstrumented executable to add instrumentation?
- f- 12y agoYou 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.