https://bz.apache.org/bugzilla/show_bug.cgi?id=60279
--- Comment #3 from Tim Allison <[email protected]> --- On the attached file, I don't have a solution, but I wanted to document what I've found so far. 1) This file's macros cause Microsoft to complain on document load (when you enable macros). So, something is wonky at least for this document. 2) decelage's oledump.py is able to read this macro as: Attribute VB_Name = "ThisDocument" Attribute VB_Base = "1Normal.ThisDocument" Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = True Attribute VB_TemplateDerived = True Attribute VB_Customizable = True oledump.py commandline: oledump.py -s 7 -v file.doc 2) The module offset is read as 5541 (15A5), but the actual record starts at 02F9. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
