| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- commandline
- data distribution
- error fix
- idb2pat
- debugging
- TensorFlow
- error
- ida
- Ransomware
- idapython
- svn update
- Analysis
- pytest
- why error
- ecma
- open office xml
- javascript
- h5py.File
- hex-rays
- ida pro
- idapro
- MySQL
- malware
- Python
- 포인터 매핑
- mock.patch
- NumPy Unicode Error
- x64
- Injection
- Rat
- Today
- Total
목록2015/04 (2)
13 Security Lab
SHFileOperation wFunc Type: UINT A value that indicates which operation to perform. One of the following values: FO_COPY Copy the files specified in the pFrom member to the location specified in the pTo member. FO_DELETE Delete the files specified in pFrom. FO_MOVE Move the files specified in pFrom to the location specified in pTo. FO_RENAME Rename the file specified in pFrom. You cannot use thi..
# SHGetFolderPath 출처 : http://msdn.microsoft.com/library/en-us/shellcc/platform/shell/reference/enums/csidl.asp CSIDL values provide a unique system-independent way to identify special folders used frequently by applications, but which may not have the same name or location on any given system. For example, the system folder may be "C:\Windows" on one system and "C:\Winnt" on another. These cons..