Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to open a onenote section file from a buffer (slice) #12

Open
val-ms opened this issue Oct 8, 2023 · 1 comment · May be fixed by #13
Open

Ability to open a onenote section file from a buffer (slice) #12

val-ms opened this issue Oct 8, 2023 · 1 comment · May be fixed by #13

Comments

@val-ms
Copy link

val-ms commented 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.

@val-ms
Copy link
Author

val-ms commented Dec 8, 2023

@msiemens friendly ping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant