<?php

require_once($_SERVER["DOCUMENT_ROOT"] . "/common/common.INC.PHP");         

print_page_header("/hacks/MS_OLE/index", "MS OLE");

?>
<p>Microsoft OLE Format Decoder (Structured Storage, Microsoft Office, Thumbnails, ...)</p>
<p><a href="msole.py">msole.py Module</a></p>
<p><a href="dump-msole">dump-child Dump Tool</a></p>
<p><a href="dump-msole">dump-msole Dump Tool</a></p>
<p><a href="draw-msole-directory-tree">draw-msole-directory-tree Red/Black Tree Drawing Tool</a></p>
<p>Those 4 modules are released under the terms specified by the <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License Version 2</a> or, at your option, any later version of the <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a> (I'm not religious about the license, if you want it LGPL, just ask).</p>
<?php

print_page_footer("/hacks/MS_OLE/index");

?>