logoalt Hacker News

ori_b11/09/20242 repliesview on HN

> Raymond Chen has written in the past about this problem

That would be a citation. Do you have a link?


Replies

jasomill11/10/2024

Three random Explorer examples:

https://devblogs.microsoft.com/oldnewthing/20230911-00/?p=10...

https://devblogs.microsoft.com/oldnewthing/20230324-00/?p=10...

https://devblogs.microsoft.com/oldnewthing/20220613-00/?p=10...

For code injection into applications that don't load third-party DLLs as plugins, see, e.g., Microsoft's (unsupported) toolkit for runtime API interception:

https://github.com/microsoft/Detours

Rexxar11/09/2024

You install tortoiseSVN or something similar, look at explorer.exe process or any process that use a standard "Open File" widget, and you will see some dll from the utility loaded by the process. (Easy to see with process explorer from sysinternals)

show 1 reply