Skip to content

Princess-of-Sleeping/RcoDecompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RcoDecompiler

The tools to properly decompile PS Vita .rco files

Special Thanks

Graphene for Useful Cxml Information.

How to use

./RcoDecompiler ./your_plugin.rco is output to ./your_plugin/your_plugin.xml on same directory.

Known issues

  • If the files contained in the .rco contain compressed data, they will all be uncompressed. So it will be inconsistent with the .xml compress key.
  • Some code is not in the right place. For example the code to print the src file should be outside of print_xml (search "process_stringtable" on src code).

Useful commands

  • extract *.rco from fs tree to out dir

find ./path/to/fs/tree/ -name "*.rco" -type f | xargs -IXXX cp -f XXX ./path/to/out/

  • RcoDecompiler layer

find ./ -name "*.rco" -type f | xargs -IXXX ./path/to/RcoDecompiler XXX

About

The tools to properly decompile PS Vita .rco files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published