Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
仅使用 VBScript(从 Windows 脚本主机启动)可以从 kernel32.dll 中提取 DLL 元数据吗?具体来说,我正在寻找 DLL 标头中指定的版本信息和体系结构。这可以在没有任何依赖关系的情况下完成吗?
如果您只是在寻找版本,则可以使用FileSystemObject.
FileSystemObject
如果您正在寻找 FileVersion 之外的其他信息,这里有一些预先编写的代码。