mirror of
https://github.com/apprenticeharper/DeDRM_tools
synced 2024-12-26 09:58:55 +01:00
fix previous bug
This commit is contained in:
parent
63aecc598f
commit
0b2b81fd23
1 changed files with 1 additions and 1 deletions
|
@ -735,11 +735,11 @@ SYM_NAMES = [ 'com.amazon.drm.Envelope@1.0',
|
||||||
'com.amazon.drm.EncryptedPage@2.0',
|
'com.amazon.drm.EncryptedPage@2.0',
|
||||||
'com.amazon.drm.PlainText@2.0', 'compression_algorithm',
|
'com.amazon.drm.PlainText@2.0', 'compression_algorithm',
|
||||||
'com.amazon.drm.Compressed@1.0', 'page_index_table',
|
'com.amazon.drm.Compressed@1.0', 'page_index_table',
|
||||||
'com.amazon.drm.VoucherEnvelope@2.0', 'com.amazon.drm.VoucherEnvelope@3.0' ]
|
|
||||||
] + ['com.amazon.drm.VoucherEnvelope@%d.0' % n
|
] + ['com.amazon.drm.VoucherEnvelope@%d.0' % n
|
||||||
for n in list(range(2, 29)) + [
|
for n in list(range(2, 29)) + [
|
||||||
9708, 1031, 2069, 9041, 3646,
|
9708, 1031, 2069, 9041, 3646,
|
||||||
6052, 9479, 9888, 4648, 5683]]
|
6052, 9479, 9888, 4648, 5683]]
|
||||||
|
|
||||||
def addprottable(ion):
|
def addprottable(ion):
|
||||||
ion.addtocatalog("ProtectedData", 1, SYM_NAMES)
|
ion.addtocatalog("ProtectedData", 1, SYM_NAMES)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue