-
While taking a PANDA recording, a user might wish to modify guest state e.g., to flip a branch, or to modify the contents of a buffer. A simple example of this would be taking a recording with the Fil…
-
It seems that `generic_tests.py` as run by our CI is failing, but the tests are reported as passing. From https://github.com/panda-re/panda/actions/runs/6148260094/job/16689846816?pr=1352 we can see i…
-
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 t…
-
Hi there,
I tried to enable interrupt and inject interrupt, but the message sent to QMPProocol shows:
{"id": 3, "error": {"class": "CommandNotFound", "desc": "The command avatar-armv7m-enable-i…
-
pypanda volatility commands as ```get_volatility_symbols()``` are broken due to a change in Volatility 3 API (volatility pip package is now called "volatility3" and ```FileConsumerInterface``` is been…
-
I'm analyzing an x86_64 recording of the generic image using [proc_trace ](https://github.com/panda-re/panda/tree/dev/panda/plugins/proc_trace) and trying to use the [snake_hook ](https://github.com/p…
-
Trying to dump the CPU registers for each instruction may cause a `BlockingIOError`:
```python
@panda.cb_insn_translate
def should_run_on_insn(CPUState_env, target_ptr_t_pc):
return True
…
-
I am getting this error while running this line
p = Panda('ToyExpressionData.txt', 'ToyMotifData.txt', 'ToyPPIData.txt', remove_missing=False)
In anaconda Jupyter Notebook, Anaconda , Python 3
…
-
It seems that when there are zero expression genes (expression values equal to zeros across all samples), pypanda will fail, e.g.,
```python
numpy/lib/nanfunctions.py:1136: RuntimeWarning: Degree…
-
Since some programs being tested might not exit on their own, or might be stuck waiting for something, it would be useful to have an optional timeout parameter for `panda.record_cmd()`. Instead, it se…
rjzak updated
2 years ago