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