Skip to content

richardlehane/doctool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Identify fields in MS Word (97-2003) documents. Reports names of fields in any of the sections of the document (body, header/footer etc.).

For more information about how this works, see the MS-DOC Spec. The relevant bit is the FibRgFcLcb97 section of the FIB (in the WordDocument stream). This part of the FIB has offsets and sizes for a bunch of different components of Word Docs. The field data itself is stored in the Table stream.

Examples:

./doctool test.doc

Install with go get and compile.

About

peek inside word docs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages