[PR #865] [MERGED] Better handling of Xbox/360, redumper build 613 #1201

Open
opened 2026-01-29 16:25:59 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/865
Author: @Deterous
Created: 6/23/2025
Status: Merged
Merged: 6/24/2025
Merged by: @mnadareski

Base: masterHead: master


📝 Commits (8)

📊 Changes

7 files changed (+111 additions, -69 deletions)

View changed files

📝 CHANGELIST.md (+1 -0)
📝 MPF.ExecutionContexts/Redumper/ExecutionContext.cs (+2 -0)
📝 MPF.ExecutionContexts/Redumper/FlagStrings.cs (+1 -0)
📝 MPF.Processors/ProcessingTool.cs (+61 -0)
📝 MPF.Processors/Redumper.cs (+36 -59)
📝 publish-nix.sh (+5 -5)
📝 publish-win.ps1 (+5 -5)

📄 Description

  • Update redumper to build 613, new --kreon-partial-ss option
  • Don't print SS hash if SS is bad (has any zeroed challenge response entries)
  • Combine processing of Xbox and Xbox360 (further move towards being system agnostic)
  • Don't get volume label for xbox/360

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/MPF/pull/865 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 6/23/2025 **Status:** ✅ Merged **Merged:** 6/24/2025 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`f80168f`](https://github.com/SabreTools/MPF/commit/f80168fc536bcd8353a247108c6034c2ee5436f5) Better handling of bad SS, redumper build 613 - [`267ec23`](https://github.com/SabreTools/MPF/commit/267ec2392ed37afee0be2423f900d292d663950f) Add missing helper function - [`55b75b4`](https://github.com/SabreTools/MPF/commit/55b75b43497a26fd07d81871970334b7f2112240) Fix new func signature - [`2dd5349`](https://github.com/SabreTools/MPF/commit/2dd53492cc9b73043e5415a0c0e6322e1c704abf) Fix var name - [`379adae`](https://github.com/SabreTools/MPF/commit/379adae3a414ab419f25b7a4772e2bdb26acfa1c) Nulls - [`00222ef`](https://github.com/SabreTools/MPF/commit/00222ef51d76872833fca57ff0e83431f2563a95) Don't get vollabel for xbox/360 - [`e18074c`](https://github.com/SabreTools/MPF/commit/e18074c0dc284085d75351ffbde9aa2463197131) formatting - [`9352598`](https://github.com/SabreTools/MPF/commit/93525982b50c190d3da729877d579a8a54355a04) formatting v2 ### 📊 Changes **7 files changed** (+111 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELIST.md` (+1 -0) 📝 `MPF.ExecutionContexts/Redumper/ExecutionContext.cs` (+2 -0) 📝 `MPF.ExecutionContexts/Redumper/FlagStrings.cs` (+1 -0) 📝 `MPF.Processors/ProcessingTool.cs` (+61 -0) 📝 `MPF.Processors/Redumper.cs` (+36 -59) 📝 `publish-nix.sh` (+5 -5) 📝 `publish-win.ps1` (+5 -5) </details> ### 📄 Description - Update redumper to build 613, new --kreon-partial-ss option - Don't print SS hash if SS is bad (has any zeroed challenge response entries) - Combine processing of Xbox and Xbox360 (further move towards being system agnostic) - Don't get volume label for xbox/360 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:25:59 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1201