(no title)
michaelmure | 1 year ago
With golang, you can run fuzzing as simply as you run tests, which means that it's trivial to target specific parts of your application or library. It obsoletes so much of those techniques.
I'm quite curious of techniques to guide more the fuzzing. It seems like the best you can do is provide a seed corpus and hope for the best.
greybox|1 year ago
michaelmure|1 year ago
ackbar03|1 year ago
lolsowrong|1 year ago
</fuzzingjoke>
carom|1 year ago
daghamm|1 year ago
Fuzzing is often a special case of genetic algorithms, so there is already a tiny connection to RL. I'm curious to hear what your proposal was.