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
- svn update
- Injection
- Python
- why error
- error fix
- ida pro
- idapython
- TensorFlow
- open office xml
- 포인터 매핑
- error
- javascript
- ida
- x64
- mock.patch
- NumPy Unicode Error
- idapro
- Rat
- Ransomware
- commandline
- MySQL
- ecma
- malware
- idb2pat
- data distribution
- Analysis
- h5py.File
- hex-rays
- pytest
- debugging
Archives
- Today
- Total
목록2012/11/26 (2)
13 Security Lab
HWND 얻기
CWnd *pWnd = AfxGetMainWnd();HWND hWnd = pWnd->m_hWnd; Tip. Instance 정보 얻기 HINSTANCE hInst = AfxGetInstanceHandle();
Computer Science/Programming
2012. 11. 26. 07:49
MFC 헤더와 라이브러리 설명
MFC 헤더와 라이브러리 설명 (The Foundation Classes Headers and Libraries) 1. Header Files 아래 테이블은 모든 MFC 헤더 파일들과 사용 목적, 그리고 어떤 파일전에 어떤 파일들이 Include 될수 있는지에 대해 나와있습니다. 거의 모든 헤더들이 다른 헤더들에 의해 Include 된다는 것을 주의하십시오. 당신의 코드에서 직접 Include 하는것은 약 4-5개 정도입니다. 헤더 (Header)설명 Afx.h Windows 를 사용(?)하지 않는 MFC 프로그램을 작성할때 Include 하는 Main Header 파일입니다. 콘솔용 MFC 응용프로그램을 작성할때 이 헤더만 있으면 됩니다. 이것은 Windows 외에서 사용될수 있는 콜렉션 클래스와 Ap..
Computer Science/Programming
2012. 11. 26. 01:14