Skip to content
View jacobprezant's full-sized avatar
πŸ’­
πŸ§‘πŸ»β€πŸ’»
πŸ’­
πŸ§‘πŸ»β€πŸ’»
  • NYC
  • 15:16 (UTC -04:00)

Highlights

  • Pro

Block or report jacobprezant

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jacobprezant/README.md

Hey, I'm Jacob.

I'm a high school student in NYC, and I write iOS for OSS.

Take a look at my most recent project, Plethora; an iOS proof-of-concept, written entirely in Swift, for developers seeking to implement data extraction and modification within .mobileprovision profiles and .ipa packages.

Or, take a look at my most recent vulnerability writeup here, on the limitations of userDidTakeScreenshotNotification.

Pinned Loading

  1. Plethora Plethora Public

    Plethora is an iOS proof-of-concept, written entirely in Swift, for developers seeking to implement data extraction and modification within .mobileprovision profiles and .ipa packages.

    Swift 2

  2. khcrysalis/Feather khcrysalis/Feather Public

    Feather is a free on-device iOS application manager/installer, using certificates part of the Apple Developer Program.

    Swift 2.2k 178

  3. a userDidTakeScreenshotNotification ... a userDidTakeScreenshotNotification bypass, via Xcode.
    1
    ### a userDidTakeScreenshotNotification bypass, via Xcode.
    2
    
                  
    3
    **userDidTakeScreenshotNotification is not sufficient.**
    4
    
                  
    5
    In a sample application for iOS, we can within ContentView query NotificationCenter with an Observer for when the user takes a screenshot.