幽灵病毒如何查杀?

原问题:幽灵病毒如何查杀?
分类:软件 > 最后更新时间:【2017-07-29 12:58:52】
问题补充:

360杀毒怎么查不来了?

最佳答案

计算机幽灵病毒,非常难查杀,用这种情况,我建议你用360系统急救箱PE版,假如不行你九嗯F八,进入安全模式来插上。假如病毒很顽固建议你备份一下重要的文件,并且确定还没有改病毒。将硬盘个全盘格式化重新分区。

最佳答案由网友  1127521997a  提供
公告: 为响应国家净网行动,部分内容已经删除,感谢网友理解。
18

分享到:

其他回答

其它网友回答:
腾讯电脑管家可以查杀,卡巴斯基也可以。

其它网友回答:
手动删除方法如下:

其它网友回答:
1、使用刷机软件,一键获取root权限。

其它网友回答:
2、下载安装adb工具, http://developer.android.com/tools/help/adb.html 。

其它网友回答:
3、下载安装busybox工具, http://www.busybox.net/ 。

其它网友回答:
4、在电脑端,通过adb shell连接手机,使用su命令获取ROOT权限。

其它网友回答:
5、ps | grep .base #获取.base文件的pid kill pid

其它网友回答:
6、删除恶意bin文件

其它网友回答:
mount -o remount rw /system #不同系统命令可能不同

其它网友回答:
chattr –ia /system/xbin/.ext.base

其它网友回答:
chattr –ia /system/xbin/.bat.base

其它网友回答:
chattr –ia /system/xbin/.zip.base

其它网友回答:
chattr –ia /system/xbin/.word.base

其它网友回答:
chattr –ia /system/xbin/.look.base

其它网友回答:
chattr –ia /system/xbin/.like.base

其它网友回答:
chattr –ia /system/xbin/.view.base

其它网友回答:
chattr –ia /system/xbin/.must.base

其它网友回答:
chattr –ia /system/xbin/.team.base

其它网友回答:
chattr –ia /system/xbin/.type.base

其它网友回答:
chattr –ia /system/xbin/.b

其它网友回答:
chattr –ia /system/xbin/.sys.apk

其它网友回答:
chattr –ia /system/xbin/.df

其它网友回答:
chattr –ia /system/bin/daemonuis

其它网友回答:
chattr –ia /system/bin/uis

其它网友回答:
chattr –ia /system/bin/windowd

其它网友回答:
chattr –ia /system/bin/nis

其它网友回答:
chattr –ia /system/bin/daemonnis

其它网友回答:
chattr –ia /system/bin/.daemon/nis

其它网友回答:
chattr –ia /system/bin/uis

其它网友回答:
chattr –ia /system/bin/.sr/nis

其它网友回答:
chattr –ia /system/bin/mis

其它网友回答:
chattr –ia /system/bin/daemonmis

其它网友回答:
chattr –ia /system/bin/.daemon/mis

其它网友回答:
chattr –ia /system/bin/.sc/mis

其它网友回答:
rm /system/xbin/.ext.base

其它网友回答:
rm /system/xbin/.bat.base

其它网友回答:
rm /system/xbin/.zip.base

其它网友回答:
rm /system/xbin/.word.base

其它网友回答:
rm /system/xbin/.look.base

其它网友回答:
rm /system/xbin/.like.base

其它网友回答:
rm /system/xbin/.view.base

其它网友回答:
rm /system/xbin/.must.base

其它网友回答:
rm /system/xbin/.team.base

其它网友回答:
rm /system/xbin/.type.base

其它网友回答:
rm /system/xbin/.b

其它网友回答:
rm /system/xbin/.sys.apk

其它网友回答:
rm /system/xbin/.df

其它网友回答:
rm /system/bin/daemonuis

其它网友回答:
rm /system/bin/uis

其它网友回答:
rm /system/bin/windowd

其它网友回答:
rm /system/bin/nis

其它网友回答:
rm /system/bin/daemonnis

其它网友回答:
rm /system/bin/.daemon/nis

其它网友回答:
rm /system/bin/uis

其它网友回答:
rm /system/bin/.sr/nis

其它网友回答:
rm /system/bin/mis

其它网友回答:
rm /system/bin/daemonmis

其它网友回答:
rm /system/bin/.daemon/mis

其它网友回答:
rm /system/bin/.sc/mis

其它网友回答:
cp /system/bin/windowd_test /system/bin/windowd

其它网友回答:
7、使用猎豹安全大师清除恶意软件,无法清除的软件使用以下命令清除。

其它网友回答:
chattr –ia /system/priv-app/camERAupdate.apk

其它网友回答:
chattr –ia /system/priv-app/com.android.wp.net.log.apk

其它网友回答:
rm -rf /data/data/com.android.camera.update

其它网友回答:
rm -rf /data/data/com.android.wp.net.log

其它网友回答:
rm /systam/priv-app/cameraupdate.apk

其它网友回答:
rm /systam/priv-app/com.android.wp.net.log.apk

其它网友回答:
8、adb shell

其它网友回答:
cp /system/etc/install-revcovery.sh /sdcard/

其它网友回答:
adb pull /sdcard/install-revcovery.sh

其它网友回答:
adb push install-revcovery.sh /sdcard/

其它网友回答:
cp /sdcard/install-revcovery.sh /system/etc/

其它网友回答:
9、打开/system/etc/install-recovery.sh,将其中如下代码段注释或删除。

其它网友回答:
/system/bin/daemonuis --auto-daemon &

其它网友回答:
#!/system/bin/sh

其它网友回答:
/system/xbin/.ext.base &

其它网友回答:
#!/system/bin/sh

其它网友回答:
/system/xbin/.ext.base &

其它网友回答:
不满意请追问,望采纳,谢谢!

其它网友回答:

    推荐