pyrebox
pyrebox copied to clipboard
Python scriptable Reverse Engineering Sandbox, a Virtual Machine instrumentation and inspection framework based on QEMU
The sample scripts "script_example_min.py" doesn't work for my setting. **My settings**: 1. PyREBox installed on Ubuntu 16.04. 2. Guest system Windows 10 x64 1607. **My observations**: 1. I can't see...
Hi! I tried running the current codebase on two machines with Ubuntu 18.04.2 and Debian 9.6. To get a taste of what I mean by extremely slow, it takes over...
Hi, I am trying to use your project to speed up malware unpacking. So, I am trying to set up malware monitor. Following the instructions I have compile the DbGenerator...
what about the performance ? Whole system emulation would be very slow , i think :(
This PR adds a custom command called `rap` that implements a radare RAP server. To start using it, add the following module to pyrebox.conf: ``` [MODULES] radare2.rap: True ``` Then,...
The VM agent allows easier full automation of tests, both for windows and linux. The tests should be improved so that they can be run automatically.