We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b64f763 commit 3dce117Copy full SHA for 3dce117
cmd/create-fself/main.go
@@ -44,7 +44,7 @@ func main() {
44
45
// Optional flags
46
outputFilePath := flag.String("out", "", "output OELF path")
47
- sdkVer := flag.Int("sdkver", 0x4508101, "SDK version integer")
+ sdkVer := flag.Int("sdkver", 0x1000051, "SDK version integer")
48
pType := flag.String("ptype", "", "program type {fake, npdrm_exec, npdrm_dynlib, system_exec, system_dynlib, host_kernel, secure_module, secure_kernel}")
49
authInfo := flag.String("authinfo", "", "authentication info")
50
paid := flag.Int64("paid", 0x3800000000000011, "program authentication ID")
0 commit comments