Contents

pcodedmp 1.2.6

0

A VBA p-code disassembler

A VBA p-code disassembler

Stars: 483, Watchers: 483, Forks: 89, Open Issues: 3

The bontchev/pcodedmp repo was created 9 years ago and the last code push was 4 years ago.
The project is popular with 483 github stars!

How to Install pcodedmp

You can install pcodedmp using pip

pip install pcodedmp

or add it to a project with poetry

poetry add pcodedmp

Package Details

Author
Vesselin Bontchev
License
GPL
Homepage
https://github.com/bontchev/pcodedmp
PyPi:
https://pypi.org/project/pcodedmp/
GitHub Repo:
https://github.com/bontchev/pcodedmp

Classifiers

  • Security
  • Software Development/Disassemblers
  • Utilities
No  pcodedmp  pypi packages just yet.

Errors

A list of common pcodedmp errors.

Code Examples

Here are some pcodedmp code examples and snippets.

Related Packages & Articles

oletools 0.60.2

Python tools to analyze security characteristics of MS Office and OLE files (also called Structured Storage, Compound File Binary Format or Compound Document File Format), for Malware Analysis and Incident Response #DFIR

dis3 0.1.3

Python 2.7 backport of the "dis" module from Python 3.5+