Besides a dictionary attack, what can I do?
I'm trying to find out what properties do DirectShow filters have. I know one of the properties is FriendlyName (that's the only one MSDN mentions), so I tired searching for it through quartz.dll with a hex editor thinking that names of other properties might be nearby, but apparently quartz.dll does not contain the string "FriendlyName".
(No, IPropertyBag2 is not available.)