Questions & Answers

How do I learn which plugins are 64 bit?

0 votes
271 views
asked Sep 23, 2022 in Studio One 5 by tkangas (250 points)
It is my understanding that Studio One Professional is a 64 bit program, and will run only 64 bit plugins. So how does a guy find out which plugins out there are 64 bit?

1 Answer

0 votes
answered Sep 24, 2022 by stanthompson2 (5,910 points)

I googled that a few years back and found this;

Method #1: If you have a hex editor, you can look at the file header. At byte offset 240 (0xF0) there'll be either "PE..d" (indicating 64-bit) or "PE..L" (indicates 32-bit). Works for dlls and executables. Don't know about other binaries such as drivers, though.
 
Method #2: Use a file-info tool such as the free Filealyzer (PE Header tab). This one's useful for other file types, too, even MP3s.

...