Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/OsirizX/ShaRKF00D
An extractor and decrypter for Vita's SceShaccCg module.
https://github.com/OsirizX/ShaRKF00D
Last synced: about 2 months ago
JSON representation
An extractor and decrypter for Vita's SceShaccCg module.
- Host: GitHub
- URL: https://github.com/OsirizX/ShaRKF00D
- Owner: OsirizX
- Created: 2020-06-29T07:54:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-03T06:49:04.000Z (over 4 years ago)
- Last Synced: 2024-08-05T01:10:58.698Z (5 months ago)
- Language: C
- Homepage:
- Size: 203 KB
- Stars: 30
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-PlayStation-Vita - ShaRKF00D - Allows you to access runtime shader compiler (for [AvP Gold](https://www.psx-place.com/threads/avp-gold.30555)) (💡 Customization / 🔧 Fixes)
README
# ShaRKF00D
ShaRKF00D is an all in one extractor, decrypter, and installer for SceShaccCg module which complements Rinnegatamante's vitaShaRKhttps://github.com/Rinnegatamante/vitaShaRK
This project makes use of many already existing tools and is just put together to make it easier to obtain the SceShaccCg module.
# Install Instructions
First you will need to install PSM Runtime **with 2.01 patch update**.
You will need to make sure you have 2.01 patch version as this installer is not compatible with just PSM Runtime 1.0 installed.Download and install ShaRKF00D.vpk using Vita Shell.
Run the app and wait for it to exit out. There is no user dialogue for now.You should now have libshacccg.suprx module in ur0:/data/. You can check with VitaShell or ftp.
The decrypted elf version of the file will be under ux0:/ShaRKF00D/. You may delete this if you like.A step by step guide by Samilop Cimmerian Iter can also be found in the link below.
https://samilops2.gitbook.io/vita-troubleshooting-guide/shader-compiler/extract-libshacccg.suprx
# Build Instructions
```
chmod +x build.sh
mkdir build && cd build
../build.sh
```# Credits
**TheFlow** for VitaShell.
**CelesteBlue/dots-tb** for FAGDec.
All of whom that were involved with the development of vita-make-fself.