Skip to content

Commit f31017b

Browse files
committed
ps: Fix the _frida import
1 parent 3fdefac commit f31017b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frida_tools/ps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def main() -> None:
1414
except:
1515
pass
1616

17-
import _frida
17+
import frida._frida as _frida
1818

1919
from frida_tools.application import ConsoleApplication
2020

0 commit comments

Comments
 (0)