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
micahsnyder 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

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

Comments

@micahsnyder
Copy link

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.

@micahsnyder
Copy link
Author

@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