You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like the ability to open a OneNote section file from an in memory buffer such a slice of u8's.
For context, my project is a malware scanner that recursively extracts files and scans the content. Our scanner typically opens the file to access the contents before parsing with various parsers. I'm working on adding support for extracting attachments from OneNote sections and leveraging your library for handling newer style OneNote section files.
I have a PoC working and will submit a PR in a moment.
The text was updated successfully, but these errors were encountered:
micahsnyder
added a commit
to micahsnyder/onenote.rs
that referenced
this issue
Oct 8, 2023
I would like the ability to open a OneNote section file from an in memory buffer such a slice of u8's.
For context, my project is a malware scanner that recursively extracts files and scans the content. Our scanner typically opens the file to access the contents before parsing with various parsers. I'm working on adding support for extracting attachments from OneNote sections and leveraging your library for handling newer style OneNote section files.
I have a PoC working and will submit a PR in a moment.
The text was updated successfully, but these errors were encountered: