Difference between pages "Belkasoft" and "Word Document (DOCX)"
From Forensics Wiki
(Difference between pages)
(New page: '''Belkasoft''' is a Russian company that sells products for analyzing Internet Messengers' histories (IMs) and browsers histories. These products include Belkasoft Forensic IM Analyzer an...) |
m |
||
| Line 1: | Line 1: | ||
| − | + | DOCX is the file format for Microsoft Office 2007 and later. | |
| − | + | DOCX should not be confused with [[DOC]], the format used by earlier versions of Microsoft Office. | |
| − | + | ||
| + | = Container Format = | ||
| − | [[Category: | + | DOCX consists of a [[ZIP]] file containing [[XML]] and binaries. Content can be analysed without modification by unzipping the file (e.g. in WinZIP) and analysing the contents of the archive. |
| + | |||
| + | = Relationship to OOXML = | ||
| + | |||
| + | For most purposes OOXML may be considered a subset of DOCX (DOCX contains additional features, like OLE serialization). | ||
| + | |||
| + | Documentation on OOXML may provide a guide to analysing a DOCX file. | ||
| + | |||
| + | = External Links = | ||
| + | |||
| + | * [http://www.simson.net/clips/academic/2009.IEEE.DOCX.pdf The new XML Office Document Files: Implications For Forensics], [[Simson L. Garfinkel]] and James Migletz | ||
| + | |||
| + | [[Category:File Formats]] | ||
Revision as of 12:57, 8 December 2008
DOCX is the file format for Microsoft Office 2007 and later.
DOCX should not be confused with DOC, the format used by earlier versions of Microsoft Office.
Container Format
DOCX consists of a ZIP file containing XML and binaries. Content can be analysed without modification by unzipping the file (e.g. in WinZIP) and analysing the contents of the archive.
Relationship to OOXML
For most purposes OOXML may be considered a subset of DOCX (DOCX contains additional features, like OLE serialization).
Documentation on OOXML may provide a guide to analysing a DOCX file.
External Links
- The new XML Office Document Files: Implications For Forensics, Simson L. Garfinkel and James Migletz