DrunkenTanker Posted July 25, 2022 Posted July 25, 2022 Original source code: https://git.zx2c4.com/wireguard-windows/snapshot/wireguard-windows-0.5.3.zip I have done some fixes for installer and application code to launch this in Windows XP. Unfortunatelly, it use bcrypt.dll. There are successful cases where it was replaced. But while I have no experience for this step. I have no access to Visual Studio 2019 to test my code and continue to fix. 1
Dibya Posted July 27, 2022 Posted July 27, 2022 If it has .sln file [ Visual studio solution] , i can compile for ya, Bcrypt? How about using it from reactos 1
DrunkenTanker Posted July 28, 2022 Author Posted July 28, 2022 On 7/27/2022 at 8:01 PM, Dibya said: Bcrypt? How about using it from reactos As you can see. uint64_t inside bcrypt. I suppose Windows XP does not support thay so I can replace it but result is unknown. Really I'm bad in coding when don't understand what code does and shoud does. Open source developers who I know don't like comments and do not accept pull requests with comments. Also I don't know Golang. And How to compile that. On 7/27/2022 at 8:01 PM, Dibya said: If it has .sln file [ Visual studio solution] , i can compile for ya, That is official source code in the first message. It's Golang. I don't know Golang and how to prepare to compile. 1
Dibya Posted July 28, 2022 Posted July 28, 2022 8 minutes ago, DrunkenTanker said: As you can see. uint64_t inside bcrypt. I suppose Windows XP does not support thay so I can replace it but result is unknown. Really I'm bad in coding when don't understand what code does and shoud does. Open source developers who I know don't like comments and do not accept pull requests with comments. Also I don't know Golang. And How to compile that. That is official source code in the first message. It's Golang. I don't know Golang and how to prepare to compile. No idea in Go Lang either , 1
DrunkenTanker Posted July 28, 2022 Author Posted July 28, 2022 I look for ways to replace Stdbool.h and extern NTAPI __declspec(dllimport) void RtlGetNtVersionNumbers(DWORD *MajorVersion, DWORD *MinorVersion, DWORD *BuildNumber); c2059. 1
artenox Posted July 30, 2022 Posted July 30, 2022 On 29.07.2022 at 1:52 AM, DrunkenTanker said: That is official source code in the first message. It's Golang. I don't know Golang and how to prepare to compile Compiling golang code is very easy. Install golang, add it to the PATH. Go into working folder and write go build. In case of cross compilation Linux>Windows: export GOARCH=386 export GOOS=windows go build But the last golang which installs and creates XP compatible code is go 1.10 (very old). Newer versions of go are not compatible with XP, unfortunately. I managed to build psiphon command line with go 1.10 for xp. And some people have patched and built the latest dnscrypt. 2
S75 Posted October 8, 2022 Posted October 8, 2022 @artenox @DrunkenTanker so any progress or success in wireguard for xp?
turtur Posted March 5, 2024 Posted March 5, 2024 @DrunkenTanker Can you please share with me what you did to get wireguard run on XP ? I also need wireguard on XP. I might have solutions for bcrypt on XP yet I don't want to do any GO.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now