# Python

## PyInstaller Extractor

Extract contents of a PyInstaller-generated PE files.

**Website**: <https://github.com/extremecoders-re/pyinstxtractor>\
**Author**: extremecoders-re\
**License**: GNU General Public License (GPL) v3: <https://github.com/extremecoders-re/pyinstxtractor/blob/master/LICENSE>\
**Notes**: pyinstxtractor.py\
**State File**: [remnux.scripts.pyinstaller-extractor](https://github.com/REMnux/salt-states/blob/master/remnux/scripts/pyinstaller-extractor.sls)

## Decompyle++

Python bytecode disassembler and decompiler.

**Website**: <https://github.com/zrax/pycdc>\
**Author**: Michael Hansen, Darryl Pogue\
**License**: GNU General Public License (GPL) v3: <https://github.com/zrax/pycdc/blob/master/LICENSE>\
**Notes**: pycdas, pycdc\
**State File**: [remnux.packages.pycdc](https://github.com/REMnux/salt-states/blob/master/remnux/packages/pycdc.sls)

## pyinstxtractor-ng

Extract contents of PyInstaller-generated executables without requiring a matching Python version.

**Website**: <https://github.com/pyinstxtractor/pyinstxtractor-ng>\
**Author**: extremecoders-re\
**License**: GNU General Public License v3.0: <https://github.com/pyinstxtractor/pyinstxtractor-ng/blob/main/LICENSE>\
**Notes**: pyinstxtractor-ng\
**State File**: [remnux.python3-packages.pyinstxtractor-ng](https://github.com/REMnux/salt-states/blob/master/remnux/python3-packages/pyinstxtractor-ng.sls)

## uncompyle6

Python cross-version bytecode decompiler for Python 1.0 through 3.8.

**Website**: <https://github.com/rocky/python-uncompyle6>\
**Author**: Rocky Bernstein: <https://github.com/rocky>\
**License**: GNU General Public License v3.0: <https://github.com/rocky/python-uncompyle6/blob/master/COPYING>\
**Notes**: uncompyle6\
**State File**: [remnux.python3-packages.uncompyle6](https://github.com/REMnux/salt-states/blob/master/remnux/python3-packages/uncompyle6.sls)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.remnux.org/discover-the-tools/statically+analyze+code/python.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
