# PeVerResEditor **Repository Path**: wangfs763/pe-editor ## Basic Information - **Project Name**: PeVerResEditor - **Description**: 用于修改 Windows 执行文件属性对话框中的内容,包括:文件说明、文件版本、产品名称、产品版本、版权、公司 - **Primary Language**: C# - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-07-19 - **Last Updated**: 2025-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: pe, editor, 修改dll信息, 修改exe信息 ## README # PeVerResEditor #### 介绍 用于修改 Windows 执行文件属性对话框中的内容,包括:文件说明、文件版本、产品名称、产品版本、版权、公司、商标 命令行工具,使用方法 PeVerResEditor a.exe [param] -f file version 1.2.3 -p product version pv1 -c company name 公司 -d description 文件说明 -n product name 产品名称 -l legal 版权 -t Trademarks 商标 例: ① 修改 a.exe 的文件版本信息为 3.2.0.0,产品版本为 pv1 PeVerResEditor a.exe /f 3.2 -p pv1 ② 修改 b.dll 的公司信息为 company,文件说明为 demo,版权信息为 free PeVerResEditor b.dll /c company /d demo /l free