libaaruformat 1.0
Aaru Data Preservation Suite - Format Library
Loading...
Searching...
No Matches
Ps3PlaintextRegion Struct Reference

A plaintext (unencrypted) region on a PS3 disc. More...

#include </home/claunia/Development/Aaru/libaaruformat/src/ps3/ps3_encryption_map.h>

Data Fields

uint32_t start_sector
 First sector of plaintext region (inclusive).
uint32_t end_sector
 Last sector of plaintext region (inclusive).

Detailed Description

A plaintext (unencrypted) region on a PS3 disc.

Definition at line 33 of file ps3_encryption_map.h.

Field Documentation

◆ end_sector

uint32_t Ps3PlaintextRegion::end_sector

Last sector of plaintext region (inclusive).

Definition at line 36 of file ps3_encryption_map.h.

Referenced by ps3_deserialize_encryption_map(), and ps3_parse_encryption_map().

◆ start_sector

uint32_t Ps3PlaintextRegion::start_sector

First sector of plaintext region (inclusive).

Definition at line 35 of file ps3_encryption_map.h.

Referenced by ps3_deserialize_encryption_map(), and ps3_parse_encryption_map().


The documentation for this struct was generated from the following file: