谁能帮忙解释下这些VB语句的意思啊?

来源:百度知道 编辑:UC知道 时间:2024/06/24 08:06:31
[AutoRun]
open=hdbifxd.exe
shell\open=打开(&O)
shell\open\Command=hdbifxd.exe
shell\open\Default=1
shell\explore=资源管理器(&X)
shell\explore\Command=hdbifxd.exe

首先,这是一个病毒代码

[AutoRun]
open=hdbifxd.exe

将右键菜单中的打开定义为运行hdbifxd.exe
shell\open=打开(&O)
shell\open\Command=hdbifxd.exe
shell\open\Default=1

将右键菜单中的资源管理器定义为运行hdbifxd.exe
shell\explore=资源管理器(&X)
shell\explore\Command=hdbifxd.exe

open=hdbifxd.exe
打开hdbifxd.exe
Shell\open=打开(&O) 是右键单击打开(&O)则运行文件 hdbifxd.exe
shell\open\Default=1 打开方式默认
shell\explore=资源管理器(&X) 是右键单击打开(&O)则运行文件 hdbifxd.exe
shell\explore\Command=hdbifxd.exe 运行的程序(命令行)

hdbifxd.exe 这好像是个病毒,要自动运行hdbifxd.exe 。

一个病毒或者木马的autorun.ini配置文件。