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
- Python
- idapro
- why error
- mock.patch
- pytest
- error
- javascript
- ida
- Rat
- MySQL
- hex-rays
- h5py.File
- debugging
- Analysis
- x64
- ida pro
- Injection
- TensorFlow
- open office xml
- ecma
- svn update
- idapython
- Ransomware
- 포인터 매핑
- commandline
- NumPy Unicode Error
- error fix
- idb2pat
- data distribution
- malware
Archives
- Today
- Total
13 Security Lab
MoveFileEx 본문
MoveFileEx 함수 "MOVEFILE_DELAY_UNTIL_REBOOT"
파일 이름 변경이나 삭제를 컴퓨터가 재시작할 때 까지 지연시킬 수 있는 유용한 옵션
If dwFlags specifies MOVEFILE_DELAY_UNTIL_REBOOT and lpNewFileName is NULL, MoveFileEx registers the lpExistingFileName file to be deleted when the system restarts. If lpExistingFileName refers to a directory, the system removes the directory at restart only if the directory is empty.
재부팅 후 삭제
Comments