Update: oledump.py Version 0.0.67

This new version of oledump.py brings support for user defined properties and an update to plugin plugin_msg_summary.py

Office documents with VSTO applications have user defined properties. These properties can be extracted with my plugin plugin_medata.py, but not with the current version of olefile.
However, the development version of olefile can be used to extract these properties. This new version of oledump checks if the olefile module has a function to extract user defined properties (get_userdefined_properties), and if it does, it calls it when analyzing metadata:

Figure: oledump option -M with olefile supporting get_userdefined_properties

Figure: plugin_metadata

I added URL extracting to my plugin plugin_msg_summary, a plugin to summarize the content of an .msg file (Outlook email).

oledump_V0_0_67b.zip (http)
MD5: D6D1748A98AEA3D922D99415E908C609
SHA256: 092A2EA0FBB67357FC5E4D7B8E266B52EA242C147609FD025616754EAA2532E1

Article Link: Update: oledump.py Version 0.0.67 | Didier Stevens