mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
Tweak setup.py to make frida-repl just frida from the command line.
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ setup(
|
||||
"frida-ps = frida.ps:main",
|
||||
"frida-discover = frida.discoverer:main",
|
||||
"frida-trace = frida.tracer:main",
|
||||
"frida-repl = frida.repl:main"
|
||||
"frida = frida.repl:main"
|
||||
]
|
||||
},
|
||||
ext_modules=[Extension('_frida', [])],
|
||||
|
||||
Reference in New Issue
Block a user