panda icon indicating copy to clipboard operation
panda copied to clipboard

Platform for Architecture-Neutral Dynamic Analysis

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

Hello, So I wanted to do 3 things with this PR: 1. Set an INSTALL_PREFIX argument to the PANDA Dockerfile 2. Dynamically update LD_CONFIG based on TARGET_LIST argument 3. Close...

Hello, As of April 15, 2024, Ubuntu 20 runners are going to be deleted. I'm not sure if this is an issue since this uses panda-arc, but I am taking...

This pull request is needed for LAVA 3.0 to be ready, the main summary of the findings is the following by commit: 1. This PR closes #1547 as I need...

I know it's just a little thing, but hopefully the warning will save someone else the pain we just went through of trying to figure out what is going on....

Updates: * Consolidate installations for Python * Update testing install_ubuntu.sh to Ubuntu 22 * Point to the latest version of libosi on both install script and Docker Also, I did...

- Fix dependecies - Fix network plugin for new wireshark headers - Add building for LLVM [There is no apt version] - Add building for libosi [No version for 24.04]...

Hello, This should be covering the last batch of chances to publishing GitHub action. 1. First, avoid publishing the same artifact twice, which caused an issue with the release that...

Supercedes #1549 Updates callstack_instr to track binary names along with program counters to make callstack dumps more useful. Plugins that use callstack_instr to display callstacks need to opt-in to leverage...

Hello, Based on work here, it seems like I got a fully functional version of libcapstone 5.0.5 working, I locally tested this. https://github.com/capstone-engine/capstone/pull/2569 https://github.com/capstone-engine/capstone/pull/2596 PANDA Integration tests [taint2](https://github.com/panda-re/panda/blob/dev/panda/plugins/taint2/taint2.cpp#L585-L587), which uses...