Finding the bitness of an arbitrary executable with Python

Andrew Berg bahamutzero8825 at gmail.com
Mon May 9 17:44:41 EDT 2011


On 2011.05.09 04:10 PM, Irmen de Jong wrote:
> http://stackoverflow.com/questions/1345632/determine-if-an-executable-or-library-is-32-or-64-bits-on-windows
The code using struct doesn't look terribly complicated, so that could
work. I might need to inspect other executable types, but I don't see it
being any time soon.
Thank you.



More information about the Python-list mailing list