Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jean-Baptiste Kempf
libaacs
Commits
4e396e31
Commit
4e396e31
authored
Apr 26, 2015
by
npzacs
Browse files
Add MK to aacs_info
parent
7d4d26a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/examples/aacs_info.c
View file @
4e396e31
...
...
@@ -110,6 +110,7 @@ int main (int argc, char **argv)
}
const
uint8_t
*
vid
=
aacs_get_vid
(
aacs
);
const
uint8_t
*
mk
=
aacs_get_mk
(
aacs
);
const
uint8_t
*
id
=
aacs_get_disc_id
(
aacs
);
const
uint8_t
*
pmsn
=
aacs_get_pmsn
(
aacs
);
const
int
bec
=
aacs_get_bus_encryption
(
aacs
);
...
...
@@ -119,6 +120,7 @@ int main (int argc, char **argv)
printf
(
"Disc ID: %s
\n
"
,
id
?
_hex2str
(
id
,
20
)
:
"???"
);
printf
(
"VID : %s
\n
"
,
vid
?
_hex2str
(
vid
,
16
)
:
"???"
);
printf
(
"MK : %s
\n
"
,
vid
?
_hex2str
(
mk
,
16
)
:
"???"
);
printf
(
"MKBv : %d
\n
"
,
aacs_get_mkb_version
(
aacs
));
printf
(
"PMSN : %s
\n
"
,
pmsn
?
_hex2str
(
pmsn
,
16
)
:
"???"
);
printf
(
"Bus encryption:
\n
"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment