Skip to content

Commit

Permalink
feat: OLE CF and VBA modules implemented (PR feedback)
Browse files Browse the repository at this point in the history
- Adjusted modules to use `nom`.
- Added links to specifications.
- Fixed issue with copying entire input data in the VBA module.
  • Loading branch information
davidmagnotti committed Jan 2, 2025
1 parent 4545732 commit fbb23c0
Show file tree
Hide file tree
Showing 4 changed files with 450 additions and 356 deletions.
3 changes: 3 additions & 0 deletions lib/src/modules/olecf/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ The OLE CF format (also known as Compound File Binary Format or CFBF) is a
container format used by many Microsoft file formats including DOC, XLS, PPT,
and MSI. This module specializes in parsing OLE CF files and extracting
metadata about their structure and contents.
Read more about the Compound File Binary File format here:
https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-cfb/53989ce4-7b05-4f8d-829b-d08d6148375b
*/

use crate::modules::prelude::*;
Expand Down
Loading

0 comments on commit fbb23c0

Please sign in to comment.