Cato Antonsen’s Weblog

February 3, 2009

How to find if assembly is 32-bit or 64-bit?

Filed under: General development — Cato @ 11:12 am

By running CorFlags.exe [assemblyname] it will output the information you need:

 

Platform PE 32BIT
Any CPU PE32 0
x86 PE32 1
64-bit PE32+ 0

 

Information got from this blog.

Blog at WordPress.com.