Way I read from resources the name svchost.exe.mui instead of svchost.exe?

  • Thread starter Thread starter Michael Grabelkovsky
  • Start date Start date
M

Michael Grabelkovsky

Guest
I try to read Original filename from Resources and run into the strange problem.Inside Properties I see Original filename (for example) as svchost.exe.But! When I use standard VerQueryValueW(), I see the name as svchost.exe.mui !?!By the way, real name file on the disk and quered from process name (by PID) is correct svchost.exe.The same for at list few other Microsoft's executables.I use value for lpSubBlock: L"\\StringFileInfo\\040904B0\\OriginalFilename"which meаns:0x0409U.S. English1200 (0x4B0)Unicode Regards,Michael.

Continue reading...
 
Back
Top