qira
qira copied to clipboard
QEMU Interactive Runtime Analyser
Installation script not working on kali (Linux 5.18.0-kali5-amd64) ``` ┌──(kali㉿kali)-[~] └─$ cd ~/ && wget -qO- https://github.com/geohot/qira/archive/v1.3.tar.gz | tar zx && cd qira-1.3 && ./install.sh running apt-get update installing apt...
Currently there are 79 commits since the last release (from 2019), so it seems useful to release. Are there any specific reasons to favor 1.3 over current master?
This is done on a fresh install of ubuntu 20.04 with installed git. grab these : [qira-qemu.txt](https://github.com/geohot/qira/files/6331368/qira-qemu.txt) [qira.txt](https://github.com/geohot/qira/files/6331369/qira.txt) git clone https://github.com/geohot/qira.git cd qira patch -p1 < ../qira.txt install.sh will end...
It is working dockerfile. In fact, pip of python2 was excluded from repository. This tricks help to overcome that.
which: no pip2 in (/home/anon/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl) which: no apt-get in (/home/anon/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl) warning: archlinux-keyring-20220727-1 is up to date -- skipping warning: autoconf-2.71-1 is up to date -- skipping warning: automake-1.16.5-1 is up...
I realize a bit to deep in, that using Qira without Docker on a Mac M1 will never work, right? Because of its dependencies to `strace` I have build the...
Does qira support 64 bit debian
GeoHot's Qemu doesn't build on Ubuntu 20.x, but installation through Docker works well So, more info about Docker installation and usage are needed
Q1: support ida7.5? I try ida7.5 using ida-plugin(qira.py), it says: ``` WIG director method error. Error detected when calling 'IDB_Hooks.cmt_changed' ``` Also during start: ``` idaapi has no attribute 'nextaddr'...
I tried to install qira on a debian based distro...I faced some errors, probably due to some libs/package misalignment. I managed to fix and have everything working, just want to...