winafl
winafl copied to clipboard
Added TCP proto support to the net mode tester
Hi, this is a fairly large patch, so could you explain what issue(s) it resolves? My understanding was that TCP was supported already (but perhaps it wasn't working correctly for some reason?)
Hi! Not exactly. There was no support for TCP, so I decided to add it. I am trying to start fuzz Windows services now with WinAFL. First of all I added TCP proto to custom_net_fuzzer. Then I added server part for testing. Also I added argument with a port number.