gitextract_f5akhlog/ ├── README.md ├── extra_recipe/ │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── AppDelegate.swift │ ├── Assets.xcassets/ │ │ ├── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ └── Contents.json │ ├── Base.lproj/ │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ ├── Info.plist │ ├── QiLin.h │ ├── README │ ├── ViewController.h │ ├── ViewController.m │ ├── ViewController.swift │ ├── extra_recipe-Bridging-Header.h │ ├── extra_recipe.entitlements │ ├── extra_recipe_utils.c │ ├── extra_recipe_utils.h │ ├── jailbreak.c │ ├── jailbreak.h │ ├── load_regs_and_crash.s │ ├── main.m │ ├── multipath_kfree.c │ ├── multipath_kfree.h │ ├── qilin_tfp0less.o │ ├── sha1.o │ └── sha256.o ├── extra_recipe_extra_extra_bug.xcodeproj/ │ ├── project.pbxproj │ ├── project.xcworkspace/ │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata/ │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata/ │ │ └── ianbeer.xcuserdatad/ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata/ │ └── ianbeer.xcuserdatad/ │ └── xcschemes/ │ ├── extra_recipe.xcscheme │ └── xcschememanagement.plist └── multipath_kfree/ ├── multipath_kfree.c └── multipath_kfree.h