You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Amir Hassan edited this page Apr 22, 2015
·
5 revisions
Install Qemu
apt-get install qemu-system
Boot the screeninvader
You'll need to replace image.dd with a screeninvader image file.
Debug (amd64) image
./runimage.sh -a amd64 image.dd
Release (armhf) image
./runimage.sh -a armhf image.dd
Note that the vm does not allow any incoming network traffic to the guest system except for tcp connections on port 2222 (ssh), 8000 (http) and 8080 (websocket) of the host system which are forwarded to the guest system.