diff --git a/src/installer/debuggers/hyperdbg.iss b/src/installer/debuggers/hyperdbg.iss index 21d71ad..d31b21e 100644 --- a/src/installer/debuggers/hyperdbg.iss +++ b/src/installer/debuggers/hyperdbg.iss @@ -13,7 +13,7 @@ ; See the License for the specific language governing permissions and ; limitations under the License. -; v0.18.1 https://github.com/HyperDbg/HyperDbg +; v0.23 https://github.com/HyperDbg/HyperDbg [Components] Name: "debuggers\hyperdbg"; Description: "HyperDbg"; Types: full; Check: Is64BitInstallMode diff --git a/src/installer/debuggers/x64dbg.iss b/src/installer/debuggers/x64dbg.iss index 70d65b6..a55fa47 100644 --- a/src/installer/debuggers/x64dbg.iss +++ b/src/installer/debuggers/x64dbg.iss @@ -13,7 +13,7 @@ ; See the License for the specific language governing permissions and ; limitations under the License. -; snapshot_2025-08-19_19-40 +; snapshot_2026-05-27_12-11 ; https://x64dbg.com/ [Components] diff --git a/src/installer/decompilers/cutter.iss b/src/installer/decompilers/cutter.iss index 2835524..33ee5ad 100644 --- a/src/installer/decompilers/cutter.iss +++ b/src/installer/decompilers/cutter.iss @@ -13,7 +13,7 @@ ; See the License for the specific language governing permissions and ; limitations under the License. -; v2.4.1 +; v2.5.0 ; https://cutter.re/ [Components] diff --git a/src/installer/decompilers/ghidra.iss b/src/installer/decompilers/ghidra.iss index 1c0c17c..8c69d4d 100644 --- a/src/installer/decompilers/ghidra.iss +++ b/src/installer/decompilers/ghidra.iss @@ -13,7 +13,7 @@ ; See the License for the specific language governing permissions and ; limitations under the License. -; v12.0.4 +; v12.1.3 ; https://github.com/NationalSecurityAgency/ghidra/ [Components] diff --git a/src/installer/dotnet/dnspyex.iss b/src/installer/dotnet/dnspyex.iss index b32c4a8..eeee4be 100644 --- a/src/installer/dotnet/dnspyex.iss +++ b/src/installer/dotnet/dnspyex.iss @@ -12,7 +12,7 @@ ; See the License for the specific language governing permissions and ; limitations under the License. -; v6.5.1 +; v6.6.0 ; https://github.com/dnSpyEx/dnSpy [Components] diff --git a/src/installer/dotnet/ilspy.iss b/src/installer/dotnet/ilspy.iss index 21f7ce9..d9782a9 100644 --- a/src/installer/dotnet/ilspy.iss +++ b/src/installer/dotnet/ilspy.iss @@ -13,7 +13,7 @@ ; See the License for the specific language governing permissions and ; limitations under the License. -; v10.0.1 +; v11.0 ; https://github.com/icsharpcode/ILSpy [Components] diff --git a/src/installer/go/goresym.iss b/src/installer/go/goresym.iss index b758c61..5950a8b 100644 --- a/src/installer/go/goresym.iss +++ b/src/installer/go/goresym.iss @@ -13,7 +13,7 @@ ; See the License for the specific language governing permissions and ; limitations under the License. -; v3.3 +; v3.4 ; https://github.com/mandiant/GoReSym [Components] diff --git a/src/installer/go/redress.iss b/src/installer/go/redress.iss index 6839c98..cd90ada 100644 --- a/src/installer/go/redress.iss +++ b/src/installer/go/redress.iss @@ -13,7 +13,7 @@ ; See the License for the specific language governing permissions and ; limitations under the License. -; v1.2.67 +; v1.2.82 ; https://github.com/goretk/redress [Components] diff --git a/src/installer/hexeditors/dz6.iss b/src/installer/hexeditors/dz6.iss index 8337594..a0b5ec9 100644 --- a/src/installer/hexeditors/dz6.iss +++ b/src/installer/hexeditors/dz6.iss @@ -12,7 +12,7 @@ ; See the License for the specific language governing permissions and ; limitations under the License. -; v0.7.0 +; v0.7.1 ; https://github.com/mentebinaria/dz6 [Components] diff --git a/src/installer/java/jadx.iss b/src/installer/java/jadx.iss index 993dd47..b4cb186 100644 --- a/src/installer/java/jadx.iss +++ b/src/installer/java/jadx.iss @@ -13,7 +13,7 @@ ; See the License for the specific language governing permissions and ; limitations under the License. -; v1.5.5 +; v1.5.6 ; https://github.com/skylot/jadx [Components] diff --git a/src/installer/network/nmap.iss b/src/installer/network/nmap.iss index 0af66ef..39d2c16 100644 --- a/src/installer/network/nmap.iss +++ b/src/installer/network/nmap.iss @@ -13,19 +13,19 @@ ; See the License for the specific language governing permissions and ; limitations under the License. -; v7.99 +; v7.991 ; https://nmap.org/ [Components] Name: "network\nmap"; Description: "Nmap (plus Zenmap, Ndiff, Ncat, and Nping)"; Types: full; [Files] -Source: "{#MySrcDir}\network\npcap\npcap-1.87.exe"; DestDir: "{app}\network\npcap"; Components: "network\nmap"; Check: not NpcapInstalled +Source: "{#MySrcDir}\network\nmap\npcap-1.88.exe"; DestDir: "{app}\network\nmap"; Components: "network\nmap"; Check: not NpcapInstalled Source: "{#MySrcDir}\network\nmap\*.exe"; DestDir: "{app}\network\nmap"; Components: "network\nmap"; Flags: ignoreversion recursesubdirs createallsubdirs [Run] -Filename: "{app}\network\npcap\npcap-1.87.exe"; Check: not NpcapInstalled; Components: "network\nmap"; Flags: waituntilterminated -Filename: "{app}\network\nmap\nmap-7.99-setup.exe"; Parameters: "/S /D={app}\network\nmap"; Components: "network\nmap" +Filename: "{app}\network\nmap\npcap-1.88.exe"; Check: not NpcapInstalled; Components: "network\nmap"; Flags: waituntilterminated +Filename: "{app}\network\nmap\nmap-7.991-setup.exe"; Parameters: "/S /D={app}\network\nmap"; Components: "network\nmap" [Icons] Name: "{app}\sendto+\sendto\Network\Nmap - Zenmap GUI"; Filename: "{app}\network\nmap\zenmap\bin\pythonw.exe"; Parameters: "-c ""from zenmapGUI.App import run;run()"""; WorkingDir: "{app}\network\nmap"; IconFilename: "{app}\network\nmap\nmap.exe"; Components: "network\nmap" diff --git a/src/installer/network/wireshark.iss b/src/installer/network/wireshark.iss index 88f73d1..5a97b36 100644 --- a/src/installer/network/wireshark.iss +++ b/src/installer/network/wireshark.iss @@ -13,14 +13,14 @@ ; See the License for the specific language governing permissions and ; limitations under the License. -; v4.6.5 +; v4.6.8 ; https://www.wireshark.org/download.html [Components] Name: "network\wireshark"; Description: "Wireshark"; Types: full; [Files] -Source: "{#MySrcDir}\network\npcap\npcap-1.87.exe"; DestDir: "{app}\network\npcap"; Components: "network\wireshark"; Check: not NpcapInstalled +Source: "{#MySrcDir}\network\wireshark\npcap-1.88.exe"; DestDir: "{app}\network\wireshark"; Components: "network\wireshark"; Check: not NpcapInstalled Source: "{#MySrcDir}\network\wireshark\*"; DestDir: "{app}\network\wireshark"; Components: "network\wireshark"; Flags: ignoreversion recursesubdirs createallsubdirs [Icons] @@ -28,4 +28,4 @@ Name: "{group}\{#MyAppName}\Wireshark"; Filename: "{app}\network\wireshark\Wires Name: "{app}\sendto+\sendto\Network\Wireshark"; Filename: "{app}\network\wireshark\WiresharkPortable64.exe"; WorkingDir: "{app}\network\wireshark"; Components: "network\wireshark" [Run] -Filename: "{app}\network\wireshark\npcap-1.87.exe"; Check: not NpcapInstalled; Components: "network\wireshark" \ No newline at end of file +Filename: "{app}\network\wireshark\npcap-1.88.exe"; Check: not NpcapInstalled; Components: "network\wireshark" \ No newline at end of file diff --git a/src/installer/pe/4n4ldetector.iss b/src/installer/pe/4n4ldetector.iss index 26be643..3705fc7 100644 --- a/src/installer/pe/4n4ldetector.iss +++ b/src/installer/pe/4n4ldetector.iss @@ -13,7 +13,7 @@ ; See the License for the specific language governing permissions and ; limitations under the License. -; v3.4 +; v3.5 ; https://github.com/4n0nym0us/4n4lDetector [Components] diff --git a/src/installer/pe/exeinfope.iss b/src/installer/pe/exeinfope.iss index b303d55..444c85a 100644 --- a/src/installer/pe/exeinfope.iss +++ b/src/installer/pe/exeinfope.iss @@ -13,7 +13,7 @@ ; See the License for the specific language governing permissions and ; limitations under the License. -; v0.0.9.5 +; v0.0.9.9 ; https://github.com/ExeinfoASL/ASL [Components] diff --git a/src/installer/pe/pebear.iss b/src/installer/pe/pebear.iss index d35c65a..95f4ff4 100644 --- a/src/installer/pe/pebear.iss +++ b/src/installer/pe/pebear.iss @@ -13,7 +13,7 @@ ; See the License for the specific language governing permissions and ; limitations under the License. -; v0.7.1 +; v0.7.2 ; https://github.com/hasherezade/pe-bear [Components] diff --git a/src/installer/pe/ppee.iss b/src/installer/pe/ppee.iss index 1eaf6c3..9d11f6a 100644 --- a/src/installer/pe/ppee.iss +++ b/src/installer/pe/ppee.iss @@ -12,7 +12,7 @@ ; See the License for the specific language governing permissions and ; limitations under the License. -; v1.13.1 +; v1.14 ; https://mzrst.com/ [Components] diff --git a/src/installer/programming/winpython.iss b/src/installer/programming/winpython.iss index c9a4931..614d2f7 100644 --- a/src/installer/programming/winpython.iss +++ b/src/installer/programming/winpython.iss @@ -13,7 +13,7 @@ ; See the License for the specific language governing permissions and ; limitations under the License. -; Winpython64-3.13.12.0dot.zip +; Winpython64-3.13.15.0dotb3.zip ; https://github.com/winpython/winpython [Components] diff --git a/src/installer/systeminformation/winobjex64.iss b/src/installer/systeminformation/winobjex64.iss index 1308fe5..ff3b6b4 100644 --- a/src/installer/systeminformation/winobjex64.iss +++ b/src/installer/systeminformation/winobjex64.iss @@ -13,7 +13,7 @@ ; See the License for the specific language governing permissions and ; limitations under the License. -; v2.1.0 +; v2.1.1 ; https://github.com/hfiref0x/WinObjEx64 [Components] diff --git a/src/installer/unpacking/upx.iss b/src/installer/unpacking/upx.iss index ee6efc0..ddf557d 100644 --- a/src/installer/unpacking/upx.iss +++ b/src/installer/unpacking/upx.iss @@ -13,7 +13,7 @@ ; See the License for the specific language governing permissions and ; limitations under the License. -; v5.1.1 +; v5.2.0 ; https://github.com/upx/upx [Components] diff --git a/src/installer/utilities/7zip.iss b/src/installer/utilities/7zip.iss index 3f63296..f31e195 100644 --- a/src/installer/utilities/7zip.iss +++ b/src/installer/utilities/7zip.iss @@ -13,7 +13,7 @@ ; See the License for the specific language governing permissions and ; limitations under the License. -; v26.00 +; v26.02 ; https://www.7-zip.org ; We don't extract the main executable form the original installer because 7-Zip installs many a few libraries @@ -26,8 +26,8 @@ Name: "utilities\7zip"; Description: "7-Zip"; Types: full; Source: "{#MySrcDir}\utilities\7zip\*.exe"; DestDir: "{app}\utilities\7zip"; Components: "utilities\7zip"; Flags: ignoreversion recursesubdirs createallsubdirs [Run] -Filename: "{app}\utilities\7zip\7z2600-x64.exe"; Parameters: "/S /D={app}\utilities\7zip"; Components: "utilities\7zip"; Check: Is64BitInstallMode -Filename: "{app}\utilities\7zip\7z2600.exe"; Parameters: "/S /D={app}\utilities\7zip"; Components: "utilities\7zip"; Check: not Is64BitInstallMode +Filename: "{app}\utilities\7zip\7z2602-x64.exe"; Parameters: "/S /D={app}\utilities\7zip"; Components: "utilities\7zip"; Check: Is64BitInstallMode +Filename: "{app}\utilities\7zip\7z2602.exe"; Parameters: "/S /D={app}\utilities\7zip"; Components: "utilities\7zip"; Check: not Is64BitInstallMode [Icons] Name: "{app}\sendto+\sendto\Utilities\7-Zip"; Filename: "{app}\utilities\7zip\7zFM.exe"; WorkingDir: "{app}\utilities\7zip"; Components: "utilities\7zip" diff --git a/src/installer/utilities/cyberchef.iss b/src/installer/utilities/cyberchef.iss index 3f5b320..3bbcc2a 100644 --- a/src/installer/utilities/cyberchef.iss +++ b/src/installer/utilities/cyberchef.iss @@ -13,7 +13,7 @@ ; See the License for the specific language governing permissions and ; limitations under the License. -; v10.23.0 +; v11.4.0 ; https://gchq.github.io/CyberChef/ [Components] @@ -23,5 +23,5 @@ Name: "utilities\cyberchef"; Description: "CyberChef"; Types: full; Source: "{#MySrcDir}\utilities\cyberchef\*"; DestDir: "{app}\utilities\cyberchef"; Components: "utilities\cyberchef"; Flags: ignoreversion recursesubdirs createallsubdirs [Icons] -Name: "{group}\{#MyAppName}\CyberChef"; Filename: "{app}\utilities\cyberchef\CyberChef_v10.23.0.html"; WorkingDir: "{app}\utilities\cyberchef"; Components: "utilities\cyberchef" -Name: "{app}\sendto+\sendto\Utilities\CyberChef"; Filename: "{app}\utilities\cyberchef\CyberChef_v10.23.0.html"; WorkingDir: "{app}\utilities\cyberchef"; Components: "utilities\cyberchef" \ No newline at end of file +Name: "{group}\{#MyAppName}\CyberChef"; Filename: "{app}\utilities\cyberchef\CyberChef_v11.4.0.html"; WorkingDir: "{app}\utilities\cyberchef"; Components: "utilities\cyberchef" +Name: "{app}\sendto+\sendto\Utilities\CyberChef"; Filename: "{app}\utilities\cyberchef\CyberChef_v11.4.0.html"; WorkingDir: "{app}\utilities\cyberchef"; Components: "utilities\cyberchef" \ No newline at end of file diff --git a/src/installer/utilities/npp.iss b/src/installer/utilities/npp.iss index d2d843a..107e3e1 100644 --- a/src/installer/utilities/npp.iss +++ b/src/installer/utilities/npp.iss @@ -13,7 +13,7 @@ ; See the License for the specific language governing permissions and ; limitations under the License. -; v8.9.3 +; v8.9.7 ; https://notepad-plus-plus.org/ [Components] @@ -23,8 +23,8 @@ Name: "utilities\npp"; Description: "Notepad++"; Types: full; Source: "{#MySrcDir}\utilities\npp\*"; DestDir: "{app}\utilities\npp"; Components: "utilities\npp"; Flags: ignoreversion recursesubdirs createallsubdirs [Run] -Filename: "{app}\utilities\npp\npp.8.9.3.Installer.x64.exe"; Parameters: "/S /D={app}\utilities\npp"; Components: "utilities\npp"; Check: Is64BitInstallMode -Filename: "{app}\utilities\npp\npp.8.9.3.Installer.exe"; Parameters: "/S /D={app}\utilities\npp"; Components: "utilities\npp"; Check: not Is64BitInstallMode +Filename: "{app}\utilities\npp\npp.8.9.7.Installer.x64.exe"; Parameters: "/S /D={app}\utilities\npp"; Components: "utilities\npp"; Check: Is64BitInstallMode +Filename: "{app}\utilities\npp\npp.8.9.7.Installer.exe"; Parameters: "/S /D={app}\utilities\npp"; Components: "utilities\npp"; Check: not Is64BitInstallMode [Icons] Name: "{app}\sendto+\sendto\Utilities\Notepad++"; Filename: "{app}\utilities\npp\notepad++.exe"; WorkingDir: "{app}\utilities\npp"; Components: "utilities\npp" diff --git a/src/installer/utilities/vt.iss b/src/installer/utilities/vt.iss index 249e905..02fee1d 100644 --- a/src/installer/utilities/vt.iss +++ b/src/installer/utilities/vt.iss @@ -13,7 +13,7 @@ ; See the License for the specific language governing permissions and ; limitations under the License. -; v1.3.0 +; v1.3.1 ; https://github.com/VirusTotal/vt-cli [Components]