We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does qira support 64 bit debian
The text was updated successfully, but these errors were encountered:
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 :)
Sorry, something went wrong.
No branches or pull requests
Does qira support 64 bit debian
The text was updated successfully, but these errors were encountered: