You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.