Monday, November 10, 2008

How to find out whether a NET dll is arch (32-bit or 64-bit) independent or not?

C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\CorFlags.exe

For example, AntiXssLibrary.dll does not have the “32-bit only” bit set. It should work fine in 64-bit.

[1] » corflags AntiXssLibrary.dll
CorFlags : 9
ILONLY : 1
32BIT : 0
Signed : 1

No comments: