Source: python-pcodedmp
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-setuptools,
Standards-Version: 4.7.4
Homepage: https://github.com/bontchev/pcodedmp
Vcs-Browser: https://gitlab.com/kalilinux/packages/python-pcodedmp
Vcs-Git: https://gitlab.com/kalilinux/packages/python-pcodedmp.git

Package: python3-pcodedmp
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
 oletools,
Description: VBA p-code disassembler
 Macros written in VBA (Visual Basic for Applications; the macro programming
 language used in Microsoft Office) exist in three different executable forms,
 each of which can be what is actually executed at run time, depending on the
 circumstances: Source code, p-code and execodes.
 .
 Since most of the time it is the p-code that determines what exactly a macro
 would do (even if neither source code, nor execodes are present), pcodedmp is
 a Python library and command line tool to display it.
