Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angguss/rco-dump
Dump the contents of an RCO file from a PSVITA or PS4
https://github.com/angguss/rco-dump
Last synced: about 2 months ago
JSON representation
Dump the contents of an RCO file from a PSVITA or PS4
- Host: GitHub
- URL: https://github.com/angguss/rco-dump
- Owner: angguss
- Created: 2017-11-21T14:19:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T12:38:26.000Z (over 4 years ago)
- Last Synced: 2024-08-03T23:05:42.537Z (5 months ago)
- Language: C++
- Homepage:
- Size: 45.9 KB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-PS4-Jailbreak - Rco Dump
README
# rco-dump
Utility to extract the contents and structure of RCO files from Sony Playstation systems.
## Dependencies
- zlib
On windows you will need the correct version of zlibstatic. For VS2015 you can this the precompiled version from [here](https://www.nuget.org/packages/zlib-vc140-static-32_64/)
## Building
The build process uses cmake, it should be sufficient to do something like the following:
mkdir build
cd build
cmake ..
make## Executing
Run rco-dump on an rco file (or drag & drop)
rco-dump accessibility_plugin.rco
The program will create a directory with the extracted contents
accessibility_plugin/
accessibility_plugin/index.xml
accessibility_plugin/sounds/*
accessibility_plugin/textures/*
accessibility_plugin/xmls/*
accessibility_plugin/layouts/*