RsT hacking

This commit is contained in:
rocky
2017-12-13 11:40:05 -05:00
parent 7f035e7613
commit c5be656320

View File

@@ -189,11 +189,9 @@ Deobfuscator_ to unscramble the bytecode to get valid bytecode before
trying this tool. This program can't decompile Microsoft Windows EXE trying this tool. This program can't decompile Microsoft Windows EXE
files created by Py2EXE_, although we can probably decompile the code files created by Py2EXE_, although we can probably decompile the code
after you extract the bytecode properly. For situations like this, you after you extract the bytecode properly. For situations like this, you
might want to consider a decompilation service like [Crazy might want to consider a decompilation service like `Crazy Compilers
Compilers](http://www.crazy-compilers.com/decompyle/). <http://www.crazy-compilers.com/decompyle/>`_. Handling
pathologically long lists of expressions or statements is slow.
Handling pathologically long lists of expressions or statements is
slow.
There is lots to do, so please dig in and help. There is lots to do, so please dig in and help.