]> FriiDump Source - friidump.git/summary
 
descriptionFriiDump optical-disc dumping tools — Project Frankenstein branch
ownerFriiDump
last changeTue, 4 Aug 2026 21:56:56 +0000 (16:56 -0500)
readme

Published from friidump main:README.md at 7d2aa073558a.

FriiDump — Project Frankenstein Branch

FriiDump 0.5.3.16-pf1 Linux Xbox DMI boundary correction

Candidate20 proved the complete Linux GDR-8050L Xbox command and data path: direct SG_IO challenge delivery, both game-view transitions, XDVDFS metadata, drive-captured game lead-in, partial GAME-XDVDFS output, controlled cancellation, hashes, native reporting, and STOP UNIT.

FriiDump 0.5.3.16-pf1 preserves that exact Windows-sequence control flow and SG_IO handshake. It corrects one remaining MMC boundary: standard READ DVD STRUCTURE uses CDB byte 7 for the Format field. Candidate20 incorrectly wrote the format to byte 11 (Control), so DMI format 0x04 was not captured and the media ID remained empty.

The release also adds persistent PFI/DMI capture diagnostics and a source contract that compares the portable request against the proven copied Windows GetMediaID() request.

The generic Xbox path still contains no RecoveryKick, generic media-auth kick, or synthetic LBA-zero recovery sequence.

Linux vendor-command work continues to require a normal-user process with cap_sys_rawio=ep on the exact validated executable. Rebuilding or replacing the executable clears that capability.

See docs/LINUX.md before Linux hardware use.

Exact-release Linux hardware validation

The exact FriiDump 0.5.3.16-pf1 Linux executable was validated on two GameCube paths after release publication:

The validated cross-flashed unit had to start with a readable Video DVD before it identified as HL-DT-ST DVD-ROM GDR8050L 0012. The drive stayed powered and connected while the disc was changed to Sonic Mega Collection (US). Linux host media probing was temporarily quarantined for that run because earlier background reads had blocked the USB/SCSI path.

See docs/reports/FRIIDUMP_LINUX_EXACT_RELEASE_HARDWARE_VALIDATION_0.5.3.16-pf1.md for the exact evidence identities and validation limits.

Candidate11 Linux Xbox parity baseline

Candidate11 begins the Linux parity campaign without replacing the validated Windows/MSVC GDR-8050L path. The Windows copied-reference implementation remains unchanged for challenge drives. Linux now uses the existing portable MMC/Xbox dump path with a shared XDFS/XBE metadata reader, XBE-derived default filenames, exact native-report result handoff, partial/full hashes, and consistent Xbox title, media ID, and region reporting.

Candidate11 subsequently completed real Linux GameCube validation on a GCC-4244 B101, including an exact full-dump hash match. Candidate12 retains that transport and dump behavior while correcting resource discovery and evidence wording. The development-only XGD1 layout and raw-ID probes remain separate from ordinary Linux ISO/XISO user paths.

FriiDump is a command-line optical-disc dumping tool for Nintendo GameCube, Nintendo Wii, standard DVD-ROM, and selected Original Xbox/XGD workflows. This repository preserves the Project Frankenstein release line through FriiDump 0.5.3.16-pf1.

The branch extends the original FriiDump code with:

The original detailed user documentation remains in README. Xbox-specific behavior is documented in docs/XBOX.md.

Repository status

This is the active canonical Project Frankenstein FriiDump repository. FriiDump 0.5.3.16-pf1 incorporates the accepted native-reporting campaign, Linux raw-I/O authorization boundary, GameCube/Linux parity work, and the GDR-8050L Linux Xbox DMI correction.

Release authority is the annotated tag v0.5.3.16-pf1. Verify its live tag object, peeled commit, and tree before treating a checkout or archive as canonical.

Disc images, live logs, compiled binaries, build directories, result archives, and unrelated reverse-engineering work remain outside this repository.

Authority surfaces:

text repository: /srv/project-frankenstein/repos/friidump.git authority marker: /srv/project-frankenstein/catalog/authority/friidump.json canonical tag: v0.5.3.16-pf1

Build

Windows — validated MSVC 32-bit path

The maintained Windows helper invokes the Visual Studio 2019 Build Tools 32-bit environment and compiles from msvc32_friidump.rsp:

powershell .\build_msvc32.cmd

