Name: | pcodedmp |
---|---|
Version: | 1.2.6 |
Release: | 1.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 389 |
License: | GPLv3+ |
RPM: | pcodedmp-1.2.6-1.el8.noarch.rpm |
Source RPM: | python-pcodedmp-1.2.6-1.el8.src.rpm |
Build Date: | Mon May 25 2020 |
Build Host: | jenkins-10-147-72-125-763c9cc3-c381-49a0-aec8-73cd47fdf5fb.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://github.com/bontchev/pcodedmp |
Summary: | VBA p-code disassembler |
Description: | 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. |