geohot / qira

QEMU Interactive Runtime Analyser
MIT License
3.92k stars 471 forks source link

Linux Debain Support #255

Open ghost opened 3 years ago

ghost commented 3 years ago

Does qira support 64 bit debian

smurfd commented 3 years ago

This is done on a fresh install of debian 10.9 with installed git. grab these : qira-qemu-deb.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-deb.txt

cd ../../.. ./install.sh Booom :)