quiprr / Dra1nMirror

A reupload of the dra1n source code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dra1n Mirror

GitHub top language GitHub issues GitHub

Current Version

1.3.2

The long awaited source reveal. Sadly I do not have access to the backend code for reasons that I can't be bothered searching for. I don't have the original git data for the repo, however below is the line counts for the app and tweak part. Screenshot of line countsAs you can see, the work seems fairly unbalanced. You'll notice that the .xm file has 2 versions, well that's because Mega's code was quite frankly awful to read. The left number is before auto format, the right number is after auto format. This source contains both versions. I used after format number for the total values.

Open sourcing dra1n was the original plan from both myself and Mega, he even said it himself here: Comment Screenshot

To run/build this yourself, you will need IOKit in your SDK (SDK's with IOKit can be found here), Xcode and Theos installed. Run the commands:

cd dra1n-app
pod install
cd ..
make package install

Credits

About

A reupload of the dra1n source code

License:GNU General Public License v3.0


Languages

Language:Swift 53.9%Language:Logos 22.6%Language:Objective-C 16.1%Language:C 6.6%Language:Makefile 0.5%Language:Ruby 0.2%