DLL Redirection — debugging techniques for Windows Applications
Just how exactly should that API be called?
When you’re dealing with a simple Windows API call such as MessageBox, you can probably deduce what you should be doing via an experiment or two, but…