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 |
Tags
- h5py.File
- commandline
- mock.patch
- malware
- idb2pat
- x64
- data distribution
- error fix
- NumPy Unicode Error
- open office xml
- ecma
- svn update
- 포인터 매핑
- javascript
- idapython
- error
- idapro
- TensorFlow
- debugging
- ida
- Analysis
- hex-rays
- ida pro
- why error
- pytest
- Ransomware
- MySQL
- Python
- Rat
- Injection
Archives
- Today
- Total
13 Security Lab
HWND 얻기 본문
CWnd *pWnd = AfxGetMainWnd();
HWND hWnd = pWnd->m_hWnd;
Tip. Instance 정보 얻기
HINSTANCE hInst = AfxGetInstanceHandle();
Comments