13 Security Lab

MoveFileEx 본문

Computer Science/Windows Externals

MoveFileEx

Maj0r Tom 2014. 12. 30. 10:19

MoveFileEx 함수 "MOVEFILE_DELAY_UNTIL_REBOOT"

 파일 이름 변경이나 삭제를 컴퓨터가 재시작할 때 까지 지연시킬 수 있는 유용한 옵션

 

 

 

 

If dwFlags specifies MOVEFILE_DELAY_UNTIL_REBOOT and lpNewFileName is NULLMoveFileEx 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