mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-12-08 15:24:07 +00:00
commit
4445e86ecb
|
|
@ -198,4 +198,29 @@
|
|||
x86dbg = @{
|
||||
any = "https://twds.dl.sourceforge.net/project/x64dbg/snapshots/snapshot_2025-08-19_19-40.zip?viasf=1"
|
||||
}
|
||||
|
||||
# ===========================
|
||||
# 7-zip
|
||||
# ===========================
|
||||
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"
|
||||
}
|
||||
|
||||
# ===========================
|
||||
# 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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user