mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
9 lines
210 B
Python
9 lines
210 B
Python
import sys
|
|
|
|
sys.path.insert(0, "/Users/oleavr/src/frida/build/frida-macos-universal/lib/python2.7/site-packages")
|
|
|
|
if __name__ == "__main__":
|
|
from PyObjCTools import AppHelper
|
|
|
|
AppHelper.runEventLoop()
|