Last active
September 7, 2017 04:34
-
-
Save BenjyWiener/de3ab9cb8bb4b7719571 to your computer and use it in GitHub Desktop.
ReplayKit.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# coding: utf-8 | |
from objc_util import * | |
from Foundation import NSBundle | |
NSBundle.bundleWithPath_('/System/Library/Frameworks/ReplayKit.framework').load() | |
RPScreenRecorder = ObjCClass('RPScreenRecorder') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is awesome!!!