Open daddygongon opened 7 months ago
Peter will need to regenerate the protobuf files for 14.0 to work. Sadly this is the way with how we extract data from iWork documents.
@psobot looks like the list of breakpoints in extract_mapping.py
isn't sufficient for iWork 14.0 apps.
Actually false alarm on that - my signing entitlements were breaking. Your dump script still works.
@masaccio were you able to generate protobuf files get the parser working for 14?
Yes this still works up to and including 14.2. My copy is not materially different. It works best if you have an Apple Developer certificate and resign a copy of the application with your own certificate. You don’t need to disable Apple’s security settings when doing this as long as you enable debug using entitlements like these.
I just made a simple sample.key on Keynote(14.0), and unpack it but failed.
Do you have some trick?