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

After installing PyPanda 0.1.1.5 from PyPI, it raises an AttributeError when some key modules are imported: ``` Traceback (most recent call last): File "/home/runner/work/pypanda-plugins/pypanda-plugins/src/pandarepyplugins/IoctlFaker.py", line 5, in from pandare import...

pypanda

Update documentation. Return a list of classes loaded. Don't try to load the base PyPlugin class.

Hi, using PyPanda, I need to perform some async operation on the machine (take snapshot, send serial command etc) delayed by XX seconds in which the machine has to free...

In panda.py the rr_get_guest_instr_count() can return negative integer numbers when the system has a large instruction count. It turns out the C API used with cffi to build pyPANDA only...

bug

Useful for library function interception with PyPANDA. Most of the code was there, the decorator just needed to be added.

I have read the docs and issues, cannot fix this problem. In https://github.com/panda-re/panda/blob/dev/panda/plugins/loaded/loaded.cpp#L121 , i saw this plugin register `on_library_load`, and i',m trying to run my script: ```python import capstone...

#1447 determined that switching callstack_instr to start_block_exec caused nondeterministic behavior. This PR attempts to resolve that issue.

#1445 incorrectly change the callback types without changing how they were registered. Thanks to @LauraLMann and @MarkMankins for [pointing this out](https://github.com/panda-re/panda/pull/1445#discussion_r1494996469)! I'm slightly terrified that this sort of mistake doesn't...

Just a quick test for the workflow, wanna try one thing.

I did a bit more investigating on publishing wheel files and found this link: https://github.com/pypa/gh-action-pypi-publish/discussions/15 Based on the information here, I updated the YAML to repeat what they did for...