Advanced Search
Welcome to Omgili,
Omgili (Oh My God I Love It ;) is a search engine for discussions. With Omgili you can find answers and solutions, debates, discussions, personal experiences, opinions and more... To learn more about Omgili click here.

This is a complete preview of the discussion as it was indexed by Omgili crawlers. Use this preview if the original discussion is unavailable.
Click here to view the original discussion.

WinDbg STL Logging Class - MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides

WinDbg STL Logging Class This class can be used to redirect the standard output streams (technically any output stream but obviously redirecting the standard ones will be the most useful) to the WinDbg output window. Very simple in concept and in implementation.

Tested and working as intended.

Just figured this would be useful for the people like me who program in C++ and are annoyed by having to use WinDbg's C-style logging function (which is as ugly and evil as printf). Header-only library, Boost dependency, WinDBG SDK dependency (duh).

Implemented using templates so it supports both character types (char and wchar_t) currently in the C++ standard. Usage Example: Code:

I am going to play around a bit with WinDbg, thanks :wave:

Quote: : (Post 1707706) I am going to play around a bit with WinDbg, thanks :wave:

Discussion Title: WinDbg STL Logging Class
Title Keywords: WinDbg  Logging  Class  MMOwned  World  Warcraft  Exploits,  Hacks,  Bots  Guides