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

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...

enhancement

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...

question

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...

enhancement
question
in progress

what about the performance ? Whole system emulation would be very slow , i think :(

enhancement
question

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.

enhancement