https://bugs.winehq.org/show_bug.cgi?id=50230
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Signtool from Windows 10 |Multiple applications from |SDK with Windows 7+ native |Windows 10 SDK need |dll overrides need security |security enhanced CRT |enhanced string functions |functions exported from |exported from ntdll.dll |ntdll.dll when using |(strcpy_s, strcat_s ...) |Windows 7+ native dll | |overrides (strcpy_s, | |strcat_s ...)
--- Comment #6 from Anastasius Focht focht@gmx.net --- Hello Adam,
it's as Zeb said. I was trying to say/imply the same but Zeb is better at conveying the message ;-)
--- quote --- I think it's safe to assume that signtool is not a literally unique one that's using them. --- quote ---
If it makes you more happy, I'll refine the summary to "multiple applications" but the point still stands:
No user-space application = main executable and/or third-party dlls (excluding non-redistributable dlls bundled with Windows) is supposed to import secure CRT API from low-level ntdll. If you find a commercial or open-source application that does this, feel free to mention it here.
Regards