odnoletkov / psychicpaper

iOS <13.5 sandbox escape/entitlement 0day

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Psychic Paper

AMFI/amfid entitlements check bypass, iOS sandbox escape.
Patched in iOS 13.5 beta 3.

Write-up here.

Building

This repo also contains a tool I called plparse, that can be used to invoke three different XML/plist parsers present on macOS & iOS. Build with:

make

And run as:

plparse -c file.plist
plparse -i file.plist
plparse -x file.plist
plparse -cix file.plist

License

MPL2 with Exhibit B.

About

iOS <13.5 sandbox escape/entitlement 0day

License:Mozilla Public License 2.0


Languages

Language:C 99.3%Language:Makefile 0.7%