sh1nu11bi / sulley

Automatically exported from code.google.com/p/sulley
GNU General Public License v2.0
0 stars 0 forks source link

Make accessible the actual data sent for every fuzz case #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Enhancement requested by nnp:

"Just a small suggestion. It could be useful to store the actual data
sent from every fuzz case in the node. The reasoning behind this is
the callbacks receive the node and from that they can call the
.render() method, modify the data and return it but if you use a
post_send method and need to perform some sort of action based on the
data sent you can only get access to the pre-callback rendered data.
This is a problem if the callback can make non-deterministic
modifications to the data, e.g generating a cryptographically secure
key. Also could I suggest passing the node to be rendered to the
post_send methods."

Original issue reported on code.google.com by aport...@gmail.com on 6 Dec 2007 at 5:57