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
- debugging
- h5py.File
- MySQL
- ida
- idb2pat
- Ransomware
- idapro
- open office xml
- commandline
- ida pro
- mock.patch
- error
- data distribution
- 포인터 매핑
- idapython
- TensorFlow
- Analysis
- malware
- why error
- ecma
- javascript
- x64
- hex-rays
- Rat
- pytest
- Injection
- svn update
- Python
- error fix
- NumPy Unicode Error
Archives
- Today
- Total
목록2012/10/14 (1)
13 Security Lab
netstat 구현소스 분석 - wnetstat
GetTcpTable MSDN : http://msdn.microsoft.com/en-us/library/windows/desktop/aa366026(v=vs.85).aspx wnetstat 소스 실질적 netstat기능을 하는 함수부분 ; tcp 부분 void CWnetstatDlg::check() { // TODO: Add your control notification handler code here numEntries = 0; //numEntries = 0; 는 class CWnetstatDlg 클래스의 멤버변수. 데이터개수 체크한다. bool found = false; CString msg = ""; //msg를 담기위한 스트링을 초기화시킨다. GetDlgItemText(IDC_EDIT_PORTF..
Computer Science/Projects
2012. 10. 14. 00:20