■
GDIのリークのデバッグ。LeakMonというのもある。自プロセスのデバッグであれば、インジェクトせずとも、APIのアドレスを書き換えるだけで済む。
Currently included wrappers
BeginPaint
EndPaint
CreateCompatibleBitmap
CreateFont
CreatePen
CreateSolidBrush
CreateCompatibleDC
CreateDC
DeleteDC
GetDC
ReleaseDC
DeleteObject
SelectObject
SetROP2
SetTextColor(Some of these were selected because they appeared in a project that needed testing)