mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-12-09 07:43:51 +00:00
commit
4445e86ecb
|
|
@ -195,7 +195,32 @@
|
||||||
# ===========================
|
# ===========================
|
||||||
# x86dbg
|
# x86dbg
|
||||||
# ===========================
|
# ===========================
|
||||||
x86dbg = @{
|
x86dbg = @{
|
||||||
any = "https://twds.dl.sourceforge.net/project/x64dbg/snapshots/snapshot_2025-08-19_19-40.zip?viasf=1"
|
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