Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- mock.patch
- Ransomware
- commandline
- MySQL
- data distribution
- why error
- TensorFlow
- open office xml
- idapro
- idapython
- hex-rays
- svn update
- debugging
- idb2pat
- Python
- 포인터 매핑
- Rat
- error fix
- h5py.File
- javascript
- Analysis
- NumPy Unicode Error
- pytest
- x64
- ecma
- ida pro
- error
- ida
- malware
- Injection
Archives
- Today
- Total
13 Security Lab
HWND 얻기 본문
CWnd *pWnd = AfxGetMainWnd();
HWND hWnd = pWnd->m_hWnd;
Tip. Instance 정보 얻기
HINSTANCE hInst = AfxGetInstanceHandle();
Comments