oletools_rs 0.1.0

Rust port of oletools — analysis tools for Microsoft Office files (VBA macros, DDE, OLE objects, RTF exploits)
Documentation
1
2
3
4
5
6
7
8
//! OLE object extraction from OLE and OOXML documents.
//!
//! Parses embedded OLE objects (OLE 1.0 and OLE Native streams),
//! extracts embedded files, and detects external relationships.

pub mod extractor;
pub mod native_stream;
pub mod ole_object;