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
- Host: GitHub
- URL: https://github.com/deterous/resurrectskeleton
- Owner: Deterous
- License: gpl-3.0
- Created: 2025-05-27T02:50:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-20T12:03:25.000Z (10 months ago)
- Last Synced: 2025-11-17T19:03:12.896Z (7 months ago)
- Topics: cd, dvd, iso, redump, redumper
- Language: C++
- Homepage:
- Size: 45.9 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.