From aaa737672b969b7adfc530e2911f562813d4b51b Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 12 Mar 2022 04:56:33 -0500 Subject: [PATCH] Mention pydeinstaller --- README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 726f5f74..fae686cd 100644 --- a/README.rst +++ b/README.rst @@ -231,9 +231,10 @@ valid bytecode before trying this tool; pydecipher_ might help with that. This program can't decompile Microsoft Windows EXE files created by Py2EXE_, although we can probably decompile the code after you extract -the bytecode properly. Handling pathologically long lists of -expressions or statements is slow. We don't handle Cython_ or -MicroPython which don't use bytecode. +the bytecode properly. `Pydeinstaller `_ may help with unpacking Pyinstaller bundlers. + +Handling pathologically long lists of expressions or statements is +slow. We don't handle Cython_ or MicroPython which don't use bytecode. There are numerous bugs in decompilation. And that's true for every other CPython decompiler I have encountered, even the ones that