frida-python icon indicating copy to clipboard operation
frida-python copied to clipboard

Frida Python bindings

Results 58 frida-python issues
Sort by recently updated
recently updated
newest added

Hi there, I'm using Frida **14.2.14** against an **A13** device running **iOS 14.3**, which is jailbroken using **unc0ver 6.1.1**. I would expect the following code to spawn a new instance...

Hello, I am experiencing problem with spawning Android app with Frida 11.0.0. I have multiple Android VMs managed from one python process using asyncio. Following *coroutine* code spawns application inside...

i get this runtime error when i try to build frida-python with a frida-gum with `-Dquickjs=disabled` > _frida.so: undefined symbol: gum_x86_writer_put_mov_reg_near_ptr so frida-python requires a frida-gum with `-Dquickjs=enabled` ideally the...

The current API is a bit messy, especially compared to comparative wrappers like `frida-node`. I think we have three main areas where we should focus our cleanup one: 1. **Core...

Use get_device() in child thread is fine, however, if I call it in child process, it will be stuck without any log.

error: [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: legacy-install-failure *Note* I tried the solutions mentioned in the other...

I'm trying to spawn an Android process and hook all calls to early executing methods like `System.loadLibrary` and `Activity.onResume`. However, either my hooks don't get applied at all, or they...

Hi! It is not possible to install it from MobaXterm because the platform is not known. Would it be possible to add it? ```# python3 Python 3.6.8 (default, Feb 15...

Python 64b, hello64.exe test compiled with mingw64. frida-ps not seeing the process on 64b Win10 VM. No problems attaching using PID though.

Hi everyone ! Great tool, have been working with this for sometime now ( 2 months ). However before updating to version `12.0.7`, I was able to work fine on...