I\'ve got an arbitrary list of .NET assemblies.
I need to programmatically check if each DLL was built for x86 (as opposed to x64 or Any CPU). Is this possible?
Try to use CorFlagsReader from this project at CodePlex. It has no references to other assemblies and it can be used as is.