PDA

View Full Version : Indicating 32 or 64 bit code


stevebow
2008-07-29, 19:17
Perhaps more of a feature request if possible, but would it be possible for FA to indicate whether the code in a file (exe/dll/etc) is 32 or 64 bit please? Having recently installed Vista x64 it would be very handy to know this at times when examining files.

PepiMK
2008-07-29, 21:44
It's already in there, you just have to know where to look ;)

If you switch to the PE Header tab, the second row is the one named Machine. That one will show for example 014C - Intel 386 or 8664 - 64-bit Windows (AMD).

stevebow
2008-08-03, 17:33
Ah, yes, I see. Thanks.