(adsbygoogle = window.adsbygoogle || []).push({});
You must login or register to view this content.
Released by d0zs is a tool called read_sfo. According to d0zs, this is a modified version of sfo4j’s sfo reader java classes–compiled into a Windows executable file (exe)–that will output the requested value of a PARAM.SFO file. The value(s) can then be used, “in a rough make_pkg port to batch”.
About read_sfo:
Originally posted by another user
command line sfo reader (uses sfo4j’s open source java classes converted to vb.net)
syntax: read_sfo
included a rough make_pkg port to batch with a couple other examples
d0zs says:
Originally posted by another user
it’s really nothin special, but if you insist:
i had a couple people ask me about modifying the order of operations for making a pkg to suite their own needs. there’s nothing easier than editing a bat file, so i decided to take advantage of sfo4j’s java sfo reader classes and make a quick exe that will spit out a requested value of a specified sfo file and use it in a rough make_pkg port to batch. since it uses those java->c#->vb.net classes, 99% of the read_sfo code isn’t mine and i can’t stress that enough (all i did was make it output a single value), so credits to timesplinter & trueicecold.
with that said, it’s really only useful for programmers using various languages who can’t implement their own sfo reader, so they can simply execute read_sfo and set their own variables from the output.
syntax: read_sfo
example: read_sfo C:\PARAM.SFO TITLE_ID
*value is case sensitive
You must login or register to view this content.
You must login or register to view this content.
Other wise this is a very helpful tool if you know what your doing