Forum: PS3 Technical Development - Topics relating to Playstation 3 Technical development ONLY! Read and discuss the latest Cobra USB updates, tutorials and explanations or find out about bluray drive bypass firmwares plus much more.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: read_sfo (and) read_sfo_with_examples - by d0zs
  

Results 1 to 1 of 1
  1. #1 read_sfo (and) read_sfo_with_examples - by d0zs 
    tthousand's Avatar
    tthousand is offline Paradigm/Paragon/Prototype Robo Model #I
    Join Date
    Sep 2010
    Location
    The Future
    Posts
    6,582
    Downloads
    32
    Uploads
    143
    Mentioned
    138 Post(s)
    Tagged
    2 Thread(s)
    Likes Given
    2615
    Likes Received
    2483
    PSX-SCENE developer d0zs has released read_sfo (and) read_sfo_with_examples


    command line sfo reader (uses sfo4j's open source java classes converted to vb.net)

    syntax: read_sfo <SFOpath> <value>

    included a rough make_pkg port to batch with a couple other examples
    From PSX-SCENE's: sfo4j (sfo-Filereader in Java)
    Quote Originally Posted by d0zs View Post
    converted to visual basic:

    Multiupload.com - upload your files to multiple file hosting sites!

    thank you timesplinter for making this open source, and thanks trueicecold for the c# source
    I have contacted d0zs for statement, and am awaiting further response.

    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 <SFOpath> <value>
    example: read_sfo C:\PARAM.SFO TITLE_ID

    *value is case sensitive

    read_sfo.rar Multiupload.com - upload your files to multiple file hosting sites!
    read_sfo_with_examples.rar Multiupload.com - upload your files to multiple file hosting sites!
    read_sfo_src.rar Multiupload.com - upload your files to multiple file hosting sites! (pastebin)
    Source: d0zs.tk

    posted by tthousand
    Last edited by tthousand; 06-11-2011 at 10:56 PM.
    Reply With Quote  

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •