panda
panda copied to clipboard
Platform for Architecture-Neutral Dynamic Analysis
Hi, Our tool have found that this repo reuse some of the [qemu](https://github.com/qemu/qemu) code, and remains some unfixed CVE. Some of there are as follows: 1. `usb_mtp_object_readdir` and `usb_mtp_get_object` function...
Can we build a container for aarch64 so it's easier to use panda on apple silicon?
I tried running the [COSI process example script](https://github.com/panda-re/panda/blob/dev/panda/python/examples/cosi/process_tree.py) and it didn't work. Hoping to get some help from @jamcleod In the PANDA docker container I got an error that the...
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...
Add a colon-separated `PANDA_PLUGIN_PATH` environment variable for specifying plugin directories similar to `PATH`, `PYTHONPATH`, and `LD_LIBRARY_PATH`.
Expands targetcmp to support adding/removing targets to detect dynamically. Adds PPP callback on_tcm that triggers on matches. These changes removed some of the performance optimizations that were previously in the...
## Description I am trying to get a basic record new or replay mechanism running. Following the documentation, I believe this should be either just a call to `panda.run_replay` or...
## Description It seems some of the Python examples are not working (anymore). In particular, I am looking into the implementation of [taint.py](https://github.com/panda-re/panda/blob/dev/panda/python/examples/taint.py). Running this script as-is does not work...
It used to be fairly straightforward to add a new callback, for example: https://github.com/panda-re/panda/commit/95fb1a9d0b189168d89ebb19765c35f1a9847756. We would: * Add to cb-defs.h enum + docs and signature * Add 1-line macro to...