Check the compatibility of the dll to work on 32/64 bit
- by Nimesh
How to check the compatibility of a dll to work on 32 bit / 64 bit?
is there any tool available to check this? I saw somewhere that we can use coflags, but wont be ableto read native dll it seems.
Somewhere i read few other things like IMAGE_FILE_HEADER. How can i do this check.