- Syscall's (name and their syscall number)
- Names and Symbols from PS4 SCE
- Non Sorted, and Sorted
- And more!
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
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