Contents

pcodedmp 1.2.6

0

A VBA p-code disassembler

A VBA p-code disassembler

Stars: 439, Watchers: 439, Forks: 87, Open Issues: 3

The bontchev/pcodedmp repo was created 7 years ago and the last code push was 2 years ago.
The project is popular with 439 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.

GitHub Issues

The pcodedmp package has 3 open issues on GitHub

  • A mysterious question, where is the pcode document?

See more issues on GitHub

Related Packages & Articles

oletools 0.60.1

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+