Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/a0zhar/ps4-sce

Repository that contains the names and symbols from SCE on Playstation 4 System's. Credits to zecoxao, for the ps4_names.txt
https://github.com/a0zhar/ps4-sce

orbis-symbols playstation4 ps4 ps4-sce ps4scesymbols sce sce-symbols

Last synced: about 14 hours ago
JSON representation

Repository that contains the names and symbols from SCE on Playstation 4 System's. Credits to zecoxao, for the ps4_names.txt

Awesome Lists containing this project

README

        

# 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](/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)/](/sceSymbols(Sorted)/)
Contains a collection of text files, each representing every symbol starting with **sce**. These files are extracted from [ps4_names.txt](/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](/syscalls.md)
Contains syscall related info

# Credits
This was mostly made possible thanks to the legend by the name of [zecoxao](https://github.com/zecoxao). Most of the data that you see in this repository came from his repository that you can find here: [zecoxao/sce_symbols](https://github.com/zecoxao/sce_symbols)