Skip to content

Commit

Permalink
Started novel
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekSelander committed Aug 31, 2020
1 parent 8cd1056 commit 7d14f18
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# yacd
# yacd (Yet Another Code Decrypter)

Decrypts FairPlay applications on iOS 13.4.1 and lower, no jb required

This application uses [@s1guza](https://twitter.com/s1guza)'s [Psychic Paper](https://siguza.github.io/psychicpaper/) exploit to be able to read other process memory and the iOS filesystem.

Many alternatives already exist ([origina?](https://github.com/stefanesser/dumpdecrypted), [Frida version](https://github.com/AloneMonkey/frida-ios-dump), [past favorite](https://github.com/BishopFox/bfdecrypt)). This was written primarily for a case where I want to get a decrypted IPA from a GUI without SSH'ing into a jb'd device.


## Compile
Change around the Singing identity and build for an iOS 13.4.1 or lower device. If successful, you'll see the list of GUI applications on your iOS device.

## Usage
First launch a 3rd party application, then decrypt it from the yacd app

0 comments on commit 7d14f18

Please sign in to comment.