Skip to content

Inori/ps4libdoc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

PS4LibDoc

PS4 library documentation.

See also

Available versions

And misc, for things that fall outside of system versions.

JSON Format

Documentation is split across a file for each executable, to improve diffs.

{
  "shared_object_name": "<name if is a shared library>",
  "shared_object_names": [
    "<imported shared object name>"
  ],
  "modules": [
    {
      "name": "<module name>",
      "version_major": 0,
      "version_minor": 0,
      "libraries": [
        {
          "name": "<library name>",
          "version": 0,
          "is_export": false,
          "symbols": [
            {
              "id": 9819116604689812748,
              "hex_id": "884482872EAD0D0C",
              "encoded_id": "iESChy6tDQw",
              "type": "<symbol type>",
              "name": "<symbol name>"
            }
          ]
        }
      ]
    }
  ]
}

is_export indicates if that library is exported, if false, it is imported.

  • type when not present is Function. Can be Function, Object, TLS, or Unknown11 (TBD).
  • name is either not present or is null when the name for the symbol is unknown.
  • hex_id and encoded_id are included for human convenience and are not used by tools.

About

PS4 library documentation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published