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
- open office xml
- debugging
- h5py.File
- NumPy Unicode Error
- malware
- error fix
- 포인터 매핑
- commandline
- x64
- pytest
- mock.patch
- Analysis
- ida
- TensorFlow
- Ransomware
- svn update
- idapro
- javascript
- Injection
- data distribution
- ida pro
- MySQL
- ecma
- idapython
- hex-rays
- Rat
- error
- idb2pat
- Python
- why error
Archives
- Today
- Total
목록SetErrorMode (1)
13 Security Lab
API to tell OS which error types application will control instead of operating system. SEM_FAILCRITICALERRORS|SEM_NOGPFAULTERRORBOX|SEM_NOOPENFILEERRORBOX. These parameters means that whenever these type of exceptions occur in the caller process of the API, Windows will not show critical errors dialog, windows error reporting dialog and file not found dialog. 악성코드 시작 시 SetErrorMode 호출을 통해 동작 중에 ..
Computer Science/Programming
2016. 1. 3. 14:26