<div dir="ltr"><div>Is there a PANDA 2 plugin similar to the former rehosting?</div><div><br></div><div><a href="https://github.com/panda-re/panda/blob/panda1/qemu/panda_plugins/rehosting/USAGE.md">https://github.com/panda-re/panda/blob/panda1/qemu/panda_plugins/rehosting/USAGE.md</a></div><div><br></div><div>My goal was to resume a replay log (.rr) at an arbitrary instrcount/address. e.g. after running the following commands you could connect via VNC and interact with the machine again.</div><div><br></div><div><div>root@88fbb62481bb:~# /panda/build/i386-softmmu/qemu-system-i386 -hda mobile_x86.qcow2 -m 256 -monitor stdio -net nic,model=e1000 -net user -replay chrysaor -panda memsavep:instrcount=1,file=memory.dd # Dump the memory</div><div><br></div><div>root@88fbb62481bb:~# /panda/build/i386-softmmu/qemu-system-i386 -hda mobile_x86.qcow2 -m 256 -monitor stdio -net nic,model=e1000 -net user -panda rehosting:kernel=memory.dd,base=0x0,entry=0xb6e90ab7 -vnc :0,password # Resume the VM</div></div><div><br></div><div>Thanks,</div><div><br></div><div>David Manouchehri</div></div>