xoffio

Results 46 comments of xoffio

Hey @AnxiangLemon could you share how you are compiling it?

I just tried the next steps and it works for me: ```bash bash git clone https://github.com/frida/frida-python.git cd frida-python/ python3 -m venv frida-venv source frida-venv/bin/activate sudo apt install python3-dev pip install...

This is happening because the frida compiler is looking for `/usr/lib/include/python3.12` but in my Ubuntu version (Ubuntu 24.04 LTS) this is `/usr/include/python3.12`. for now I created a symlink like @eiselekd...

@ajwerner Do you mean something like in this python example [on_uninjected](https://github.com/frida/frida-python/blob/main/examples/inject_library/inject_blob.py#L21) ? I have been working with something similar and noticed this hasn't been implemented in Rust yet. I also...

Bumping this issue. This is useful in cases where the user needs to modify a jump based on flags. Users shouldn't be calculating the `rflags` register.

Bumping this issue up. I know it can be hard but it can really help the debugger for this like this: