panda-re / panda

Platform for Architecture-Neutral Dynamic Analysis
https://panda.re
Other
2.45k stars 475 forks source link

How to load a .qcow2 format img? Any example? #1472

Open Kingsdom005 opened 5 months ago

Kingsdom005 commented 5 months ago

Please give an example, thanks!

Kingsdom005 commented 5 months ago

I tried “qcow2_path = "/home/user/Desktop/panda/pythonProject/OS/Ubuntu16_i386.qcow2" panda = Panda(arch='i386', mem="1G", os="linux", qcow=qcow2_path)” with error msg "PANDA[syscalls2]:ERROR No OS profile specified. You can choose one with the -os switch, eg: '-os linux-32-debian-3.2.81-486' or '-os windows-32-7' ",so how to solve it?