8000 GitHub - d3x7r0/vcdextract: A tool for extracting Sega Saturn discs for later rebuilding
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A tool for extracting Sega Saturn discs for later rebuilding

License

Notifications You must be signed in to change notification settings

d3x7r0/vcdextract

 
 

Repository files navigation

vcdextract - Utility for extracting files out of saturn disc images

Docker

Build a docker image with the binary using the following command:

$ docker build -t vcdextract:local .

Then use it by running:

$ docker run -v "$(pwd):/mnt/workspace:rw" --rm -it vcdextract:local <arguments_here>

About

A tool for extracting Sega Saturn discs for later rebuilding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 82.9%
  • C 10.7%
  • CMake 6.0%
  • Dockerfile 0.4%
0