DBHeise / oless

OLE Structured Storage Tool

Repository from Github https://github.comDBHeise/olessRepository from Github https://github.comDBHeise/oless

OLESS - OLE Structured Storage Utility

build scripts included for both windows (build.cmd) and linux (build.sh)

Usage

oless {cmd} [CommandSpecificParameters] Available Commands:

    list {file} [outputformat] - Enumerates the streams and storage in the OLESS file, default output format is text
    guess {file} [outputformat] - Guess the extension of the file based on the OLESS contents, default output format is text
    dump {file} {streamname} {outfile} - Extracts the given stream/storage name to an external file

Available Output Formats:

    xml,csv,json,txt

About

OLE Structured Storage Tool

License:MIT License


Languages

Language:C++ 95.7%Language:C 2.6%Language:PowerShell 1.2%Language:Makefile 0.5%Language:Batchfile 0.1%