pyrebox
pyrebox copied to clipboard
Python scriptable Reverse Engineering Sandbox, a Virtual Machine instrumentation and inspection framework based on QEMU
While trying to fix #122, I am considering to upgrade QEMU to be able to compile again. What is the strategy used to merge QEMU changes into this project?
I'm cloning this repo to make some modifications to customize. However, I've noticed that some CVEs which were confirmed and fixed by [qemu](https://github.com/qemu/qemu) do not get patched in this repo....
Hi, Our tool have found that this repo reuse some of the [libexif](https://github.com/libexif/libexif) code and may cause a vulnerability. Several buffer over-reads in EXIF MakerNote handling could have lead to...
Hi, Our tool have found that this repo reuse some of the [qemu](https://github.com/qemu/qemu) code, and remains some unfixed CVE. Some of there are as follows: 1. `mode_sense_page` function in the...
I'm having trouble building the python3migration branch on MacOS, specifically the bundled QEMU. It seems to break on linking to HVF (Apple's hypervisor). Maybe someone can help me with this?...
Hi, I've now tried to install Pyrebox for six weeks as described in the documentation, read all the issues and tried to find out a way to install and get...
python version in Dockerfile is 2.7, so "pip install --upgrade pip" will fail because last version of pip is not compatible with python2 (see https://pypi.org/project/pip/); so an older version of...
Small fixes on Dockerfile to make it work with python3. I seemed to be faced with some syntax error with current Dockerfile and tried to handle them. It now can...
Hi, I'm trying to get the malware monitor plugin working, but I'm running into some problems. The moment I enable the plugin in the "pyrebox.conf" file, everything starts as expected...
# Issue Type [x] Bug (Typo) # Steps to Replicate and Expected Behaviour - Examine qemu/migration/postcopy-ram.c and observe `straighforward`, however expect to see `straightforward`. - Examine qemu/hw/arm/omap2.c and observe `pusrpose`,...