Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
CTCaer
GitHub Repository: CTCaer/hekate
Path: blob/master/res/patches_template.ini
1471 views
1
# ASCII non-extended
2
# A KIP section is [kip1_name:sha256_hex_8bytes]
3
# A patchset is .patch_name=kip_section_dec:offset_hex_0x:length_hex_0x:src_data_hex,dst_data_hex
4
#
5
# _dec: 1 char decimal | _hex_0x: max u32 prefixed with 0x | _hex: hex array.
6
# Kip1 section decimals: TEXT: 0, RODATA: 1, DATA: 2.
7
#
8
# Careful when editing this, otherwise it will fail to be parsed.
9
#
10
# Note: the below patches is an obsolete method that was used
11
# to install homebrew for a qlaunch icon or 3.5GB RAM access.
12
# This is useless nowadays, because title override or custom qlaunch are a more proper solution.
13
14
#FS Patches for 1.0.0
15
[FS:de9fdda4085dd5fe]
16
.nosigchk=0:0x194A0:0x4:BA090094,E0031F2A
17
.nosigchk=0:0x3A79C:0x4:E0060036,1F2003D5
18
19
#FS Patches for 1.0.0 exfat
20
[FS:fc3e80991dca1796]
21
.nosigchk=0:0x194A0:0x4:BA090094,E0031F2A
22
.nosigchk=0:0x3A79C:0x4:E0060036,1F2003D5
23
24
25