开发者

Where does windows get the program name for the 'are you sure you want to run this program' dialog for downloaded exes?

开发者 https://www.devze.com 2022-12-14 19:13 出处:网络
On one of my projects, the downloaded installer file gives the internal name for the program name in the开发者_开发百科 \'Do you want to run this software\' warning dialog, rather than the external na

On one of my projects, the downloaded installer file gives the internal name for the program name in the开发者_开发百科 'Do you want to run this software' warning dialog, rather than the external name. Where does windows get this program name from, as there's no sign of it in the standard metadata in the .exe properties?


There's all kinds of interesting information in the .EXE header. Maybe you can use this: http://www.brothersoft.com/dump-exe-file-header-189959.html to dump and view it.

0

精彩评论

暂无评论...
验证码 换一张
取 消