You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @maxton, I'm trying to script PkgTool to extract CONTENT_ID and TITLE values from (edit: PS4) pkg files. I'm running into a knowledge gap and/or functionality gap that I'm hoping you can help with.
I've been able to extract PARAM_SFO binary data using its entry index. Once extract I'm unsure how to proceed. Naively I spotted sfo_setentry and went looking for sfo_getentry <input.pkg> <entry_name>.
If it's not too much trouble, will you help me understand how to pull all or individual param.sfo entry values as plain text? Even a bit of "here's what you're missing" would be super handy.
Thanks so much. :)
The text was updated successfully, but these errors were encountered:
Hi @maxton, I'm trying to script PkgTool to extract
CONTENT_ID
andTITLE
values from (edit: PS4) pkg files. I'm running into a knowledge gap and/or functionality gap that I'm hoping you can help with.I've been able to extract
PARAM_SFO
binary data using its entry index. Once extract I'm unsure how to proceed. Naively I spottedsfo_setentry
and went looking forsfo_getentry <input.pkg> <entry_name>
.If it's not too much trouble, will you help me understand how to pull all or individual
param.sfo
entry values as plain text? Even a bit of "here's what you're missing" would be super handy.Thanks so much. :)
The text was updated successfully, but these errors were encountered: