Is there a Plugin to tell me if a file is 64 or 32 bit?
Moderators: Hacker, petermad, Stefan2, white
Is there a Plugin to tell me if a file is 64 or 32 bit?
Hello,
sometimes I wonder if a dll or exe file is 32 or 64 bit.
Do we have a Plugin that can tell me if a file is 64 or 32 bit?
sometimes I wonder if a dll or exe file is 32 or 64 bit.
Do we have a Plugin that can tell me if a file is 64 or 32 bit?
Regards, Brahman
Win10 & 11 Pro x64
Win10 & 11 Pro x64
Re: Is there a Plugin to tell me if a file is 64 or 32 bit?
The IsDotNet plugin has (boolean) fields for that. The ExeInfo plugin with its Platform field can be of use, too. ExeFormat also has a field (IMAGE_FILE_HEADER.Machine); see this similar thread where it's mentioned: viewtopic.php?t=35498
Regards
Dalai
Regards
Dalai
Last edited by Dalai on 2023-08-21, 15:33 UTC, edited 1 time in total.
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: Is there a Plugin to tell me if a file is 64 or 32 bit?
Plugin "FileX" - Download FileX23.zip
Examples
Code: Select all
[=filex.FileType]
Code: Select all
SHARE_NT.EXE Application (16-bit)
CGLPTNT.SYS System file (32-bit)
SFXHEAD.SFX SFX-file (32-bit)
TOTALCMD.EXE Application (32-bit)
TOTALCMD64.EXE Application (64-bit)
Wciconex.dll Application extension (32-bit)
Re: Is there a Plugin to tell me if a file is 64 or 32 bit?
Thanks a lot.
Lots of options I couldn't find before.
Lots of options I couldn't find before.
Regards, Brahman
Win10 & 11 Pro x64
Win10 & 11 Pro x64
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Is there a Plugin to tell me if a file is 64 or 32 bit?
I'm using the Lister plugin fileinfo to quickly check with F3 whether an executable is 32-bit or 64-bit.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Is there a Plugin to tell me if a file is 64 or 32 bit?
2ghisler
Thanks, that's a good idea.
But for a while my lister hasn't been working.
The files always open in notepad. I haven't gotten around to take a deep look at it and fix it.
Thanks, that's a good idea.
But for a while my lister hasn't been working.
The files always open in notepad. I haven't gotten around to take a deep look at it and fix it.
Regards, Brahman
Win10 & 11 Pro x64
Win10 & 11 Pro x64
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Is there a Plugin to tell me if a file is 64 or 32 bit?
Please go to menu Configuration - Options - Edit/View and check what hotkey is defined for "Internal viewer with file under cursor". It's probably set to Alt+F3, so F3 will open an external viewer. notepad is the default external viewer.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Is there a Plugin to tell me if a file is 64 or 32 bit?
https://ibb.co/gF7cWsYghisler(Author) wrote: 2023-08-21, 17:23 UTC I'm using the Lister plugin fileinfo to quickly check with F3 whether an executable is 32-bit or 64-bit.
with tooltip (+ mean x64) and Total7zip its easy

OS: Win10 | TC: latest x64