Skip to content

richardlehane/comdump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Take a quick look inside MS compound file binary file format (OLE2/COM) files.

Tool based on github.com/richardlehane/mscfb package. It creates files for each of the directory entries in an compound object and writes them to a comobjects directory. Extracts metadata (CLSID and date information) with the -meta switch. Extracts JPGs and Catalog metadata from Thumbs.db files with the -thumbs switch.

Examples:

./comdump test.doc
./comdump -meta test.doc
./comdump -thumbs Thumbs.db 

Install with go get and compile. Or download one of the binary releases.

About

Tool for inspecting MS compound files

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages