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