]> FriiDump Source - friidump.git/commit
FriiDump 0.5.3.10: add Redump evidence and optimize Xbox flow v0.5.3.10-pf1
authorjtryba <jtryba2010@gmail.com>
Sat, 18 Jul 2026 12:21:16 +0000 (07:21 -0500)
committerjtryba <jtryba2010@gmail.com>
Sat, 18 Jul 2026 12:21:16 +0000 (07:21 -0500)
commit6e43cd3fd4f7324a177331a01d653b4c19c4bca7
treed8b836a09d7a85361b1efff457900709178f2a5b
parent8972240b0bb13e52c39c651cb66bac8e56b7eb57
FriiDump 0.5.3.10: add Redump evidence and optimize Xbox flow

Add atomic Redump verification for GameCube, Wii, and Xbox images; pass finalized Xbox hashes into the shared verifier; correct Xbox summary evidence; make the GDR-8050L handshake sequence state-aware; and correct the MSVC help smoke test.
59 files changed:
README
build_msvc32.cmd
docs/ChangeLog
docs/XBOX.md
docs/debug/friidump_redump_dat_v62_build_linux.log [new file with mode: 0644]
docs/debug/friidump_redump_dat_v62_help_linux.txt [new file with mode: 0644]
docs/debug/friidump_redump_dat_v62_parser_tests.txt [new file with mode: 0644]
docs/debug/friidump_redump_evidence_v63_cmake.log [new file with mode: 0644]
docs/debug/friidump_redump_evidence_v63_help_linux.txt [new file with mode: 0644]
docs/debug/friidump_redump_evidence_v63_parser_tests.txt [new file with mode: 0644]
docs/debug/friidump_redump_evidence_v63_rebuild.log [new file with mode: 0644]
docs/debug/friidump_redump_evidence_v63_report_test_stderr.txt [new file with mode: 0644]
docs/debug/friidump_redump_evidence_v63_validation.txt [new file with mode: 0644]
docs/debug/friidump_xbox_redump_v64_cmake_build.log [new file with mode: 0644]
docs/debug/friidump_xbox_redump_v64_dat_tests.txt [new file with mode: 0644]
docs/debug/friidump_xbox_redump_v64_help_linux.txt [new file with mode: 0644]
docs/debug/friidump_xbox_redump_v64_observed_reconstruction_test.txt [new file with mode: 0644]
docs/debug/friidump_xbox_redump_v64_overlay_build.log [new file with mode: 0644]
docs/debug/friidump_xbox_redump_v64_overlay_sha256_check.txt [new file with mode: 0644]
docs/debug/friidump_xbox_redump_v64_regression_tests.txt [new file with mode: 0644]
docs/debug/friidump_xbox_redump_v64_source_contract.txt [new file with mode: 0644]
docs/debug/friidump_xbox_redump_v64_validation.txt [new file with mode: 0644]
docs/debug/friidump_xbox_v65_cmake_build.log [new file with mode: 0644]
docs/debug/friidump_xbox_v65_cmake_configure.log [new file with mode: 0644]
docs/debug/friidump_xbox_v65_expected_live_summary.txt [new file with mode: 0644]
docs/debug/friidump_xbox_v65_help_linux.txt [new file with mode: 0644]
docs/debug/friidump_xbox_v65_live_validation.txt [new file with mode: 0644]
docs/debug/friidump_xbox_v65_rebuild.log [new file with mode: 0644]
docs/debug/friidump_xbox_v65_source_contract.txt [new file with mode: 0644]
docs/debug/friidump_xbox_v66_cmake_build.log [new file with mode: 0644]
docs/debug/friidump_xbox_v66_cmake_configure.log [new file with mode: 0644]
docs/debug/friidump_xbox_v66_expected_live_sequence.txt [new file with mode: 0644]
docs/debug/friidump_xbox_v66_help_linux.txt [new file with mode: 0644]
docs/debug/friidump_xbox_v66_overlay_build.log [new file with mode: 0644]
docs/debug/friidump_xbox_v66_overlay_configure.log [new file with mode: 0644]
docs/debug/friidump_xbox_v66_overlay_help.txt [new file with mode: 0644]
docs/debug/friidump_xbox_v66_package_sha256_check.txt [new file with mode: 0644]
docs/debug/friidump_xbox_v66_source_contract.txt [new file with mode: 0644]
docs/debug/redump_report_v63_sample.json [new file with mode: 0644]
docs/reports/FRIIDUMP_REDUMP_DAT_VERIFICATION_0.5.3.6.md [new file with mode: 0644]
docs/reports/FRIIDUMP_REDUMP_EVIDENCE_REPORTING_0.5.3.7.md [new file with mode: 0644]
docs/reports/FRIIDUMP_XBOX_LIVE_SUMMARY_CLOSURE_0.5.3.9.md [new file with mode: 0644]
docs/reports/FRIIDUMP_XBOX_REDUMP_EVIDENCE_HANDOFF_0.5.3.8.md [new file with mode: 0644]
docs/reports/FRIIDUMP_XBOX_STATE_AWARE_HANDSHAKE_0.5.3.10.md [new file with mode: 0644]
libfriidump/dumper.c
libfriidump/dumper.h
libfriidump/xbox_ref/utils.c
libfriidump/xbox_ref/utils.h
libfriidump/xbox_ref_bridge.c
libfriidump/xbox_ref_bridge.h
msvc32_friidump.rsp
redump_dat/Microsoft - Xbox.dat [new file with mode: 0644]
redump_dat/Nintendo - GameCube.dat [new file with mode: 0644]
redump_dat/Nintendo - Wii.dat [new file with mode: 0644]
redump_dat/README.txt [new file with mode: 0644]
src/CMakeLists.txt
src/friidump.c
src/redump_dat.c [new file with mode: 0644]
src/redump_dat.h [new file with mode: 0644]