Clean generated output with:

powershell .\build_msvc32.cmd clean

The VS Code build tasks are in .vscode/tasks.json. The helper currently expects:

text C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\

Linux / Unix — CMake

bash cmake -S . -B build -DBUILD_STATIC_BINARY=ON cmake --build build ./build/src/friidump --help

The build prints a warning that Linux vendor-command hardware paths require a separate, explicit CAP_SYS_RAWIO installation step. After validating the binary:

bash bash ./validation/friidump-linux-rawio-capability.sh install ./build/src/friidump

Run FriiDump as the normal user, not with sudo. One inherited warning remains in libfriidump/rs.c concerning a right-shift count; it is recorded as technical debt and was not silently changed during repository import.

Common commands

List command-line options:

text friidump --help

GameCube/Wii dump using automatic drive/profile detection:

text friidump -d <drive> -8 -s -i game.iso

Standard readable DVD:

text friidump -d <drive> -D -i dvd.iso

Original Xbox/XGD redump-style image:

text friidump -d <drive> -T 4 -i xbox.iso

Original Xbox/XGD game-partition XISO:

text friidump -d <drive> -T 4 -X xbox.xiso

Native compatibility reports are created automatically in the working directory using the log filename. To override the destination directory:

text friidump -d <drive> -8 -s -i game.iso --report-dir reports

Consult README, docs/options, docs/XBOX.md, and docs/NATIVE_REPORTS.md before hardware use.

Safety and evidence rules

FriiDump issues low-level SCSI/MMC and model-specific vendor commands.

Source layout

text src/ command-line program libfriidump/ disc, drive, dumping, Xbox, and vendor-command logic libmultihash/ checksum implementations docs/ user, Xbox, validation, and historical documentation .vscode/ maintained Windows build helper and tasks build_msvc32.cmd Windows build entry point CMakeLists.txt portable build entry point

Project boundaries

License

FriiDump is distributed under the GNU General Public License, version 2 or later. See COPYING. Existing source-file copyright notices and authors are preserved.

FriiDump 0.5.3.16-pf1 Xbox Linux scope

Candidate21 preserves Candidate20's successful SG_IO Xbox handshake and Windows state-machine order. The only functional correction is the standard READ DVD STRUCTURE Format byte used for PFI/DMI capture. The mode-select-6 sticky-descrambling command remains evidence-bearing and non-authoritative: final READ CAPACITY plus XDVDFS readability determine whether game view was established.

shortlog
2026-08-04 jtrybaDocument exact-release Linux hardware validation main
2026-07-30 jtrybaRecord A102 and B101 live profile evidence
2026-07-29 jtrybaFix MSVC CMake SHA1 header resolution
2026-07-29 jtrybaHarden GCC-4243N A102 HLDS E7 profile
2026-07-25 jtrybaFriiDump 0.5.3.16: finalize release identity and docume... v0.5.3.16-pf1
2026-07-24 jtrybaFriiDump 0.5.3.16 candidate: add native reports and...
2026-07-18 jtrybaFriiDump 0.5.3.15: close XGD1 geometry and lead-in... test/xgd1-security-cache-probe-v1 v0.5.3.15-pf1
2026-07-18 jtrybaFriiDump 0.5.3.10: add Redump evidence and optimize... v0.5.3.10-pf1
2026-07-16 Project FrankensteinPFES-REPO-README-001: Refresh canonical documentation pfes-repo-readme-001-friidump-v1
2026-07-15 Project FrankensteinPFES-REPO-008: Import FriiDump 0.5.3.5 Project Frankens... v0.5.3.5-pf1
tags
7 weeks ago v0.5.3.16-pf1 FriiDump 0.5.3.16 native reporting...
8 weeks ago v0.5.3.15-pf1 FriiDump v0.5.3.15-pf1 release
8 weeks ago v0.5.3.10-pf1 Project Frankenstein FriiDump 0...
2 months ago pfes-repo-readme-001-friidump-v1 PFES-REPO-README-001 documentation...
2 months ago archive/superseded-candidate-v1-line-ending-normalization Archive superseded FriiDump reposit...
2 months ago v0.5.3.5-pf1 FriiDump 0.5.3.5 Project Frankenste...
heads
6 weeks ago main
8 weeks ago test/xgd1-security-cache-probe-v1