forked from comex/star_
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
40 lines (37 loc) · 1.2 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
external repositories:
------------------------------------------------------
data: mach-o handling
white: load dylibs into the kernel
datautils0: make kernel patches, port over symbols
in here:
------------------------------------------------------
catalog:
catalog.py: ROP code and kernel exploit
kcode.S: kernel payload
chain: unused
common:
common.h: _log, _assert, etc
datautils:
dmini.py: python interface to data
dejavu:
gen_dejavu.raw.py: FreeType exploit
dsc:
dsc.c: mount dyld shared cache via fuse
goo:
goop.py: the "string with pointers, relocations, etc." abstraction
goo.py: doing ROP with the abstraction
world1.py: specific gadgets
two.py: creating mach-o files with the abstraction
headers: external headers
install:
install.m: install the jailbreak
locutus:
locutus.c: download files / communicate with locutus_server / run install
inject.c: inject a dylib into a process
locutus_server.m: injected into SpringBoard
mroib: unused
otool: patch to otool that supports "force ARM" mode
starstuff:
build-archive.sh: build the saffron-jailbreak-xxx debian package
mount_nulls.c: do so
upgrade-data: unused