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