Does anyone know if there is a technical demonstration of the paper Extract Me If You Can by Carmony, C., Hu, X., Yin, H., Bhaskar, A.V., & Zhang, M. (2016)?
I am trying to set DECAF correctly using the wiki presents on the github repository but without success.
Could anyone tell me how to properly start a virtual machine created with VirtualBox with iso Windows SP3 XP?
I tried the following commands in sequents:
I'm trying to run it with docker but i don't understand what I should do in the step "Copy the guest image to docker volume decafvolume".
I'm using Ubuntu 22.
I am trying to set DECAF correctly using the wiki presents on the github repository but without success.
Could anyone tell me how to properly start a virtual machine created with VirtualBox with iso Windows SP3 XP?
I tried the following commands in sequents:
-
Code:
sudo apt-get install qemu sudo apt-get build-dep qemu
-
Code:
sudo apt-get install binutils-dev
-
Code:
sudo apt-get install libboost-all-dev
-
Code:
./configure make
-
Code:
VBoxManage clonehd --format RAW Windows-SP3-XP-NS-Project.vdi img.raw qemu-img convert -f raw win.img -O qcow2 win.qcow
- not having DECAF/trunk/i386-softmmu i used the qemu-system-i386 command of
Code:
sudo apt-get install -y qemu-system-i386
I'm trying to run it with docker but i don't understand what I should do in the step "Copy the guest image to docker volume decafvolume".
I'm using Ubuntu 22.