frida / frida-python

Frida Python bindings
Other
766 stars 145 forks source link

Recommended callback size? #234

Open schn3ich opened 1 year ago

schn3ich commented 1 year ago

Are there recommended sizes for callbacks in frida-python from a time perspective? Could there be issues when there is a long callback, that even creates a subprocess?
(Speaking of the child_gating.py example as context, if that's important)