panda icon indicating copy to clipboard operation
panda copied to clipboard

Platform for Architecture-Neutral Dynamic Analysis

Results 117 panda issues
Sort by recently updated
recently updated
newest added

Virtio peripherals seem to break record/replay. The specific use case where I've had issues with with the arm virt machine and other arm guests with the `virtio-net-device` peripheral. I suspect...

pypanda volatility commands as ```get_volatility_symbols()``` are broken due to a change in Volatility 3 API (volatility pip package is now called "volatility3" and ```FileConsumerInterface``` is been replaced (see [https://github.com/volatilityfoundation/volatility3/pull/319](https://github.com/volatilityfoundation/volatility3/pull/319))

bug

Hi, if you try to dump the guest memory of a simple linux machine with 2GB of RAM using the command ```dump-guest-memory -p file.dump``` the result is a corrupted ELF...

I have been running into an issue where it appears that QEMU/PANDA hangs after issuing the command to start my VM where there is no output and nothing happens. This...

This is a re-incarnation of #1145 after a revert for build issues.

OSI will trigger an assertion on a linux vm booting if asidstory is loaded, but not if OSI is loaded by itself. Things work fine if loading from a snapshot....

Here are my steps: 1. Convert bionic-server-cloudimg-amd64-noaslr-nokaslr.qcow2 (which is the default qcow2 file provided for x86_64) to VMDK format: qemu-img convert -f qcow2 -O vmdk bionic-server-cloudimg-amd64-noaslr-nokaslr.qcow2 bionic-server-cloudimg-amd64-noaslr-nokaslr.vmdk 2. Import the...

I fixed the taint.py in example/taint2, however I got the warnning and I don't know how to fix it. I am running panda in a virtualBox virtual machine, Ubuntu 22.04...