panda
panda copied to clipboard
Platform for Architecture-Neutral Dynamic Analysis
Hi, I've normally built panda on ubuntu. but replay failed. here's detail: built with instruction: ``` git clone https://github.com/panda-re/panda cd panda mkdir -p build && cd build ../build.sh ``` start...
This is a _draft_ PR for tracking the new feature: guest plugins. The PR includes several new PANDA plugins: - `linjector` - A hypervisor-based executable injector. - `guest_plugin_manager` - A...
Hello, I am trying to use the hypercall feature of panda (both for custom callbacks and for hypercall callbacks in taint2), but I can't seem to trigger the callback using...
Backports support for the `ramfb` device from upstream. Some more info on this device is [here](https://www.kraxel.org/blog/2019/02/ramfb-display-in-qemu/). Note, this builds and passes CI so I'm assuming it's all good, but I...
Add code for using rr2 file compressed format in record and replay. More details on format in https://github.com/panda-re/panda/issues/1087
I notice several workarounds for llvm.11089: https://github.com/panda-re/panda/blob/d2ee3d1bde15623813bcae1708eaa7d759cedd96/panda/tools/helper_call_modifier.cpp > /* > * XXX: We need to **remove stack smash protection from helper** > * functions that are to be compiled with...
Hi guys, I'm trying to implement pandalog in my plugin, but I have some issues.... If in my .proto file, I set an "optional" field, it remains empty, instead if...
I have tried a simple test with the new PANDA that uses libosi for the Windows OSI. But PANDA does not recognize my target OS, even though I'm using one...
If a `panda_virtual_memory_...` function fails due to paged out memory, `panda_page_fault()` allows you to force the guest to page in that memory and return execution to a PC of your...
This PR adds `no_timeout` to `copy_to_guest` and `record_cmd` as well as `timeout` to `record_cmd`. Related to #1150