mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
8ca3c47aeecf4f059938aed1f97b5acde56c06ea
enable_debugger() and disable_debugger() to Session
The underlying implementation defaults to port 5858, which is the default Node.js debugger port. Pass the `port` keyword argument to override it: ```python session.enable_debugger(port=1337) ```
frida-python
Python bindings for Frida.
Description
Languages
C
65.2%
Python
33.5%
Meson
0.7%
Batchfile
0.4%
Makefile
0.2%