PyREbox is an open-source Python tool for reverse engineering and malware analysis. It is built on top of QEMU and allows fine-grained instrumentation of the guest system to inspect running software.
PyREbox is an open-source dynamic binary analysis tool for Linux written in Python. It leverages QEMU virtualization to perform fine-grained analysis of binary code as it executes. Some key features of PyREbox include:
Overall, PyREbox provides low-level capabilities for detailed reverse engineering and malware analysis tasks. The Python scripting makes it easy to automate and customize for particular needs. It can be used for analyzing Linux malware samples, unpacking protectors/packers, analyzing obfuscated code flows, and more.
Here are some alternatives to PyREbox:
Suggest an alternative ❐