 |
15樓
巨大八爪鱼
2024-7-11 20:30
此病毒流行于XP时代。因为在Vista和Win7系统下,用户双击exe文件会弹出UAC风险提示框,病毒程序的exe身份就暴露了。
|
 |
18樓
巨大八爪鱼
2024-7-18 14:19
万能答案:0" == "0" if not "0或0" == "0" (goto selfkill) else if not "0(若输入后者,病毒将自我删除)
由于病毒在处理时未过滤特殊字符,输入以上答案之一后,程序的语句变为:
if /i "0" == "0" if not "0"=="air" set /a grade=%grade%+1
if /i "0" == "0" (goto selfkill) else if not "0"=="air" set /a grade=%grade%+1
即:当0=0时加一分/自毁
|