Skip to content

Commit

Permalink
Add all changes from 1.3.3 release:
Browse files Browse the repository at this point in the history
* Support for 13.5.1 - 13.7
* FTSB exploit
* cicuta_virosa exploit
* exploit-a9.zip has oob_events [don't use this]
* uicache on rootfs restore
* userspace reboot
* latest basebins
* latest procursus strap
* removed migration
* exploit selector
* remove time_waste
  • Loading branch information
coolstar committed Apr 24, 2021
1 parent 7682a88 commit 3c3c00a
Show file tree
Hide file tree
Showing 45 changed files with 6,814 additions and 626 deletions.
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

# Don't commit time_waste
Odyssey/exploit/*.h
Odyssey/exploit/*.c
Odyssey/exploit/*.m

## No DS_Store
.DS_Store

Expand Down
150 changes: 98 additions & 52 deletions Odyssey.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Odyssey.xcodeproj/xcshareddata/xcschemes/Odyssey.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = ""
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
buildConfiguration = "Release"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
Expand Down
9 changes: 6 additions & 3 deletions Odyssey/Odyssey-Bridging-Header.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
#import "iokit.h"
#import "patchfinder64.h"
#import "tardy0n.h"
#import "cicuta_virosa.h"
#import "helpers.h"
#import <xpc/xpc.h>

#import "Alderis.h"

int csops(pid_t pid, uint32_t op, uint32_t *addr, uint32_t opt);
Expand All @@ -27,8 +27,10 @@ void ObjcTryCatch(void (^tryBlock)(void));
kern_return_t
IORegistryEntrySetCFProperty(io_registry_entry_t, CFStringRef, CFTypeRef);

int get_tfp0();
extern uint64_t task_self;
void exploit_start(void);
extern uint32_t tfp0_port;
extern uint64_t our_proc_kAddr;

extern mach_port_t tfpzero;

struct hfs_mount_args {
Expand Down Expand Up @@ -87,6 +89,7 @@ extern char *xpc_strerror (int);
// Some of the routine #s launchd recognizes. There are quite a few subsystems

#define ROUTINE_SUBMIT 100
#define ROUTINE_LOAD 0x320 // 800
#define ROUTINE_ENABLE 0x328
#define ROUTINE_DISABLE 0x329

Expand Down
Loading

0 comments on commit 3c3c00a

Please sign in to comment.