pyrebox icon indicating copy to clipboard operation
pyrebox copied to clipboard

Python scriptable Reverse Engineering Sandbox, a Virtual Machine instrumentation and inspection framework based on QEMU

Results 26 pyrebox issues
Sort by recently updated
recently updated
newest added

Hi, CVE-2020-14364 apparently allows arbitrary code execution in QEMU in versions before 5.2.0. Pyrebox QEMU fork seem to be in version 4.0.0. Is it vulnerable to this issue? References :...

Hi, I am trying to build pyrebox on Debian sid. When building qemu, I get the following error in the config.log file: ``` config-temp/qemu-conf.c: In function ‘main’: config-temp/qemu-conf.c:2:25: error: null...

question

![image](https://user-images.githubusercontent.com/14991217/85934473-7c5ad200-b915-11ea-9237-5400234dd9cc.png) ![image](https://user-images.githubusercontent.com/14991217/85934490-b4faab80-b915-11ea-8918-dcc91b43f64a.png) ![image](https://user-images.githubusercontent.com/14991217/85934485-a57b6280-b915-11ea-8323-d6da9c600dfb.png) ![image](https://user-images.githubusercontent.com/14991217/85934550-7dd8ca00-b916-11ea-97bd-d7430c9273ed.png) As shown in the picture above,i modified your code. I inserted my read-write record function in the deliver_callback function of the callbacks.cpp file. I only record...

I have a 32-bit x86 OS that is close to Linux, BSD based, and I was wondering what some high level steps I will need to take to add support...

enhancement
question

Hi! My guest OS is Debian 9. My host is Ubuntu18.04. I get my volatility profile from [volatilityfoundation/profiles Github](https://github.com/volatilityfoundation/profiles). It seems that this profile does not work. I wonder if...

question

Create configuration option to decide how frequently PyREBox should search for init_task.

enhancement

I tried to build pyrebox on my debian machine and it fails during compilation. Here the steps: ``` $ apt-get install build-essential zlib1g-dev pkg-config libglib2.0-dev binutils-dev libboost-all-dev autoconf libtool libssl-dev...

bug

usb_add does no longer exist (https://wiki.qemu.org/ChangeLog/2.11). Malware monitor 2 is not properly documented, and new features such as file system inspection, symbol caches, volatility3, are not documented.

Hey all, Super interested to play with this. I see you have a Dockerfile created. Unfortunately, I cannot create an automated build against your github account since I do not...

enhancement

- [x] Listing processes during system boot and system operation - [x] Monitoring individual address spaces (processes) - [ ] Monitoring individual threads separately - [x] Extracting module information for...

enhancement
in progress