-
Should they go into the "hooks" plugin?
-
From pypanda, the hooks plugin segfaults unless you include `extra_args=['-s']` to your `pandare.panda` constructor.
Looks to be caused because panda hasn't initialized a gdbserver object but it's …
-
- cpu: intel E5 x86_64 x2
- host: ubuntu18.04
- panda_version: docker pull pandare/panda
- image: bionic-server-cloudimg-amd64-noaslr-nokaslr.qcow2
```python
@panda.hook_symbol("libc",…
-
cpu: intel E5 x86_64 x2
host: ubuntu18.04
panda_version: docker pull pandare/panda
image: bionic-server-cloudimg-amd64-noaslr-nokaslr.qcow2
```bash
REPOSITORY TAG …
-
target_bin = "selinux"
```python
@panda.hook_symbol("libssl", None, name="hook_ssl_symbols")
def hook_ssl_symbols(cpu, tb, h):
procname = panda.get_process_name(cpu)
libname = panda.ff…
-
```
LINK mipsel-softmmu/libpanda-mipsel.so
/usr/bin/ld: /home/luke/.pyenv/versions/3.9.0/lib/python3.9/config-3.9-x86_64-linux-gnu/libpython3.9.a(_warnings.o): relocation R_X86_64_PC32 against …
-
how fix this? here is log: https://pastebin.com/8eVjUBTh
thx
-
I am using the image from http://panda-re.mit.edu/qcows/linux/ubuntu/1804/x86_64/bionic-server-cloudimg-amd64-noaslr-nokaslr.qcow2 and attempt to use the file_taint on a simple example of just cating …
-
The memsavep python binding to libpanda fails in Python3, seemingly because the fileno() returns a file descriptor but the underlying C function expects a 'FILE *'.
I attempted a ctypes call to fdope…
-
Can the replay process be ended by a plugin?