웬디의 기묘한 이야기

[windows] 윈도우 64bit Driver 서명없이 로드하기
[WinDbg] vmware에 WinDbg 연결하여 디버깅 준비하기
[WinDbg] Kernel Debugging을 위한 디버거 다운로드 및 설치!
[C/C++] DLL injection. 다른 Process에 내 DLL Load 하기
__cdecl, __stdcall, __fastcall x86 호출 규약(Calling Convention)
visual studio 디버깅시 디스어셈블리 확인하기
[C/C++] FormatMessage 윈도우 GetLastError를 메시지로!!
[C/C++] IPC - Pipe client simple example
[C/C++] IPC - Pipe server simple example
[C++] DCLP - Double-Checked Locking Pattern
[C++] 싱글톤 패턴 - Singleton Pattern
[C++] RAII 패턴 - Resource Acquisition Is Initialization Pattern