[PR #11] [MERGED] AACS2 support #15

Closed
opened 2026-01-29 22:30:38 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/SabreTools.Models/pull/11
Author: @Deterous
Created: 9/12/2025
Status: Merged
Merged: 9/12/2025
Merged by: @mnadareski

Base: mainHead: main


📝 Commits (3)

📊 Changes

1 file changed (+23 additions, -0 deletions)

View changed files

📝 SabreTools.Models/AACS/Enums.cs (+23 -0)

📄 Description

This adds AACS v2 support to Models.

I have inspected multiple media key blocks from UHD discs for this purpose (from MKB 60 to 77). They all have 0x48141003 and consistently use the all the new record types I have added.

Intended to fix https://github.com/SabreTools/BinaryObjectScanner/issues/291


🔄 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/SabreTools.Models/pull/11 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 9/12/2025 **Status:** ✅ Merged **Merged:** 9/12/2025 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`2382201`](https://github.com/SabreTools/SabreTools.Models/commit/2382201ec991a845c6c2c8e15b053173857e1073) AACS2 support - [`04f4961`](https://github.com/SabreTools/SabreTools.Models/commit/04f49616745951b412b6902f2b6113d078879513) Better names - [`8273c71`](https://github.com/SabreTools/SabreTools.Models/commit/8273c712e5e71d8a8db1a4d5de93ab1c1338756e) libaacs links ### 📊 Changes **1 file changed** (+23 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `SabreTools.Models/AACS/Enums.cs` (+23 -0) </details> ### 📄 Description This adds AACS v2 support to Models. I have inspected multiple media key blocks from UHD discs for this purpose (from MKB 60 to 77). They all have 0x48141003 and consistently use the all the new record types I have added. Intended to fix https://github.com/SabreTools/BinaryObjectScanner/issues/291 --- <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 22:30:38 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/SabreTools.Models#15