-
-
Notifications
You must be signed in to change notification settings - Fork 15
Awesome binaries
Namhyeon, Go edited this page Oct 18, 2024
·
20 revisions
The binaries listed here are for special purpose users, and regular users do not need them.
- WelsonJS.Toolkit (Toolkit, Service, Launcher)
- GTK+ for Windows Runtime Environment Installer [2.24.33-2021-01-30]
- jopbrown/gtk-server [gtk-server-2.4.5-gtk-2.24.32-win64]
- Python Windows embeddable package [3.10.2]
- Python Modules (32bit or 64bit)
- Beautiful Soup [4.9.0]
- python-nmap [0.7.1]
- pywin32 [Build 303]
- gRPC [Release v1.57.0]
- CURL for Windows [7.81.0]
- basil00/Divert [2.2.0]
- vi/websocat [v1.9.0]
- DDoSolitary/shadowsocks-libev-win [Build 2022-01-18] zip 7z
- NMAP for Windows [7.92]
- THC Hydra for Windows [v9.1]
- Android SDK Platform Tools [r33.0.0]
- ChakraCore (x64/x86/ARM) [v1.11.24]
- bytecodealliance/wasm-micro-runtime [44d75ce]
- WinLibs standalone build of GCC and MinGW-w64 for Windows
- The Go Programming Language
- Example of the build script (Windows Batch):
@echo off REM set required build-tools set PATH=%WINDIR%\System32 REM set PATH=%PATH%;%CD%\packages\go1.14.6.windows-amd64\go\bin set PATH=%PATH%;%CD%\packages\git-2.28.0-64-bit\bin set PATH=%PATH%;%CD%\packages\winlibs-x86_64-posix-seh-gcc-10.2.0-llvm-10.0.0-mingw-w64-7.0.0-r2\mingw64\bin set GOPATH=%CD%\packages\build\go REM check a PATH variable echo %PATH% REM check a GOPATH variable REM echo %GOPATH% REM set destination folder set BINPATH=%CD%\bin rmdir %BINPATH% /s /q mkdir %BINPATH% REM INSERT YOUR CODE echo done
This document may contain outdated content. For the latest information, please contact us directly or refer to the webpage below.