Get statistics on dll's


/ Published in: DOS Batch
Save to your folder(s)

how to get the bit encoding of a dll (64 or 32)


Copy this code and paste it in your HTML
  1. dumpbin /headers dllname.dll

URL: http://stackoverflow.com/questions/495244/how-can-i-test-a-windows-dll-to-determine-if-it-is-32bit-or-64bit

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.