Skip to content

Commit 3dce117

Browse files
authored
pdate CRT version to 1.00 to allow building on older firmwares.
1 parent b64f763 commit 3dce117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/create-fself/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func main() {
4444

4545
// Optional flags
4646
outputFilePath := flag.String("out", "", "output OELF path")
47-
sdkVer := flag.Int("sdkver", 0x4508101, "SDK version integer")
47+
sdkVer := flag.Int("sdkver", 0x1000051, "SDK version integer")
4848
pType := flag.String("ptype", "", "program type {fake, npdrm_exec, npdrm_dynlib, system_exec, system_dynlib, host_kernel, secure_module, secure_kernel}")
4949
authInfo := flag.String("authinfo", "", "authentication info")
5050
paid := flag.Int64("paid", 0x3800000000000011, "program authentication ID")

0 commit comments

Comments
 (0)