Skip to content

Commit

Permalink
Release stable version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanyuanxiang committed Jan 11, 2025
1 parent 1694cab commit 816385e
Show file tree
Hide file tree
Showing 19 changed files with 4,798 additions and 10 deletions.
7 changes: 6 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
**原始来源:** [zibility](/~https://github.com/zibility/Remote)

**功能概述:** 基于gh0st的远程控制器:实现了终端管理、进程管理、窗口管理、桌面管理、文件管理、语音管理、视频管理、服务管理、注册表管理等功能。
如果您热爱研究控制程序,喜欢本项目,请您对该项目添加星标。Fork、Watch此项目,提交Issues,发起Pull Request都是受欢迎的。

根据本人空闲情况,此项目会不定期更新。若您想对该项目了解更多技术细节,喜欢讨论软件的各方面,学习和交流请通过适当的方式联系。

**起始日期**:2019.1.1

Expand Down Expand Up @@ -304,9 +307,11 @@ reorg: Move commands to common/commands.h
2024.12.31
生成服务时增加加密选项,当前支持XOR加密。配合使用解密程序来加载加密后的服务。

2024.01.12
2025.01.12
修复被控程序关于远程桌面相关可能的2处问题(#28 #29)。增加对主控端列表窗口的排序功能(#26 #27),以便快速定位窗口、服务或进程。

发布一个运行**非常稳定**的版本v1.0.6,该版本不支持在较老的Windows XP系统运行(注:VS2019及以后版本已不支持XP工具集,为此需要更早的VS)。
您可以从GitHub下载最新的Release,也可以clone该项目在相关目录找到。如果杀毒软件报告病毒,这是正常现象,请信任即可,或者您可以亲自编译。


# 沟通反馈
Expand Down
Binary file added Releases/v1.0.6/ServerDll.dll
Binary file not shown.
Binary file added Releases/v1.0.6/TestRun.exe
Binary file not shown.
Binary file added Releases/v1.0.6/Yama.exe
Binary file not shown.
Binary file added Releases/v1.0.6/ghost.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions client/ClientDll_vs2015.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<IncludePath>$(WindowsSDK_IncludePath);$(VLDPATH)\include\;$(IncludePath)</IncludePath>
<IncludePath>./d3d;$(WindowsSDK_IncludePath);$(VLDPATH)\include\;$(IncludePath)</IncludePath>
<LibraryPath>$(WindowsSDK_LibraryPath_x86);$(VLDPATH)\lib\Win32\;$(LibraryPath)</LibraryPath>
<IntDir>$(Configuration)\dll</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LibraryPath>$(WindowsSDK_LibraryPath_x86);$(VLDPATH)\lib\Win32\;$(LibraryPath)</LibraryPath>
<IncludePath>$(WindowsSDK_IncludePath);$(VLDPATH)\include\;$(IncludePath)</IncludePath>
<IncludePath>./d3d;$(WindowsSDK_IncludePath);$(VLDPATH)\include\;$(IncludePath)</IncludePath>
<IntDir>$(Configuration)\dll</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Expand Down
7 changes: 5 additions & 2 deletions client/Script.rc
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,14 @@ END

IDR_WAVE WAVE "Res\\msg.wav"


/////////////////////////////////////////////////////////////////////////////
//
// Version
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,5
FILEVERSION 1,0,0,6
PRODUCTVERSION 1,0,0,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
Expand All @@ -105,7 +106,7 @@ BEGIN
BEGIN
VALUE "CompanyName", "FUCK THE UNIVERSE"
VALUE "FileDescription", "A GHOST"
VALUE "FileVersion", "1.0.0.5"
VALUE "FileVersion", "1.0.0.6"
VALUE "InternalName", "ServerDll.dll"
VALUE "LegalCopyright", "Copyright (C) 2019-2025"
VALUE "OriginalFilename", "ServerDll.dll"
Expand All @@ -128,7 +129,9 @@ END
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ICON_MAIN ICON "Res\\ghost.ico"

IDI_ICON_MSG ICON "Res\\msg.ico"

#endif // ����(���壬�й�) resources
/////////////////////////////////////////////////////////////////////////////

Expand Down
Loading

0 comments on commit 816385e

Please sign in to comment.