Skip to content

Tags: bontchev/pcodedmp

Tags

1.2.6

Merge branch 'develop' of https://github.com/bontchev/pcodedmp

v1.2.5

Merged Philippe Lagadec's branch

v1.2.4

Added content type for the README.

v1.2.3

Made the project installable with pip

v1.2.2

Implemented support for Open XML documents

v1.2.1

Python 3.x support

- The script now runs both under Python 2.6+ and 3.x.

- Improved support for documents created with the 64-bit versions of
Office

- Implemented support for some VBA7-specific features.

- Improved the disassembling of `Dim` declarations when a custom type is
used.

v1.2.0

Implemented disassembling of the declarations

v1.1.0

Merge pull request #1 from bontchev/bontchev-vba7

- Implemented VBA7 support.
- Implemented support for documents created by the 64-bit version of Office.
- The opcodes are now stored more efficiently.
- Various bugfixes and optimizations.

v1.0.0

Create pcodedmp.py