forked from henkaku/henkaku
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.config.in
More file actions
28 lines (20 loc) · 834 Bytes
/
Copy pathsample.config.in
File metadata and controls
28 lines (20 loc) · 834 Bytes
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
# use bash syntax
# whether we're building in debug or release mode, debug has a lot of sceClibPrintf logging, release has none of it
RELEASE=1
# if specified, use the prebuilt krop.rop instead of building it from source
KROP_PREBUILT=
# package files will be downloaded from here
# place these files in the `pkg` directory: eboot.bin, head.bin, param.sfo
# the directory structure will be created by the exploit
PKG_URL_PREFIX="http://your_url_here.com/pkg/"
# Url to henkaku.bin
HENKAKU_BIN_URL="http://your_url_here.com/henkaku.bin"
# Version to show in Settings
HENKAKU_RELEASE=7
BETA_RELEASE=0
# CRC of taihen.skprx, will redownload if mismatch
TAIHEN_CRC32=0
# CRC of molecularShell eboot.bin, will redownload if mismatch
VITASHELL_CRC32=0
# PSN "X-I-5-Passphrase" for spoofing, leave empty to disable
PSN_PASSPHRASE=""