https://github.com/aybe/iso9660
Extract files/tracks from CD drive/image.
https://github.com/aybe/iso9660
cdrom iso9660 playstation psx
Last synced: 5 months ago
JSON representation
Extract files/tracks from CD drive/image.
- Host: GitHub
- URL: https://github.com/aybe/iso9660
- Owner: aybe
- Created: 2023-10-05T16:01:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T14:00:32.000Z (almost 2 years ago)
- Last Synced: 2025-02-06T09:21:43.559Z (over 1 year ago)
- Topics: cdrom, iso9660, playstation, psx
- Language: C#
- Homepage:
- Size: 1.28 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ISO9660
Extract files/tracks from CD drive/image.
## Introduction
There are a lot of compact disc reading libraries out there on the web.
However, none appear able to do the simple task of reading a file in RAW mode.
Such ability allows extracting *special* files, e.g. movies in XA CD-ROMs or VideoCDs.
## Overview
This project is comprised of the following:
- cue sheet parser (GoldenHawk's CDRWIN .cue format)
- physical and logical structures (disc, track, sector, file system)
- command-line interface application for listing/reading files/tracks