Skip to content
decalage2 edited this page Jun 8, 2016 · 4 revisions

oledir

oledir is a script to display all the directory entries of an OLE file, including free and orphaned entries.

It can be used either as a command-line tool, or as a python module from your own applications.

It is part of the python-oletools package.

Usage

Usage: oledir.py <filename>

Examples

Scan a single file:

oledir.py file.doc


How to use oledir in Python applications

TODO


python-oletools documentation

Clone this wiki locally