mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-08 04:48:44 +00:00
Handle long entitlements section in NPTicket 2.1 tickets
This commit is contained in:
parent
b428b35f3d
commit
208224a762
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ public class TicketParser21 : ITicketParser
|
|||
|
||||
this.reader.ReadTicketUInt32(); // status
|
||||
|
||||
SectionHeader entitlementsSection = this.reader.ReadSectionHeader(); // entitlements section
|
||||
this.reader.SkipBytes(entitlementsSection.Length);
|
||||
|
||||
this.reader.ReadTicketEmpty(); // padding
|
||||
this.reader.ReadTicketEmpty();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue