Hook the printf outputs
Markus Forrer
21
Reputation points
I want to get the printf outputs of a foreign C++ dll in my C# application. Is there a way to install a hook?
The foreign c++ dll is encapsulated via my own C++ dll (interface C++ -> C#). I tried to overwrite printf there - unfortunately without success.
Thank you for any hints.
Developer technologies C++
3,970 questions
Developer technologies C#
11,567 questions
Sign in to answer