搜索资源列表
爱虫病毒
- 病毒吧~因为该变种病毒不但要攻击RPC漏洞,还会将自身复制到%system%\\Wins文件夹下,创建FTP服务和Wins Client服务。其中FTP服务开启系统的FTP功能用于传播病毒。“冲击波杀手”感染一台机器后就会使用Ping命令或ICMP echo方式探测随机产生的IP地址是否有效,如果有效便开始进行攻击。该病毒会在受感染的系统中随机使用666-765端口与攻击系统进行连接。该病毒还会检查系统版本和微软补丁包的版本号,然后根据不同的操作系统尝试从微软下载有关RPC漏洞的补丁程序,并自动
cih-research
- 该文件夹里面重点描述了CIH病毒的源码和原理,及作者个人的一些信息。值得一看-Focus inside the folder describes the CIH virus source and principle, and the author of some of the information. Worth a visit
cmd
- 感染当前文件夹的test.com文件 并删除当前文件夹的del.txt文件 显示预设的字符串 -Infection in the current folder and delete the current test.com file folder documents show del.txt default string
FolderVirous
- 文件夹图标病毒源代码,曾经发表在邪八上的。 功能:监控系统,把磁盘一级目录下的文件夹隐藏,并复制自身为文件夹名,当用户点击时,先自己运行,在正常打开隐藏的文件夹。还会释放一个小后门,在4444端口监听-Folder Virus, simple and powerful Just Enjoy it!
FolderVirousKiller
- 文件夹图标病毒通用专杀工具,可以极为快速的清除电脑里的文件夹图标病毒,还你一个干净的系统。-Folder virus killer
viruscode
- windows下病毒原理演示代码,无攻击性。(如:在c根目录下生成一个空文件夹)为防备杀毒软件查杀,内容已加密,解密密码zrb 内部exe文件已改为txt格式 可直接txt打开阅读代码也可改为exe运行尝试-principle demonstration of the virus under the windows code, non-offensive. (Eg: in c root to generate an empty folder) to prepare for killing ant
FolderCleaner_src
- 工具原理: 1·遍历文件夹,扫描“是PE&会显示图标”的文件,选择其ICON_GROUP的第一个图标资源作判断 2·枚举该图标里的所有尺寸的图片,与Pattern中的相应尺寸的图片 比较每个像素的RGB,容差在某个范围内,则认为HIT 3·当该图标的某个尺寸的图片的所有像素HIT的百分比在某个范围内,则认为图标HIT,即认为是文件夹图标病毒 优势: 相比 通过提取文件CRC来判断一个文件夹病毒,通过图标来判断更为可控,更为迅速。而且,调整好几个阀值之后,理论上不会误报。
FolderBackup1.0
- vb文件夹自动同步备份工具 可用于杀毒软件的监控-vb to automatically synchronize a folder backup tool can be used to monitor anti-virus software
Roboctl
- a simple file monitor I wrote myself a couple of years ago. It builds a CRC32 checksum for every file in a network folder and then reports when any file changes there. that times it was a good anti-virus solution :)
xianshiwenjian
- 这是一个显示文件,现在有的病毒会隐藏优盘中的文件夹,修改属性很麻烦,用这个可以很快修改属性,把它粘到优盘中双击就可以了-This is a display file, USB flash drives now have the virus hidden in a folder, modify the properties of a lot of trouble, using this can quickly modify the property, it stick to the flash d
folderVirous
- 文件夹病毒 -virus folder an shellvirus folder an shellvirus folder an shell
antivivus
- 1KB shortcuts folder virus removal special attachment
repair
- 修复病毒导致的隐藏的文件夹,控制台程序,文件夹名称不能有空格。-Repair virus causes the hidden folder, the console program, folder names can not have spaces.
killu
- 针对U盘中真正的文件夹被隐藏,而病毒伪装成文件夹的图标,这类U盘病毒。 运行后选择U盘盘符并确认,程序执行完成后所有文件的属性会变成正常属性。-U disk for the real folder is hidden, and the virus disguised as a folder icon, type U disk virus. U disk drive is running and select and confirm the program after the completi
jiancewenjianjia
- 这个是易语言源码,首先声明不懂易语言的不要下,毒软误报的问题不再解释,源码内容:检测文件夹。-This is the easy language code, the first statement easy to understand language not under-virus software is no longer explain the problem of false positives, Source Content: detection folder.
bootmgr
- 感染文件像文件夹,所有磁盘会有文件夹样式的病毒,只是外形相似-Infected files like folders, folder style all disks have the virus, but the shape is similar to
VUUProtectB
- VB防止打印店病毒。自动开机启动 防治利用U盘传播的病毒。。如过文件夹被恶意更改,会自动修复。,已通过测试。 -VB to prevent the virus of the print shop. Automatic boot to control the spread of the virus U disk. . Over the folder to be malicious to change, it will automatically repair. , Has been teste
TreeFile
- 主要是完成对文件夹的遍历。,对杀毒工具的一种改写,主要是核心一样。-Complete traversal of the folder. A rewrite of the anti-virus tool is the core.
Defender
- 防御伪装文件夹病毒,Designed By LJN-Defende the fake folder virus
CSharpexe-lpk
- 总体下来,能查杀exe文件夹病毒文件,但无法清除它在c:\F10S 目录下的 ctfmon.exe 与 svchost.exe 和它生成的启动组的快捷方式。 由于条件的限制,我也乏天回术。它将自己的句柄写入到 系统关键的进程 winlogon 中。 源码中有个UnLocker的类、本来想清掉它的句柄删除文件,但是发生个很无奈的 0xC0000005(STATUS_ACCESS_VIOLATION)错误。最后我很无耻的放弃了。 另外 附加 LPK查杀。基本上它创建的服务,打开的进