Skip to content

Simplified execution of sleirsgoevys ps5 kstuff porting tool via Docker

License

Notifications You must be signed in to change notification settings

Goon3r/ps5-kstuff-porting-tool-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PS5 KStuff Porting Tool Docker

Docker image that can execute PS5 KStuff porting tool.

Requirements

  • Docker
  • Bash (optional)

Executing

Enter the directory where this project is stored.

Bash Method

./run.sh

# Optionally pass the required arguments
./run.sh <ps5_ip> <elf_loader_port> <fw_version>

Results will be stored in the current working directory inside a results directory. The full path to the result directory will be output at the end of script execution.

Manual Method

Create a directory on your system to store the results in, <result_dir>.

# Build the image with a given <tag>
docker build -t <tag> .

# Run the image mounting the result directory previously created
docker run -it --rm --mount type=bind,source="<result_dir>",target=/kstuff/results <tag>

Results will be stored in the <result_dir> you created.

Versioning

SemVer is used for versioning.

License

This project is licensed under the GNU GENERAL PUBLIC LICENSE V3 License. See the LICENSE.md file for details

Acknowledgments

  • sleirsgoevy
  • everyone else!

About

Simplified execution of sleirsgoevys ps5 kstuff porting tool via Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published