This is done on a fresh install of ubuntu 20.04 with installed git.
grab these :
qira-qemu.txt
qira.txt
git clone https://github.com/geohot/qira.git
cd qira
patch -p1 < ../qira.txt
install.sh will end in error : util/memfd.c:43:12: error: static declaration of ‘memfd_create’ follows non-static declaration
cd tracers/qemu/qemu
patch -p1 < ../../../../qira-qemu.txt
cd ../../..
./install.sh
Booom :)
This is done on a fresh install of ubuntu 20.04 with installed git.
grab these :
qira-qemu.txt
qira.txt
git clone https://github.com/geohot/qira.git
cd qira
patch -p1 < ../qira.txt
install.sh will end in error : util/memfd.c:43:12: error: static declaration of ‘memfd_create’ follows non-static declaration
cd tracers/qemu/qemu
patch -p1 < ../../../../qira-qemu.txt
cd ../../..
./install.sh
Booom :)