aacs: parse FMTS forensic segment map (IndividualSegment.tbl)

New aacs::segment: parses the AACS 2.1 IndividualSegment.tbl into the source-packet ranges of the forensic variant segments (validated against a retail disc: 792 segments, 2560 packets each). First piece of the FMTS variant decoder — the segments' variants are encrypted under segment keys, not the unit key, so a unit-key rip corrupts them (broken HEVC refs).
This commit is contained in:
Matthew Jackson
2026-07-07 18:59:09 -07:00
parent 1f3f52d225
commit 974e886742
2 changed files with 164 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@ pub mod inf;
pub mod mkb;
pub mod provider;
pub mod resolve;
pub mod segment;
pub mod trace;
pub mod types;
pub mod variant;