Skip to content

Instantly share code, notes, and snippets.

@BenjyWiener
Last active September 7, 2017 04:34
Show Gist options
  • Save BenjyWiener/de3ab9cb8bb4b7719571 to your computer and use it in GitHub Desktop.
Save BenjyWiener/de3ab9cb8bb4b7719571 to your computer and use it in GitHub Desktop.
ReplayKit.py
# coding: utf-8
from objc_util import *
from Foundation import NSBundle
NSBundle.bundleWithPath_('/System/Library/Frameworks/ReplayKit.framework').load()
RPScreenRecorder = ObjCClass('RPScreenRecorder')
@controversial
Copy link

This is awesome!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment