基本信息
源码名称:C#EXE文件加密器源代码
源码大小:0.13M
文件格式:.rar
开发语言:C#
更新时间:2023-07-17
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
C#EXE文件加密器源代码,主要是用于对EXE文件进行加密
文件清单
└── 20
├── DispelFormality
│ ├── DispelFormality
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── DispelFormality.exe
│ │ │ ├── DispelFormality.pdb
│ │ │ ├── DispelFormality.TXT
│ │ │ └── DispelFormality.vshost.exe
│ │ ├── DispelFormality.csproj
│ │ ├── Frm_Dispel.cs
│ │ ├── Frm_Dispel.Designer.cs
│ │ ├── Frm_Dispel.resx
│ │ ├── Frm_Logon.cs
│ │ ├── Frm_Logon.Designer.cs
│ │ ├── Frm_Logon.resx
│ │ ├── Frm_Main.cs
│ │ ├── Frm_Main.Designer.cs
│ │ ├── Frm_Main.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DispelFormality.csproj.GenerateResource.Cache
│ │ │ │ ├── DispelFormality.exe
│ │ │ │ ├── DispelFormality.Frm_Dispel.resources
│ │ │ │ ├── DispelFormality.Frm_Logon.resources
│ │ │ │ ├── DispelFormality.Frm_Main.resources
│ │ │ │ ├── DispelFormality.pdb
│ │ │ │ ├── DispelFormality.Properties.Resources.resources
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ └── DispelFormality.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── DispelFormality.sln
│ └── DispelFormality.suo
├── FormalityEncryet
│ ├── FormalityEncryet
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── FormalityEncryet.exe
│ │ │ ├── FormalityEncryet.pdb
│ │ │ └── FormalityEncryet.vshost.exe
│ │ ├── FormalityEncryet.csproj
│ │ ├── Frm_Encryption.cs
│ │ ├── Frm_Encryption.Designer.cs
│ │ ├── Frm_Encryption.resx
│ │ ├── Hardware.cs
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── FormalityEncryet.csproj.GenerateResource.Cache
│ │ │ │ ├── FormalityEncryet.exe
│ │ │ │ ├── FormalityEncryet.Frm_Encryption.resources
│ │ │ │ ├── FormalityEncryet.pdb
│ │ │ │ ├── FormalityEncryet.Properties.Resources.resources
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ ├── FormalityEncryet.csproj.FileListAbsolute.txt
│ │ │ └── FormalityEncryet.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── FormalityEncryet.sln
│ └── FormalityEncryet.suo
└── 程序使用说明.doc
19 directories, 54 files
C#EXE文件加密器源代码,主要是用于对EXE文件进行加密
文件清单
└── 20
├── DispelFormality
│ ├── DispelFormality
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── DispelFormality.exe
│ │ │ ├── DispelFormality.pdb
│ │ │ ├── DispelFormality.TXT
│ │ │ └── DispelFormality.vshost.exe
│ │ ├── DispelFormality.csproj
│ │ ├── Frm_Dispel.cs
│ │ ├── Frm_Dispel.Designer.cs
│ │ ├── Frm_Dispel.resx
│ │ ├── Frm_Logon.cs
│ │ ├── Frm_Logon.Designer.cs
│ │ ├── Frm_Logon.resx
│ │ ├── Frm_Main.cs
│ │ ├── Frm_Main.Designer.cs
│ │ ├── Frm_Main.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DispelFormality.csproj.GenerateResource.Cache
│ │ │ │ ├── DispelFormality.exe
│ │ │ │ ├── DispelFormality.Frm_Dispel.resources
│ │ │ │ ├── DispelFormality.Frm_Logon.resources
│ │ │ │ ├── DispelFormality.Frm_Main.resources
│ │ │ │ ├── DispelFormality.pdb
│ │ │ │ ├── DispelFormality.Properties.Resources.resources
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ └── DispelFormality.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── DispelFormality.sln
│ └── DispelFormality.suo
├── FormalityEncryet
│ ├── FormalityEncryet
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── FormalityEncryet.exe
│ │ │ ├── FormalityEncryet.pdb
│ │ │ └── FormalityEncryet.vshost.exe
│ │ ├── FormalityEncryet.csproj
│ │ ├── Frm_Encryption.cs
│ │ ├── Frm_Encryption.Designer.cs
│ │ ├── Frm_Encryption.resx
│ │ ├── Hardware.cs
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── FormalityEncryet.csproj.GenerateResource.Cache
│ │ │ │ ├── FormalityEncryet.exe
│ │ │ │ ├── FormalityEncryet.Frm_Encryption.resources
│ │ │ │ ├── FormalityEncryet.pdb
│ │ │ │ ├── FormalityEncryet.Properties.Resources.resources
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ ├── FormalityEncryet.csproj.FileListAbsolute.txt
│ │ │ └── FormalityEncryet.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── FormalityEncryet.sln
│ └── FormalityEncryet.suo
└── 程序使用说明.doc
19 directories, 54 files