compressed file analyzer + docx files

Has anyone given any thought as to the possiblity of using a compressed file analyzer to open and detect embedded flash files in docx files, or macros in the same? I realize that that means we need a file analyzer first, but I have been thinking about alternate use cases for the analyzer, and this one sprung to mind…

erik clark <philosnef@gmail.com> writes:

Has anyone given any thought as to the possiblity of using a compressed
file analyzer to open and detect embedded flash files in docx files, or
macros in the same? I realize that that means we need a file analyzer
first, but I have been thinking about alternate use cases for the analyzer,
and this one sprung to mind...

Do you know what the format looks like? I took a crack at a zip file
analyzer a while back, but it turns out that the only authoritative data
is in the footer, so that doesn't work with incremental parsing.

  --Vlad