
0. Environment
Ubuntu16.04 x64
1. Install Panda
1 |
git clone https://github.com/moyix/panda.git |
2. Working Folder and HDD
1 |
$ mkdir my_first_panda |
3. Boot VM
1 |
../qemu/x86_64-softmmu/qemu-system-x86_64 test.img --monitor stdio -vnc 127.0.0.1:1 -k en-gb -m 1024 |
you will get:
1 |
➜ my_first_panda git:(master) ✗ ../qemu/x86_64-softmmu/qemu-system-x86_64 test.img --monitor stdio -vnc 127.0.0.1:1 -k en-gb -m 1024 |
mount your iso file:
1 |
(qemu) change ide1-cd0 win_server_2008_r2.iso |
4. Install OS
Connect your vm with a VNC client, press ctrl + opt + del(on macOS) / ctrl + alt + del(on Windows) to reboot your vm,then you are able to install the OS.
5. Record/Replay with PANDA
1 |
(qemu) begin_record test |
….
1 |
(qemu) end_record |
now you can replay (with replay movie plugin)
1 |
../qemu/x86_64-softmmu/qemu-system-x86_64 -replay test -panda replaymovie -m 2048 |
other plugins? Taint?cov? 🙂




近期评论