mirror of
https://github.com/nmap/nmap.git
synced 2026-01-01 04:19:02 +00:00
3daeae2fc515cf243ffe4df4eb10da80372aaeca
and having close() #defined to my_close() in nbase_winunix.h, I'm just defining close() to closesocket() in nbase_winunix.h and removing my_close() from winfix.cc. I'm also defining EWOULDBLOCK to WSAEWOULDBLOCK in nbase_winunix.h. Nmap builds fine with these changes, and since it's just defining close() to something that already exists, it shouldn't negatively affect other branches. These are things I noticed while trying to cleanly "re-port" Ncat to VC++2008.
Here is some documentation for Nmap, but these files are much less comprehensive than what you'll find at the actual Nmap documentation site ( http://nmap.org ).
Description
Languages
C
37.8%
Lua
28.1%
C++
16.7%
Shell
5.8%
Python
4.2%
Other
7.2%