From a7db8a59bdcd0ba8c960ec1ccb098b668f279dbf Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 2 Dec 2025 09:52:06 +0900 Subject: [PATCH 1/4] Update DownloadUrls.psd1 added more downoad URLs --- data/DownloadUrls.psd1 | 73 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) diff --git a/data/DownloadUrls.psd1 b/data/DownloadUrls.psd1 index 71f859d..362fbf1 100644 --- a/data/DownloadUrls.psd1 +++ b/data/DownloadUrls.psd1 @@ -1,3 +1,8 @@ +# DownloadUrls.psd1 +# External download urls for WelsonJS post-install script +# Namhyeon Go +# https://github.com/gnh1201/welsonjs +# @{ # =========================== # Python embeddable @@ -118,4 +123,72 @@ arm64 = $null # no official ARM64 build x86 = $null # no official X86 build } + + # =========================== + # tun2socks + # =========================== + tun2socks = @{ + x64v3 = "https://github.com/xjasonlyu/tun2socks/releases/download/v2.6.0/tun2socks-windows-amd64-v3.zip" + x64 = "https://github.com/xjasonlyu/tun2socks/releases/download/v2.6.0/tun2socks-windows-amd64.zip" + arm64 = "https://github.com/xjasonlyu/tun2socks/releases/download/v2.6.0/tun2socks-windows-arm64.zip" + arm32 = "https://github.com/xjasonlyu/tun2socks/releases/download/v2.6.0/tun2socks-windows-arm32v7.zip" + x86 = "https://github.com/xjasonlyu/tun2socks/releases/download/v2.6.0/tun2socks-windows-386.zip" + } + + # =========================== + # sendboxie + # =========================== + sendboxie = @{ + x64 = "https://github.com/sandboxie-plus/Sandboxie/releases/download/v1.16.8/Sandboxie-Plus-x64-v1.16.8.exe" + arm64 = "https://github.com/sandboxie-plus/Sandboxie/releases/download/v1.16.8/Sandboxie-Plus-ARM64-v1.16.8.exe" + x86 = $null # no official X86 build + } + + # =========================== + # ldplayer (Android Emulator) + # =========================== + ldplayer = @{ + any = "https://res.ldrescdn.com/download/LDPlayer9.exe?n=LDPlayer9_kr_42479921_ld.exe" + } + + # =========================== + # tap_windows6 (Windows TAP driver (NDIS 6)) + # =========================== + tap_windows6 = @{ + x64 = "https://github.com/OpenVPN/tap-windows6/releases/download/9.27.0/tap-windows-9.27.0-I0-amd64.msm" + arm64 = "https://github.com/OpenVPN/tap-windows6/releases/download/9.27.0/tap-windows-9.27.0-I0-arm64.msm" + x86 = "https://github.com/OpenVPN/tap-windows6/releases/download/9.27.0/tap-windows-9.27.0-I0-i386.msm" + } + + # =========================== + # THC Hydra Windows build + # =========================== + thc_hydra = @{ + any = "https://github.com/maaaaz/thc-hydra-windows/releases/download/v9.1/thc-hydra-windows-v9.1.zip" + } + + # =========================== + # Shadowsocks + # =========================== + shadowsocks_libev = @{ + any = "https://ics.catswords.net/shadowsocks-libev-win-build-20220118.zip" + } + + # =========================== + # WinLibs standalone build of GCC and MinGW-w64 for Windows + # =========================== + winlibs_mingw = @{ + x64 = "https://github.com/brechtsanders/winlibs_mingw/releases/download/15.2.0posix-13.0.0-ucrt-r3/winlibs-i686-posix-dwarf-gcc-15.2.0-mingw-w64ucrt-13.0.0-r3.zip" + arm64 = $null # no official ARM64 build + x86 = "https://github.com/brechtsanders/winlibs_mingw/releases/download/15.2.0posix-13.0.0-ucrt-r3/winlibs-x86_64-posix-seh-gcc-15.2.0-mingw-w64ucrt-13.0.0-r3.zip" + } + + # =========================== + # The Go Language Programming + # =========================== + golang = @{ + x64 = "https://go.dev/dl/go1.25.4.windows-amd64.zip" + arm64 = "https://go.dev/dl/go1.25.4.windows-arm64.zip" + x86 = "https://go.dev/dl/go1.25.4.windows-386.zip" + } } From 6b6ac3211125405cef49c27591bf1bfb1961e23e Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 2 Dec 2025 10:02:54 +0900 Subject: [PATCH 2/4] Update DownloadUrls.psd1 Fix a download links from SourceForge --- data/DownloadUrls.psd1 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/data/DownloadUrls.psd1 b/data/DownloadUrls.psd1 index 362fbf1..3fb3e88 100644 --- a/data/DownloadUrls.psd1 +++ b/data/DownloadUrls.psd1 @@ -19,7 +19,7 @@ curl = @{ x64 = "https://curl.se/windows/latest.cgi?p=win64-mingw.zip" arm64 = "https://curl.se/windows/latest.cgi?p=win64a-mingw.zip" - x86 = "https://downloads.sourceforge.net/project/muldersoft/cURL/curl-8.17.0-win-x86-full.2025-11-09.zip" + x86 = "https://twds.dl.sourceforge.net/project/muldersoft/cURL/curl-8.17.0-win-x86-full.2025-11-09.zip?viasf=1" } # =========================== @@ -64,7 +64,7 @@ gtk3runtime = @{ x64 = "https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases/download/2022-01-04/gtk3-runtime-3.24.31-2022-01-04-ts-win64.exe" arm64 = $null # no official ARM64 build - x86 = "https://downloads.sourceforge.net/project/gtk-win/files/GTK%2B%20Runtime%20Environment/GTK%2B%202.24/gtk2-runtime-2.24.10-2012-10-10-ash.exe/download" + x86 = "https://twds.dl.sourceforge.net/project/gtk-win/GTK%2B%20Runtime%20Environment/GTK%2B%202.24/gtk2-runtime-2.24.10-2012-10-10-ash.exe?viasf=1" } # =========================== @@ -191,4 +191,11 @@ arm64 = "https://go.dev/dl/go1.25.4.windows-arm64.zip" x86 = "https://go.dev/dl/go1.25.4.windows-386.zip" } + + # =========================== + # x86dbg + # =========================== + x86dbg = @{ + any = "https://twds.dl.sourceforge.net/project/x64dbg/snapshots/snapshot_2025-08-19_19-40.zip?viasf=1" + } } From 313e2dd27559799beffd3d18842726d4c79ab89a Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 2 Dec 2025 10:29:17 +0900 Subject: [PATCH 3/4] Update DownloadUrls.psd1 added more download links --- data/DownloadUrls.psd1 | 35 ++++++++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/data/DownloadUrls.psd1 b/data/DownloadUrls.psd1 index 3fb3e88..f0a2eb6 100644 --- a/data/DownloadUrls.psd1 +++ b/data/DownloadUrls.psd1 @@ -182,7 +182,7 @@ arm64 = $null # no official ARM64 build x86 = "https://github.com/brechtsanders/winlibs_mingw/releases/download/15.2.0posix-13.0.0-ucrt-r3/winlibs-x86_64-posix-seh-gcc-15.2.0-mingw-w64ucrt-13.0.0-r3.zip" } - + # =========================== # The Go Language Programming # =========================== @@ -191,11 +191,36 @@ arm64 = "https://go.dev/dl/go1.25.4.windows-arm64.zip" x86 = "https://go.dev/dl/go1.25.4.windows-386.zip" } - + # =========================== # x86dbg # =========================== - x86dbg = @{ - any = "https://twds.dl.sourceforge.net/project/x64dbg/snapshots/snapshot_2025-08-19_19-40.zip?viasf=1" - } + x86dbg = @{ + any = "https://twds.dl.sourceforge.net/project/x64dbg/snapshots/snapshot_2025-08-19_19-40.zip?viasf=1" + } + + # =========================== + # 7-zip + # =========================== + 7zip = @{ + x64 = "https://www.7-zip.org/a/7z2501-x64.exe" + arm64 = "https://www.7-zip.org/a/7z2501-arm64.exe" + x86 = "https://www.7-zip.org/a/7z2501.exe" + } + + # =========================== + # hashcat + # =========================== + hashcat = @{ + any = "https://hashcat.net/files/hashcat-7.1.2.7z" + } + + # =========================== + # Microsoft OpenJDK build + # =========================== + microsoft_jdk = @{ + x64 = "https://aka.ms/download-jdk/microsoft-jdk-25.0.1-windows-x64.zip" + arm64 = $null # no official ARM64 build + x86 = $null # no official X86 build + } } From 996cc898ff60cf91c9c4ba8c423ec2e02bf38c59 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 2 Dec 2025 10:32:38 +0900 Subject: [PATCH 4/4] Update DownloadUrls.psd1 Fix parse error --- data/DownloadUrls.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/DownloadUrls.psd1 b/data/DownloadUrls.psd1 index f0a2eb6..54bd34c 100644 --- a/data/DownloadUrls.psd1 +++ b/data/DownloadUrls.psd1 @@ -202,7 +202,7 @@ # =========================== # 7-zip # =========================== - 7zip = @{ + w7zip = @{ x64 = "https://www.7-zip.org/a/7z2501-x64.exe" arm64 = "https://www.7-zip.org/a/7z2501-arm64.exe" x86 = "https://www.7-zip.org/a/7z2501.exe"