基本信息
源码名称:C#批量修改文件hash值[软件和源代码]
源码大小:0.08M
文件格式:.rar
开发语言:C#
更新时间:2023-12-23
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
C#批量修改文件hash值[软件和源代码]
资源包含可执行程序和C#源代码 本程序可在基本不改变文件可用性的情况下修改文件的hash(校验)值 选择目录之后,则批量修改目录下的全部文件的hash值 fakehash可修改为要附加的内容,点随机则随机生成附加内容 选择...

.
├── C#批量修改文件hash值[软件和源代码]_autobinarywriter.rar
└── autobinarywriter
    ├── autobinarywriter
    │   ├── Form1.Designer.cs
    │   ├── Form1.cs
    │   ├── Form1.resx
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── autobinarywriter.csproj
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── autobinarywriter.exe
    │   │   │   ├── autobinarywriter.pdb
    │   │   │   ├── autobinarywriter.vshost.exe
    │   │   │   ├── autobinarywriter.vshost.exe.manifest
    │   │   │   └── 说明.txt
    │   │   └── Release
    │   │       ├── autobinarywriter.exe
    │   │       ├── autobinarywriter.pdb
    │   │       ├── autobinarywriter.vshost.exe
    │   │       └── autobinarywriter.vshost.exe.manifest
    │   └── obj
    │       └── x86
    │           ├── Debug
    │           │   ├── DesignTimeResolveAssemblyReferences.cache
    │           │   ├── DesignTimeResolveAssemblyReferencesInput.cache
    │           │   ├── TempPE
    │           │   ├── autobinarywriter.Form1.resources
    │           │   ├── autobinarywriter.Properties.Resources.resources
    │           │   ├── autobinarywriter.csproj.FileListAbsolute.txt
    │           │   ├── autobinarywriter.csproj.GenerateResource.Cache
    │           │   ├── autobinarywriter.exe
    │           │   └── autobinarywriter.pdb
    │           └── Release
    │               ├── DesignTimeResolveAssemblyReferencesInput.cache
    │               ├── TempPE
    │               ├── autobinarywriter.Form1.resources
    │               ├── autobinarywriter.Properties.Resources.resources
    │               ├── autobinarywriter.csproj.FileListAbsolute.txt
    │               ├── autobinarywriter.csproj.GenerateResource.Cache
    │               ├── autobinarywriter.exe
    │               └── autobinarywriter.pdb
    ├── autobinarywriter.sln
    └── autobinarywriter.suo

12 directories, 37 files