Source: oletools
Section: python
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Daniel Ruiz de Alegría <daniruiz@kali.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-colorclass,
 python3-easygui,
 python3-msoffcrypto-tool,
 python3-olefile,
 python3-pyparsing,
# python3-pcodedmp,
 python3-setuptools,
Standards-Version: 4.7.4
Homepage: https://github.com/decalage2/oletools
Vcs-Browser: https://gitlab.com/kalilinux/packages/oletools
Vcs-Git: https://gitlab.com/kalilinux/packages/oletools.git

Package: oletools
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 python3-pcodedmp,
 python3-msoffcrypto-tool,
Description: analyze MS OLE2 files and MS Office documents
 Tools to analyze Microsoft OLE2 files (also called Structured Storage, Compound
 File Binary Format or Compound Document File Format), such as Microsoft Office
 97-2003 documents, MSI files or Outlook messages, mainly for malware analysis,
 forensics and debugging. It is based on the olefile parser.
