Skip to content

Commit

Permalink
Use latest xdis from git, support Python 3.11+, closes #10
Browse files Browse the repository at this point in the history
  • Loading branch information
extremecoders-re authored Mar 2, 2024
1 parent 063b2ea commit 09eb74b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ pyinstxtractor-ng uses the [xdis](https://github.com/rocky/python-xdis/) library

pyinstxtractor-ng also supports automatic decryption of encrypted pyinstaller executables.

Note: Python 3.11 executables are not fully supported yet as the underlying library xdis doesn't support 3.11 at the moment. The executable will be still extracted but the PYZ won't be.

## Usage

Precompiled binaries for Linux and Windows are provided in [releases](https://github.com/pyinstxtractor/pyinstxtractor-ng/releases).
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pyinstaller==5.10.1
xdis==6.0.5
xdis @ git+https://github.com/rocky/python-xdis@667c8a8
PyCryptoDome==3.17
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
xdis==6.0.5
xdis @ git+https://github.com/rocky/python-xdis@667c8a8
PyCryptoDome==3.17

0 comments on commit 09eb74b

Please sign in to comment.