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.
| Release | Stable | Testing |
|---|---|---|
| Fedora Rawhide | 1.2.6-29.fc44 | - |
| Fedora 43 | 1.2.6-29.fc43 | 1.2.6-29.fc43 |
| Fedora 42 | 1.2.6-23.fc42 | - |
| Fedora 41 | 1.2.6-21.fc41 | - |
| Fedora EPEL 9 | 1.2.6-16.el9 | - |
| Fedora EPEL 8 | 1.2.6-1.el8 | - |
You can contact the maintainers of this package via email at
python-pcodedmp dash maintainers at fedoraproject dot org.