Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/a0zhar/ps4-sce
- Owner: a0zhar
- Created: 2023-12-20T17:20:17.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-28T23:52:32.000Z (11 months ago)
- Last Synced: 2023-12-29T00:28:00.510Z (11 months ago)
- Topics: orbis-symbols, playstation4, ps4, ps4-sce, ps4scesymbols, sce, sce-symbols
- Homepage:
- Size: 775 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)