Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
leduyquang753
18 days ago
|
parent
|
context
|
favorite
| on:
Windows Notepad App Remote Code Execution Vulnerab...
> (though the "about notepad" dialog shows the windows 11 version for some reason??)
It's because the program just calls a Windows API to display the version dialog of Windows itself.
josh3736
18 days ago
[–]
Specifically, ShellAbout:
https://learn.microsoft.com/en-us/windows/win32/api/shellapi...
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
It's because the program just calls a Windows API to display the version dialog of Windows itself.