mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
af3df301adf3c1a0bd9f1772723751e4dfd4411f
Using autoreset=True in colorama's init function, causes it to wrap stdin. This is problematic because readline also messes with stdin, and causes readline to stop working. The solution is to simply not use autoreset=True, and then (at least on non-windows platforms) stdin will not be wrapped
frida-python
Python bindings for Frida.
Description
Languages
C
65.2%
Python
33.5%
Meson
0.7%
Batchfile
0.4%
Makefile
0.2%