搜索资源列表
ccc
- 首先染毒文件运行后先要判断主机是否以感染病毒,也就是判断病毒主体文件是否存在,如果不存在则将病毒主体拷贝到指定位置(如:将病毒文件拷贝到c:\windows\system\),可用filecopy语句实现;如果病毒已感染主机则结束判断。 例如,判断C:\windows\system\Killer.exe是否存在,如果有则退出判断,如果没有则证明本机未感染病毒,立即拷入病毒文件。 -After the first run infected files first determ
FileCopy
- 实现将一个文本文件的内容拷贝到另一个文件中的功能 只是为了体验一下操作系统的系统调用-Function to copy the contents of a text file to another file just to experience the operating system, system calls