Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.13 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.13 KB

SCE (Names and Symbols) for PS4

A Collection of anything related to the Playstation 4 Operating System... Such as:

  • Syscall's (name and their syscall number)
  • Names and Symbols from PS4 SCE
    • Non Sorted, and Sorted
  • And more!

Breakdown of the Files/Directories in this Repository

the file ps4_names.txt

Contains all symbols in an unfiltered and unsorted state. Basically all symbols in one file (very large!!! open it as raw).

the directory sceSymbols(Sorted)/

Contains a collection of text files, each representing every symbol starting with sce. These files are extracted from ps4_names.txt and contain only the lines of text related to the specific symbol in question, such as, for example, sceVideo*, sceUsb*, etc.

the file syscalls.md

Contains syscall related info

Credits

This was mostly made possible thanks to the legend by the name of zecoxao. Most of the data that you see in this repository came from his repository that you can find here: zecoxao/sce_symbols