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
//! OleID — risk indicator analysis for Office documents.
//!
//! Runs a series of checks on a document and produces a list of
//! security indicators with risk levels.

pub mod checker;
pub mod indicator;