Pyinstxtractor

From aldeid
Jump to navigation Jump to search

Description

This is a python script to extract the contents of a PyInstaller generated Windows executable file.

The contents of the pyz file (usually pyc files) present inside the executable are also extracted.

The pyc files are made valid so that a python bytecode decompiler will recognise it.

Script can run on both python 2.x and 3.x.

Installation

Pyinstxtractor can be downloaded from the following location:

http://downloads.sourceforge.net/project/pyinstallerextractor/dist/pyinstxtractor.py

Usage

Usage: pyinstxtractor.py <filename>

Example

See an example usage here.

Comments

Keywords: python disassembler