run.sh (423B)
1/usr/bin/qemu-system-x86_64 "$@" \ 2 -cpu \ 3 max \ 4 -machine \ 5 q35,accel=tcg \ 6 -drive \ 7 if=pflash,format=raw,readonly=on,unit=0,file=OVMF_CODE.fd \ 8 -drive \ 9 if=pflash,format=raw,unit=1,file=OVMF_VARS_CURRENT.fd \ 10 -drive \ 11 file=exploit.img,if=none,id=disk1,format=raw \ 12 -device \ 13 ide-hd,drive=disk1,bootindex=1 \ 14 -monitor \ 15 none \ 16 -display \ 17 none \ 18 -nographic