robertdavidgraham / masscan

TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes.
GNU Affero General Public License v3.0
23.66k stars 3.07k forks source link

Visual Studio 2017 Build Support #335

Open Reelix opened 6 years ago

Reelix commented 6 years ago

Attempting to compile in Visual Studio 2017 gives the "unknown compiler" error. This is because string_s.h does not support it.

Copying the 2015 one and simply changing the _MSC_VER check to VS2017's one - 1912 - Gets it to compile, but I'm unsure of how the other variables parameters are calculated.

sgt53 commented 6 years ago

374 Resolves this issue.