Join Us and become a Member for a Verified Badge to access private areas with the latest PS4 PKGs.
PS4 Jailbreaking       Thread starter Wultra       Start date Aug 18, 2016 at 8:43 PM       4      
Status
Not open for further replies.
PS4LIB 3.55 Doc.png

Following the stellar news of the PS4 3.55 FileManager comes PS4 3.55 library documentation for PlayStation 4 developers to make use of! (y)

PS4 3.55 library documentation

JSON Format:

Code:
{
  "<library>": {
    "modules": {
      "<module>": {
        "exports": [
          {
            "id": 9819116604689812748,
            "hex_id": "884482872EAD0D0C",
            "encoded_id": "iESChy6tDQw",
            "name": "<export>"
          }
        ]
      }
    }
  }
}
name is either not present or is null when the name for the export is unknown. hex_id and encoded_id are included for human convenience and are not used.

exports was chosen to be an array rather than an object since names must be strings, which would not cleanly work for id.


Github: https://github.com/idc/ps4libdoc
 

Comments

Status
Not open for further replies.
Back
Top