This is a reverse engineering question.
On Windows 7 with a binary compiled using Microsoft Visual C++ 2008, when std::cout
is called. Internally, what API is used to write the data? WriteFile, fwrite, ConsoleOut? I am aiming to set a breakpoint on std::cout where no source or debugging symbols are available.