嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C# 基于CS的木马远程控制程序源码
C# 基于CS的木马远程控制程序源码 京华志&精华志出品 希望大家互相学习,互相进步 支持CSDN 支持微软 主要包括C# ASP.NET SQLDBA 源码 毕业设计 开题报告 答辩PPT等
.
├── C# 开发的木马程序源码
│ └── C# 木马
│ └── 木马服务端和控制端代码
│ ├── 木马控制端
│ │ ├── Backup
│ │ │ ├── 木马控制端
│ │ │ │ ├── App.ico
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Form2.cs
│ │ │ │ ├── Form2.resx
│ │ │ │ ├── Form3.cs
│ │ │ │ ├── Form3.resx
│ │ │ │ ├── Form4.cs
│ │ │ │ ├── Form4.resx
│ │ │ │ ├── 木马控制端.csproj
│ │ │ │ └── 木马控制端.csproj.user
│ │ │ ├── 木马控制端.sln
│ │ │ └── 木马控制端.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 木马控制端
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.resx
│ │ │ ├── Form3.cs
│ │ │ ├── Form3.resx
│ │ │ ├── Form4.cs
│ │ │ ├── Form4.resx
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 木马控制端.exe
│ │ │ │ ├── 木马控制端.pdb
│ │ │ │ └── 木马控制端.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── 木马控制端.Form1.resources
│ │ │ │ │ ├── 木马控制端.Form2.resources
│ │ │ │ │ ├── 木马控制端.Form3.resources
│ │ │ │ │ ├── 木马控制端.Form4.resources
│ │ │ │ │ ├── 木马控制端.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 木马控制端.exe
│ │ │ │ │ └── 木马控制端.pdb
│ │ │ │ └── 木马控制端.csproj.FileList.txt
│ │ │ ├── 木马控制端
│ │ │ │ ├── App.ico
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Form2.cs
│ │ │ │ ├── Form2.resx
│ │ │ │ ├── Form3.cs
│ │ │ │ ├── Form3.resx
│ │ │ │ ├── Form4.cs
│ │ │ │ ├── Form4.resx
│ │ │ │ ├── 木马控制端.csproj
│ │ │ │ └── 木马控制端.csproj.user
│ │ │ ├── 木马控制端.csproj
│ │ │ ├── 木马控制端.csproj.user
│ │ │ ├── 木马控制端.sln
│ │ │ └── 木马控制端.suo
│ │ ├── 木马控制端.sln
│ │ └── 木马控制端.suo
│ └── 木马服务端
│ ├── 2000多商业程序 OA 程序下载 版权说明.txt
│ ├── Backup
│ │ ├── mumakongzhiduan
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── mumakongzhiduan.csproj
│ │ │ └── mumakongzhiduan.csproj.user
│ │ ├── mumakongzhiduan.sln
│ │ └── mumakongzhiduan.suo
│ ├── DevComponents.DotNetBar2.dll
│ ├── UpgradeLog.XML
│ ├── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport.xslt
│ │ ├── UpgradeReport_Minus.gif
│ │ └── UpgradeReport_Plus.gif
│ ├── mumakongzhiduan
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── bin
│ │ │ └── Debug
│ │ │ └── mumakongzhiduan.vshost.exe
│ │ ├── mumakongzhiduan.csproj
│ │ ├── mumakongzhiduan.csproj.user
│ │ └── obj
│ │ └── Debug
│ │ └── TempPE
│ ├── mumakongzhiduan.sln
│ ├── mumakongzhiduan.suo
│ └── 网络资源采集工具.exe
└── 好例子网_C#基于CS的木马远程控制程序源码.rar
24 directories, 84 files