mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 00:54:33 +00:00
[PR #515] [MERGED] Add support for dumping CSS encrypted DVDs #1109
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aaru-dps/Aaru/pull/515
Author: @FakeShemp
Created: 1/16/2021
Status: ✅ Merged
Merged: 1/16/2021
Merged by: @claunia
Base:
master← Head:fakeshemp/css📝 Commits (10+)
685dd77Update Decoders submodule1e7929dAdd Decryption submodule61354d3Add DVD CSS related structures to AaruFormat781f734Add --decryption command5a44acfAdd --title-keys and --store-encrypted commands19ab8ceIdentify CSS, read and get disc keyf0b497cAdd dumping of title keys9390e17Enable storing CSS sectors decrypted89bbbbcAdd output of disc key and sector CMI info from media info commandf30bc69Fix bugs in dumping, and reading/writing aaruformat📊 Changes
23 files changed (+745 additions, -33 deletions)
View changed files
📝
.gitmodules(+3 -0)📝
Aaru.CommonTypes(+1 -1)📝
Aaru.Core/Aaru.Core.csproj(+1 -0)📝
Aaru.Core/Devices/Dumping/Dump.cs(+8 -1)📝
Aaru.Core/Devices/Dumping/MMC.cs(+103 -7)📝
Aaru.Core/Devices/Dumping/Sbc/Data.cs(+96 -1)📝
Aaru.Core/Devices/Dumping/Sbc/Dump.cs(+21 -2)📝
Aaru.Core/Devices/Dumping/Sbc/Error.cs(+102 -0)📝
Aaru.Core/Media/Info/ScsiInfo.cs(+29 -10)📝
Aaru.Decoders(+1 -1)➕
Aaru.Decryption(+1 -0)📝
Aaru.Devices/Enums.cs(+13 -0)📝
Aaru.Gui/ViewModels/Windows/MediaDumpViewModel.cs(+1 -1)📝
Aaru.Images/AaruFormat/AaruFormat.cs(+3 -0)📝
Aaru.Images/AaruFormat/Enums.cs(+7 -1)📝
Aaru.Images/AaruFormat/Helpers.cs(+2 -0)📝
Aaru.Images/AaruFormat/Read.cs(+72 -0)📝
Aaru.Images/AaruFormat/Write.cs(+217 -0)📝
Aaru.Settings/Settings.cs(+13 -0)📝
Aaru.sln(+10 -0)...and 3 more files
📄 Description
Types of changes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.