mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibPDF: Attempt to unecrypt strings and streams
This commit is contained in:
parent
60c3e786be
commit
4e81663b31
Notes:
sideshowbarker
2024-07-17 16:35:06 +09:00
Author: https://github.com/mattco98
Commit: 4e81663b31
Pull-request: https://github.com/SerenityOS/serenity/pull/13204
2 changed files with 22 additions and 8 deletions
|
@ -146,6 +146,7 @@ private:
|
|||
RefPtr<DictObject> m_trailer;
|
||||
Optional<LinearizationDictionary> m_linearization_dictionary;
|
||||
Vector<Reference> m_current_reference_stack;
|
||||
bool m_disable_encryption { false };
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue