Skip to content

Commit

Permalink
Working Odyssey jailbreak
Browse files Browse the repository at this point in the history
  • Loading branch information
coolstar committed Aug 29, 2020
1 parent 7fb2822 commit f71aaf9
Show file tree
Hide file tree
Showing 146 changed files with 10,302 additions and 1,313 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Odyssey/exploit/*.h
Odyssey/exploit/*.c
Odyssey/exploit/*.m

## No DS_Store
.DS_Store

## User settings
xcuserdata/

Expand Down Expand Up @@ -93,3 +96,8 @@ fastlane/test_output
# https://github.com/johnno1962/injectionforxcode

iOSInjectionProject/
migrationsupport/bin/migration
SwiftZSTD.framework
Payload
*.o
amfidebilitate/bin/amfidebilitate
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "Deps/SwiftZSTD"]
path = Deps/SwiftZSTD
url = https://github.com/Diatrus/SwiftZSTD.git
17 changes: 11 additions & 6 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ excluded:
- SwiftLint/Common/3rdPartyLib
- Deps
line_length:
warning: 150
error: 200
warning: 200
error: 250
ignores_function_declarations: true
ignores_comments: true
ignores_urls: true
Expand All @@ -49,6 +49,11 @@ identifier_name:
excluded:
- S_IFMT
- S_IFDIR
- P_SUGID
- a
- b
- c
- d
- i
- j
- k
Expand All @@ -62,13 +67,13 @@ function_parameter_count:
warning: 6
error: 8
type_body_length:
warning: 300
error: 500
warning: 400
error: 600
file_length:
warning: 1000
error: 1500
ignore_comment_only_lines: true
cyclomatic_complexity:
warning: 40
error: 60
warning: 50
error: 70
reporter: "xcode"
529 changes: 0 additions & 529 deletions Chimera13.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

98 changes: 0 additions & 98 deletions Chimera13/Assets.xcassets/AppIcon.appiconset/Contents.json

This file was deleted.

42 changes: 0 additions & 42 deletions Chimera13/app/Base.lproj/Main.storyboard

This file was deleted.

53 changes: 0 additions & 53 deletions Chimera13/app/ViewController.swift

This file was deleted.

Binary file removed Chimera13/exploit/time_waste.zip
Binary file not shown.
Loading

0 comments on commit f71aaf9

Please sign in to comment.