mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
10 lines
126 B
Plaintext
10 lines
126 B
Plaintext
#!@PYTHON@
|
|
|
|
import sys
|
|
sys.path.insert(1, '@pythondir@')
|
|
|
|
import frida.repl
|
|
|
|
if __name__ == '__main__':
|
|
frida.repl.main()
|