| 1715 | __normal_window_title.c_str (); |
| 1716 | } |
| 1717 | |
| 1718 | static bool bRealDebug = false; |
| 1719 | |
| 1720 | LPVOID SK_Debug_GetImageBaseAddr (void) |
| 1721 | { |
| 1722 | __try { |
| 1723 | auto pPeb = |
| 1724 | (SK_PPEB)NtCurrentTeb ()->ProcessEnvironmentBlock; |
no test coverage detected