securesocketfunneling / ssf

Secure Socket Funneling - Network tool and toolkit - TCP and UDP port forwarding, SOCKS proxy, remote shell, standalone and cross platform
https://securesocketfunneling.github.io/ssf/
Other
1.59k stars 234 forks source link

Create WinXP Binaries #39

Closed devBioS closed 7 years ago

devBioS commented 7 years ago

The tool is incredibly useful but the project binaries are compiled against windows linker v6.0 whereas support on WindowsXP need to be 5.0.1

the CMake file for MS compilation has a flag (add_definitions(-D_WIN32_WINNT=0x0501)) but the executables on the websites have linked for v6.0

Best regards

securesocketfunneling commented 7 years ago

Hello,

It is already planned for 2.3.0 :-)

I think the build should already be possible by indicating the XP toolset when generating the solution with CMake.

Using Visual Studio 2013:

cmake .. -T "v120_xp"

Using Visual Studio 2015:

cmake .. -T "v140_xp"
securesocketfunneling commented 7 years ago

Hello @devBioS ,

SSF 3.0.0 is out and Windows binaries are now XP compatible.

Metabool commented 7 years ago

Hey @securesocketfunneling, Thank you very MUCH! :)

devBioS commented 7 years ago

Yeah, thanks a lot @securesocketfunneling, exactly what I needed! Love SSF :-)