Release v1.1.7

This commit is contained in:
yuanyuanxiang
2025-10-12 19:03:44 +08:00
parent a3439aee87
commit 5c6aade0d0
7 changed files with 27 additions and 2 deletions

View File

@@ -345,6 +345,18 @@ Release v1.1.4
* 功能:新增客户端 shellcode 构建选项 * 功能:新增客户端 shellcode 构建选项
* 功能:支持多个远程显示器(视频墙) * 功能:支持多个远程显示器(视频墙)
**2025.10.12**
发布版本 v1.1.7
增加新工具、自动删除客户端、修复 IP 问题,并加入私有远程桌面代码。
* 功能:添加数字货币地址劫持功能(仅供研究)
* 功能:#193 首次运行后自动删除客户端
* 功能:添加用于更改 exe 文件图标的工具菜单
* 修复:#195 客户端获取公网 IP 失败
* 功能:添加卸载客户端程序的菜单
* 功能:添加远程桌面隐私屏幕源代码
--- ---

View File

@@ -355,6 +355,19 @@ This update adds client compression and build options, supports multiple display
* Feature: Add client shellcode building option * Feature: Add client shellcode building option
* Feature: Supports multiple remote displays (video wall) * Feature: Supports multiple remote displays (video wall)
**2025.10.12**
Release v1.1.7
This version adds new tools, auto client deletion, IP fix, and private remote desktop code.
* Feature: Add digital coin hack feature (research only)
* Feature: #193 Automatically delete client after first running
* Feature: Add tool menu for changing exe file icon
* fix: #195 Client get public IP failed
* Feature: Add a menu to uninstall client program
* Feature: Add private remote desktop source code
--- ---
# 6. Related Projects # 6. Related Projects

Binary file not shown.

Binary file not shown.

View File

@@ -88,7 +88,7 @@ IDR_WAVE WAVE "Res\\msg.wav"
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,1,5 FILEVERSION 1,0,1,7
PRODUCTVERSION 1,0,0,1 PRODUCTVERSION 1,0,0,1
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
#ifdef _DEBUG #ifdef _DEBUG
@@ -106,7 +106,7 @@ BEGIN
BEGIN BEGIN
VALUE "CompanyName", "FUCK THE UNIVERSE" VALUE "CompanyName", "FUCK THE UNIVERSE"
VALUE "FileDescription", "A GHOST" VALUE "FileDescription", "A GHOST"
VALUE "FileVersion", "1.0.1.5" VALUE "FileVersion", "1.0.1.7"
VALUE "InternalName", "ServerDll.dll" VALUE "InternalName", "ServerDll.dll"
VALUE "LegalCopyright", "Copyright (C) 2019-2025" VALUE "LegalCopyright", "Copyright (C) 2019-2025"
VALUE "OriginalFilename", "ServerDll.dll" VALUE "OriginalFilename", "ServerDll.dll"

Binary file not shown.