码迷,mamicode.com
首页 > 其他好文 > 详细

查看程序/DLL的位数 32位 64 位

时间:2015-03-03 18:57:59      阅读:198      评论:0      收藏:0      [点我收藏+]

标签:windows   程序位数   32位   64位   

查看程序或dll,信息,如位数


"D:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\dumpbin.exe" /headers  XXX.exe

Microsoft (R) COFF/PE Dumper Version 12.00.21005.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Dump of file QtWebApp.exe
PE signature found
File Type: EXECUTABLE IMAGE
FILE HEADER VALUES
            8664 machine (x64)
               6 number of sections
        54F170AB time date stamp Sat Feb 28 15:39:23 2015
               0 file pointer to symbol table
               0 number of symbols
              F0 size of optional header
              22 characteristics
                   Executable
                   Application can handle large (>2GB) addresses
OPTIONAL HEADER VALUES
             20B magic # (PE32+)
           12.00 linker version
           22E00 size of code
           1BA00 size of initialized data

machine (x64)  -- 64 位

machine (i386) -- 32 位


本文出自 “喜发” 博客,请务必保留此出处http://2678482.blog.51cto.com/2668482/1616861

查看程序/DLL的位数 32位 64 位

标签:windows   程序位数   32位   64位   

原文地址:http://2678482.blog.51cto.com/2668482/1616861

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!