From 04133587d8695bfa3f599dcf38939f94b774be88 Mon Sep 17 00:00:00 2001 From: extremecoders-re Date: Tue, 18 Aug 2020 11:04:25 +0530 Subject: [PATCH] Mention support for pyinstaller 4.0 --- README.md | 2 +- pyinstxtractor.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eea3482..c36e7f6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ PyInstaller Extractor 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 header of the pyc files are automatically fixed so that a Python bytecode decompiler will recognize it. The script can run on both Python 2.x and 3.x. Pyinstaller versions 2.0, 2.1, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5 and 3.6 are [tested](https://github.com/extremecoders-re/pyinstxtractor-test-binaries) & supported. Probably will work with other versions too. +The header of the pyc files are automatically fixed so that a Python bytecode decompiler will recognize it. The script can run on both Python 2.x and 3.x. Pyinstaller versions 2.0, 2.1, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6 and 4.0 are [tested](https://github.com/extremecoders-re/pyinstxtractor-test-binaries) & supported. Probably will work with other versions too. This project was originally hosted on [SourceForge](https://sourceforge.net/projects/pyinstallerextractor/). diff --git a/pyinstxtractor.py b/pyinstxtractor.py index ad77b53..225c513 100644 --- a/pyinstxtractor.py +++ b/pyinstxtractor.py @@ -1,5 +1,5 @@ """ -PyInstaller Extractor v2.0 (Supports pyinstaller 3.6, 3.5, 3.4, 3.3, 3.2, 3.1, 3.0, 2.1, 2.0) +PyInstaller Extractor v2.0 (Supports pyinstaller 4.0, 3.6, 3.5, 3.4, 3.3, 3.2, 3.1, 3.0, 2.1, 2.0) Author : Extreme Coders E-mail : extremecoders(at)hotmail(dot)com Web : https://0xec.blogspot.com