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

This PR fixes makes a set of changes to proc_start_linux: - fix endianness up for big endian devices - switch the core callback to `start_block_exec` - change the kernel designation...

bugfix

### What this PR does: - Makes the decision for memory callback a run-time decision instead of a translate time decision - Removes translate-time installation of `qemu_ld_helpers_panda` based on `panda_use_memcb`...

bugfix

This PR normalizes the panda path to plugins such that the realpath is provided back. This resolves an issue whereby plugins could be loaded from different sources with different visible...

bugfix

This is a draft tracking issue for "hooks3". It contains other changes like syscalls2 updates and updates for some newer plugins.

enhancement

Fault hooks is a new plugin which provides an interface for callbacks on memory pages being mapped into the system.

enhancement

From the `pandare/panda:latest` docker container, the following script aborts: ```py from pandare import Panda panda = Panda(generic="i386") panda.load_plugin("syscalls2", {"load-info": True}) panda.run() ``` with error ``` PANDA[syscalls2]:E:syscalls2_info.c(load_syscall_info)> syscalls2_dso_info_linux_x64.so: cannot open shared...

bug
pypanda

We've been talking about this for a bit but haven't started work on it. Creating this issue to track progress. We're currently forked off of Qemu at version 2.9.1. We...

enhancement
no-issue-activity

Hi, I'm trying to replay a recording realize from 03_panda_rr example : https://github.com/avatartwo/bar18_avatar2/tree/master/03_panda_rr I used the following command : `/homelocal/cb270176/tmp/avatar2/targets/src/panda/build/arm-softmmu/panda-system-arm -M configurable -kernel /tmp/panda_rr/PandaTarget0_conf.json -replay /tmp/panda_rr/panda_record` ``` loading snapshot ......

1. The taint labels of buf aren't deleted after buf gets new content. test.c is as below: ```c #include #include #include char buf[100] = ""; int main() { FILE *pFile...

We have a new RR format we'd like to integrate. This issue will track development. - Format is known as RR2 - Consists of a compressed file that contains: -...