<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>从 PE 文件资源表中提取文件的版本信息</title>
        <link>https://xiaodaozhi.com/develop/25.html</link>
        <description>前段时间需要实现对 Windows PE 文件版本信息的提取，如文件说明、文件版本、产品名称、版权、原始文件名等信息。获取这些信息在 Windows 下当然有一系列的 API 函数供调用，简单方便。但是当需要在 Linux 操作系统平台下提取 PE 文件的版本信息数据时，就需要自己对 PE 文件的结构进行手动解析。</description>
        <lastBuildDate>Fri, 08 Jun 2018 04:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>zh-CN</language>
        <image>
            <title>从 PE 文件资源表中提取文件的版本信息</title>
            <url>https://xiaodaozhi.com/uploads/2016/05/03/1773740955996.png</url>
            <link>https://xiaodaozhi.com/develop/25.html</link>
        </image>
        <copyright>All rights reserved 2026</copyright>
        <atom:link href="https://xiaodaozhi.com/feed/develop/25.html" rel="self" type="application/rss+xml"/>
    </channel>
</rss>