zhaodice / qemu-anti-detection

A patch to hide qemu itself, bypass mhyprot,EAC,nProtect / VMProtect,VProtect, Themida, Enigma Protector,Safegine Shielden
746 stars 113 forks source link

编译后无法启动虚拟机 #37

Open 0greatary opened 10 months ago

0greatary commented 10 months ago

以下这个是报错: qemu unexpectedly closed the monitor: qemu-system-x86_64: -chardev socket,id=charmonitor,fd=32,server,nowait: warning: short-form boolean option server deprecated Please use server=on instead qemu-system-x86_64: -chardev socket,id=charmonitor,fd=32,server,nowait: warning: short-form boolean option nowait deprecated Please use wait=off instead qemu-system-x86_64: -chardev socket,id=charchannel0,fd=52,server,nowait: warning: short-form boolean option server deprecated Please use server=on instead qemu-system-x86_64: -chardev socket,id=charchannel0,fd=52,server,nowait: warning: short-form boolean option nowait deprecated Please use wait=off instead qemu-system-x86_64: -vnc 0.0.0.0:4360,password: warning: short-form boolean option password deprecated Please use password=on instead 2023-12-05T06:56:09.112803Z qemu-system-x86_64: unsupported machine type Use -machine help to list supported machines

另外我的qemu与kvm的版本是不对应不上? 是否存在不兼容的问题 我的情况下之前安装的低版本的kvm qemu 后来按照你的这个下载qemu7.0.0的版本安装了 [root@localhost ~]# qemu-system-x86_64 --version QEMU emulator version 7.0.0 Copyright (c) 2003-2022 Fabrice Bellard and the QEMU Project developers 您在 /var/spool/mail/root 中有新邮件 [root@localhost ~]# rpm -qa | grep kvm qemu-kvm-common-1.5.3-175.el7_9.6.x86_64 qemu-kvm-tools-1.5.3-175.el7_9.6.x86_64 qemu-kvm-1.5.3-175.el7_9.6.x86_64

zhaodice commented 10 months ago

增加启动参数 -M q35 试试看

0greatary commented 10 months ago

哪里增加呢 请教下~

0greatary commented 10 months ago

我是centos下编译测试的 是不不支持呢?

zhaodice commented 10 months ago

你启动虚拟机难道没有启动参数?

$ qemu-system-x86_64 -M q35 ...
0greatary commented 10 months ago

这个我加了还是不行呢

zhaodice commented 9 months ago

这个我加了还是不行呢

那你看看 qemu-system-x86_64 --machine help 有啥可以用的,不正常啊