Is there a Plugin to tell me if a file is 64 or 32 bit?

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
brahman
Member
Member
Posts: 198
Joined: 2006-04-26, 13:27 UTC

Is there a Plugin to tell me if a file is 64 or 32 bit?

Post by *brahman »

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?
Regards, Brahman
Win10 Pro x64
User avatar
Dalai
Power Member
Power Member
Posts: 9364
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: Is there a Plugin to tell me if a file is 64 or 32 bit?

Post by *Dalai »

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
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
User avatar
Gral
Power Member
Power Member
Posts: 1460
Joined: 2005-01-26, 15:12 UTC

Re: Is there a Plugin to tell me if a file is 64 or 32 bit?

Post by *Gral »

User avatar
tuska
Power Member
Power Member
Posts: 3740
Joined: 2007-05-21, 12:17 UTC

Re: Is there a Plugin to tell me if a file is 64 or 32 bit?

Post by *tuska »

Plugin "FileX" - Download FileX23.zip

Code: Select all

[=filex.FileType]
Examples

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)
brahman
Member
Member
Posts: 198
Joined: 2006-04-26, 13:27 UTC

Re: Is there a Plugin to tell me if a file is 64 or 32 bit?

Post by *brahman »

Thanks a lot.

Lots of options I couldn't find before.
Regards, Brahman
Win10 Pro x64
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
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?

Post by *ghisler(Author) »

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
brahman
Member
Member
Posts: 198
Joined: 2006-04-26, 13:27 UTC

Re: Is there a Plugin to tell me if a file is 64 or 32 bit?

Post by *brahman »

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.
Regards, Brahman
Win10 Pro x64
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
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?

Post by *ghisler(Author) »

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
KozakMak
Senior Member
Senior Member
Posts: 352
Joined: 2021-05-24, 12:39 UTC
Location: UA

Re: Is there a Plugin to tell me if a file is 64 or 32 bit?

Post by *KozakMak »

ghisler(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.
https://ibb.co/gF7cWsY

with tooltip (+ mean x64) and Total7zip its easy :)
OS: Win10 | TC: latest x64
Post Reply