RE: How can one tell whether a dll is 32 bits or 64 bits?
- From: "Ken Perry" <whistler@xxxxxxxxxxxxx>
- To: <programmingblind@xxxxxxxxxxxxx>
- Date: Sat, 19 Feb 2011 00:03:23 -0500
You can print the binary out on a printer in 1-0's and crawl around on the
floor reading the billions of bits till you get to PE field called
CHARACTERESTICS at offset 0x0FE or you can use a hex editor to do the same.
Or you could write a script or a program to do the same. Or you could use
Dependency Walker which will tell you plus much more information. You can
find it at:
http://www.dependencywalker.com/
-----Original Message-----
From: programmingblind-bounce@xxxxxxxxxxxxx
[mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of John J. Boyer
Sent: Friday, February 18, 2011 2:51 PM
To: programmingblind@xxxxxxxxxxxxx
Subject: How can one tell whether a dll is 32 bits or 64 bits?
The JVM can tell. It gives error messages of a native library is for the
wrong architecture. How Can I tell beforehand?
Thanks,
John
--
John J. Boyer; President, Chief Software Developer
Abilitiessoft, Inc.
http://www.abilitiessoft.com
Madison, Wisconsin USA
Developing software for people with disabilities
__________
View the list's information and change your settings at
http://www.freelists.org/list/programmingblind
__________
View the list's information and change your settings at
http://www.freelists.org/list/programmingblind
Other related posts: