mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
Fix frida-repl on Windows
This commit is contained in:
+4
-1
@@ -16,7 +16,10 @@ WARNING: Unable to find package 'gnureadline' needed for tab completion;
|
||||
please brace yourself for a massively degraded user experience!
|
||||
""" + Style.RESET_ALL)
|
||||
else:
|
||||
import readline
|
||||
try:
|
||||
import readline
|
||||
except Exception as e:
|
||||
HAVE_READLINE = False
|
||||
import sys
|
||||
import threading
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user