An open API service indexing awesome lists of open source software.

https://github.com/deterous/resurrectskeleton

Rebuilds a CD image given a skeleton and extracted files
https://github.com/deterous/resurrectskeleton

cd dvd iso redump redumper

Last synced: 3 months ago
JSON representation

Rebuilds a CD image given a skeleton and extracted files

Awesome Lists containing this project

README

          

# Resurrect Skeleton

Given a disc image skeleton (built by [redumper](https://github.com/superg/redumper)), and the component files, this program will attempt to rebuild the original disc image. Supports ISOs, Mode1 CD-ROMs, and Mode2Form1 CD-ROMs (no Mode2Form2 support yet).

```
resurrect.exe -f -r image.skeleton
```

`-f` or `--force` will continue to rebuild the skeleton even if a matching file is not found.
`-r` or `--recursive` will look within all subdirectories for matching files.