mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
0eaff9d193c650035d49e97ecd55c0a33a3aa4c2
With two successive requests, for example a completion request and an eval request fired from two different Python threads, the second response could end up overwriting the first one before it got processed. The initial design assumed that only a single Python thread would be making these requests, but that changed when the completion was introduced. We now fix this issue by using a queue and knowing that these requests are processed and replied to in FIFO order.
frida-python
Python bindings for Frida.
Description
Languages
C
65.2%
Python
33.5%
Meson
0.7%
Batchfile
0.4%
Makefile
0.2%