apple-data 1.0.414 → 1.0.415

Sign up to get free protection for your applications and to get access to all the features.
data/share/resources.yaml CHANGED
@@ -1,199 +1,203 @@
1
1
  ---
2
- - url: https://github.com/alephsecurity/xnu-qemu-arm64/wiki/Build-iOS-on-QEMU
3
- title: Run iOS on QEMU
4
- type: article
5
- - url: https://github.com/onethawt/idaplugins-list
6
- title: onethawt's list of IDA plugins
7
- type: article
8
- - url: https://github.com/AllsafeCyberSecurity/awesome-ghidra
9
- title: Awesome Ghirda Plugins
10
- type: article
11
- - url: https://blog.t8012.dev/ace-part-1/
12
- title: USB-C Port Controller (ACE) Secrets
13
- type: article
14
- - url: http://ramtin-amin.fr/#tristar
15
- title: Ramtin Amin's Tristar Reverse Engineering
16
- type: article
17
- - url: https://nyansatan.github.io/lightning/
18
- title: Nyan Satin's Lightning Reverse Engineering
19
- type: article
20
- - url: Ramtin Amin's NVMe PCIe Reverse Engineering
21
- title: http://ramtin-amin.fr/#nvmepcie
22
- type: article
23
- - url: http://ramtin-amin.fr/#nvmedma
24
- title: Ramtin Amin's NVMe DMA Reverse Engineering
25
- type: article
26
- - url: https://github.com/hack-different/mootool
27
- type: repo
28
- name: mootool
29
- description: FOSS Ruby Mach-O Tool (aims to replicate jtool2 feature set)
30
- categories:
31
- - tool
32
- - re
33
- - ruby
34
- - url: https://github.com/cxnder/ktool
35
- type: repo
36
- name: ktool
37
- description: FOSS Python Mach-O Tool
38
- categories:
39
- - tool
40
- - re
41
- - python
42
- - url: https://github.com/checkra1n/toolchain
43
- type: repo
44
- name: checkra1n-toolchain
45
- description: Toolchain used to compile checkra1n and pongoOS
46
- categories:
47
- - toolchain
48
- - c
49
- - url: https://github.com/alephsecurity/xnu-qemu-arm64
50
- type: repo
51
- name: alephsecurity/xnu-qemu-arm64
52
- description: QEMU branch for emulating iOS / XNU on arm64
53
- categories:
54
- - emulation
55
- - c
56
- - xnu
57
- - url: https://github.com/alephsecurity/xnu-qemu-arm64-tools
58
- type: repo
59
- name: alephsecurity/xnu-qemu-arm64-tools
60
- description: Tooling to prepare an image for QEMU
61
- categories:
62
- - tool
63
- - emulation
64
- - url: https://github.com/cellebrite-srl/ida_kernelcache
65
- type: repo
66
- name: cellebrite-srl/ida_kernelcache
67
- description: IDA plugin for XNU kernelcaches
68
- categories:
69
- - ida_plugin
70
- - disassembly
71
- - re
72
- - url: https://github.com/cellebrite-srl/PacXplorer
73
- type: repo
74
- name: cellebrite-srl/PacExplorer
75
- description: IDA plugin for pointer authentication
76
- categories:
77
- - ida_plugin
78
- - disassembly
79
- - re
80
- - url: https://github.com/cellebrite-srl/FunctionInliner
81
- type: repo
82
- name: cellebrite-srl/FunctionInliner
83
- description: IDA plugin for function inlining
84
- categories:
85
- - ida_plugin
86
- - disassembly
87
- - re
88
- - url: https://github.com/0x36/ghidra_kernelcache
89
- type: repo
90
- name: 0x36/ghidra_kernelcache
91
- description: Ghidra plugin for XNU kernel caches
92
- categories:
93
- - ghidra_plugin
94
- - disassembly
95
- - re
96
- - url: https://github.com/blacktop/ipsw
97
- type: repo
98
- name: blacktop/ipsw
99
- description: Swiss army knife for IPSWs
100
- categories:
101
- - tool
102
- - url: https://github.com/checkra1n/pongoOS
103
- type: repo
104
- name: pongoOS
105
- - url: https://github.com/t8012/demuxusb
106
- type: repo
107
- name: DeMuxUSB - USBMuxD disector
108
- - url: https://github.com/libimobiledevice/usbmuxd
109
- type: repo
110
- name: open source usbmuxd implementation from libimobiledevice
111
- - url: https://github.com/libimobiledevice/libimobiledevice
112
- type: repo
113
- name: libimobiledevice
114
- - url: https://github.com/libimobiledevice/libirecovery
115
- type: repo
116
- name: libirecovery - low level iBoot / DFU handler
117
- - url: https://github.com/libimobiledevice/idevicerestore
118
- type: repo
119
- name: idevicerestore - open source Apple device restore tool
120
- - url: https://github.com/rickmark/apple_utdm
121
- type: repo
122
- name: UTDM - USB Target Disk Mode
123
- - url: https://github.com/rickmark/macvdmtool
124
- type: repo
125
- name: MacVDMTool and Library - USB-PD Vendor Defined Messsages
126
- - url: https://github.com/gh2o/rvi_capture
127
- type: repo
128
- name: Apple Remote Virtaul Interface
129
- - url: https://github.com/osy/ThunderboltPatcher
130
- type: repo
131
- name: Thunderbolt Patcher by osy
132
- - url: https://github.com/rickmark/awdd_decode
133
- type: repo
134
- name: Apple Wireless Diagnostics logging decode
135
- - url: https://github.com/mikebrady/shairport-sync
136
- type: repo
137
- name: Shareport - AirPlay2 implementation
138
- - url: https://github.com/rickmark/libibackup
139
- type: repo
140
- name: open source iOS backup library
141
- - url: https://github.com/iineva/bom
142
- type: repo
143
- name: BOM - Bill of Materials by NeXT / Apple
144
- - url: https://github.com/libimobiledevice/libplist
145
- type: repo
146
- name: Open source plist implementation
147
- - url: https://github.com/josephw/titl
148
- type: repo
149
- name: Open Source iTunes Library Parser
150
- - url: https://github.com/sbingner/ldid
151
- type: repo
152
- name: SBinger's fork of the ldid link editor
153
- - url: https://github.com/t8012/efivalidate
154
- type: repo
155
- name: T1 and prior EFI firmware verification
156
- - url: https://github.com/hekapooios/hekapooios.github.io
157
- type: repo
158
- name: List of all SecureROM / SEPROMs
159
- - url: https://github.com/seemoo-lab/openwifipass
160
- type: repo
161
- name: Apple WiFi Password Sharing Implementation
162
- - url: https://github.com/t8012/smcutil
163
- type: repo
164
- name: Create SMC binaries from update payloads
165
- - url: https://github.com/acidanthera/VirtualSMC
166
- type: repo
167
- name: Virtual SMC implementation for Clover
168
- - name: IDA - The Intellegent Disassembler
169
- type: tool
170
- url: https://hex-rays.com/ida-pro/
171
- - name: VisUAL ARM Simulator
172
- type: tool
173
- url: https://salmanarif.bitbucket.io/visual/index.html
174
- - name: Ghidra Disassembler
175
- type: tool
176
- url: https://ghidra-sre.org
177
- open_source: true
178
- - name: Hopper Disassembler
179
- type: tool
180
- url: https://www.hopperapp.com
181
- - name: jtool2 by Levin
182
- type: tool
183
- url: https://www.newosxbook.com/tools/jtool.html
184
- - name: Frida - Dynamic instrumentation toolkit for developers
185
- url: https://frida.re/
186
- type: tool
187
- open_source: true
188
- - name: libimobiledevice - open source Apple / iTunes implementation
189
- type: tool
190
- url: https://libimobiledevice.org
191
- - url: https://developer.apple.com/library/content/documentation/Darwin/Conceptual/KernelProgramming
192
- type: article
193
- title: Apple - Kernel Programming Guide
194
- - url: https://developer.apple.com/library/content/documentation/DeviceDrivers/Conceptual/IOKitFundamentals
195
- type: article
196
- title: Apple - IOKit Fundamentals
197
- - url: https://developer.apple.com/library/content/documentation/Performance/Conceptual/ManagingMemory/Articles/AboutMemory.html
198
- type: article
199
- title: Apple - Virtual Memory System
2
+ metadata:
3
+ description:
4
+ credits:
5
+ resources:
6
+ - url: https://github.com/alephsecurity/xnu-qemu-arm64/wiki/Build-iOS-on-QEMU
7
+ title: Run iOS on QEMU
8
+ type: article
9
+ - url: https://github.com/onethawt/idaplugins-list
10
+ title: onethawt's list of IDA plugins
11
+ type: article
12
+ - url: https://github.com/AllsafeCyberSecurity/awesome-ghidra
13
+ title: Awesome Ghirda Plugins
14
+ type: article
15
+ - url: https://blog.t8012.dev/ace-part-1/
16
+ title: USB-C Port Controller (ACE) Secrets
17
+ type: article
18
+ - url: http://ramtin-amin.fr/#tristar
19
+ title: Ramtin Amin's Tristar Reverse Engineering
20
+ type: article
21
+ - url: https://nyansatan.github.io/lightning/
22
+ title: Nyan Satin's Lightning Reverse Engineering
23
+ type: article
24
+ - url: Ramtin Amin's NVMe PCIe Reverse Engineering
25
+ title: http://ramtin-amin.fr/#nvmepcie
26
+ type: article
27
+ - url: http://ramtin-amin.fr/#nvmedma
28
+ title: Ramtin Amin's NVMe DMA Reverse Engineering
29
+ type: article
30
+ - url: https://github.com/hack-different/mootool
31
+ type: repo
32
+ name: mootool
33
+ description: FOSS Ruby Mach-O Tool (aims to replicate jtool2 feature set)
34
+ categories:
35
+ - tool
36
+ - re
37
+ - ruby
38
+ - url: https://github.com/cxnder/ktool
39
+ type: repo
40
+ name: ktool
41
+ description: FOSS Python Mach-O Tool
42
+ categories:
43
+ - tool
44
+ - re
45
+ - python
46
+ - url: https://github.com/checkra1n/toolchain
47
+ type: repo
48
+ name: checkra1n-toolchain
49
+ description: Toolchain used to compile checkra1n and pongoOS
50
+ categories:
51
+ - toolchain
52
+ - c
53
+ - url: https://github.com/alephsecurity/xnu-qemu-arm64
54
+ type: repo
55
+ name: alephsecurity/xnu-qemu-arm64
56
+ description: QEMU branch for emulating iOS / XNU on arm64
57
+ categories:
58
+ - emulation
59
+ - c
60
+ - xnu
61
+ - url: https://github.com/alephsecurity/xnu-qemu-arm64-tools
62
+ type: repo
63
+ name: alephsecurity/xnu-qemu-arm64-tools
64
+ description: Tooling to prepare an image for QEMU
65
+ categories:
66
+ - tool
67
+ - emulation
68
+ - url: https://github.com/cellebrite-srl/ida_kernelcache
69
+ type: repo
70
+ name: cellebrite-srl/ida_kernelcache
71
+ description: IDA plugin for XNU kernelcaches
72
+ categories:
73
+ - ida_plugin
74
+ - disassembly
75
+ - re
76
+ - url: https://github.com/cellebrite-srl/PacXplorer
77
+ type: repo
78
+ name: cellebrite-srl/PacExplorer
79
+ description: IDA plugin for pointer authentication
80
+ categories:
81
+ - ida_plugin
82
+ - disassembly
83
+ - re
84
+ - url: https://github.com/cellebrite-srl/FunctionInliner
85
+ type: repo
86
+ name: cellebrite-srl/FunctionInliner
87
+ description: IDA plugin for function inlining
88
+ categories:
89
+ - ida_plugin
90
+ - disassembly
91
+ - re
92
+ - url: https://github.com/0x36/ghidra_kernelcache
93
+ type: repo
94
+ name: 0x36/ghidra_kernelcache
95
+ description: Ghidra plugin for XNU kernel caches
96
+ categories:
97
+ - ghidra_plugin
98
+ - disassembly
99
+ - re
100
+ - url: https://github.com/blacktop/ipsw
101
+ type: repo
102
+ name: blacktop/ipsw
103
+ description: Swiss army knife for IPSWs
104
+ categories:
105
+ - tool
106
+ - url: https://github.com/checkra1n/pongoOS
107
+ type: repo
108
+ name: pongoOS
109
+ - url: https://github.com/t8012/demuxusb
110
+ type: repo
111
+ name: DeMuxUSB - USBMuxD disector
112
+ - url: https://github.com/libimobiledevice/usbmuxd
113
+ type: repo
114
+ name: open source usbmuxd implementation from libimobiledevice
115
+ - url: https://github.com/libimobiledevice/libimobiledevice
116
+ type: repo
117
+ name: libimobiledevice
118
+ - url: https://github.com/libimobiledevice/libirecovery
119
+ type: repo
120
+ name: libirecovery - low level iBoot / DFU handler
121
+ - url: https://github.com/libimobiledevice/idevicerestore
122
+ type: repo
123
+ name: idevicerestore - open source Apple device restore tool
124
+ - url: https://github.com/rickmark/apple_utdm
125
+ type: repo
126
+ name: UTDM - USB Target Disk Mode
127
+ - url: https://github.com/rickmark/macvdmtool
128
+ type: repo
129
+ name: MacVDMTool and Library - USB-PD Vendor Defined Messsages
130
+ - url: https://github.com/gh2o/rvi_capture
131
+ type: repo
132
+ name: Apple Remote Virtaul Interface
133
+ - url: https://github.com/osy/ThunderboltPatcher
134
+ type: repo
135
+ name: Thunderbolt Patcher by osy
136
+ - url: https://github.com/rickmark/awdd_decode
137
+ type: repo
138
+ name: Apple Wireless Diagnostics logging decode
139
+ - url: https://github.com/mikebrady/shairport-sync
140
+ type: repo
141
+ name: Shareport - AirPlay2 implementation
142
+ - url: https://github.com/rickmark/libibackup
143
+ type: repo
144
+ name: open source iOS backup library
145
+ - url: https://github.com/iineva/bom
146
+ type: repo
147
+ name: BOM - Bill of Materials by NeXT / Apple
148
+ - url: https://github.com/libimobiledevice/libplist
149
+ type: repo
150
+ name: Open source plist implementation
151
+ - url: https://github.com/josephw/titl
152
+ type: repo
153
+ name: Open Source iTunes Library Parser
154
+ - url: https://github.com/sbingner/ldid
155
+ type: repo
156
+ name: SBinger's fork of the ldid link editor
157
+ - url: https://github.com/t8012/efivalidate
158
+ type: repo
159
+ name: T1 and prior EFI firmware verification
160
+ - url: https://github.com/hekapooios/hekapooios.github.io
161
+ type: repo
162
+ name: List of all SecureROM / SEPROMs
163
+ - url: https://github.com/seemoo-lab/openwifipass
164
+ type: repo
165
+ name: Apple WiFi Password Sharing Implementation
166
+ - url: https://github.com/t8012/smcutil
167
+ type: repo
168
+ name: Create SMC binaries from update payloads
169
+ - url: https://github.com/acidanthera/VirtualSMC
170
+ type: repo
171
+ name: Virtual SMC implementation for Clover
172
+ - name: IDA - The Intellegent Disassembler
173
+ type: tool
174
+ url: https://hex-rays.com/ida-pro/
175
+ - name: VisUAL ARM Simulator
176
+ type: tool
177
+ url: https://salmanarif.bitbucket.io/visual/index.html
178
+ - name: Ghidra Disassembler
179
+ type: tool
180
+ url: https://ghidra-sre.org
181
+ open_source: true
182
+ - name: Hopper Disassembler
183
+ type: tool
184
+ url: https://www.hopperapp.com
185
+ - name: jtool2 by Levin
186
+ type: tool
187
+ url: https://www.newosxbook.com/tools/jtool.html
188
+ - name: Frida - Dynamic instrumentation toolkit for developers
189
+ url: https://frida.re/
190
+ type: tool
191
+ open_source: true
192
+ - name: libimobiledevice - open source Apple / iTunes implementation
193
+ type: tool
194
+ url: https://libimobiledevice.org
195
+ - url: https://developer.apple.com/library/content/documentation/Darwin/Conceptual/KernelProgramming
196
+ type: article
197
+ title: Apple - Kernel Programming Guide
198
+ - url: https://developer.apple.com/library/content/documentation/DeviceDrivers/Conceptual/IOKitFundamentals
199
+ type: article
200
+ title: Apple - IOKit Fundamentals
201
+ - url: https://developer.apple.com/library/content/documentation/Performance/Conceptual/ManagingMemory/Articles/AboutMemory.html
202
+ type: article
203
+ title: Apple - Virtual Memory System