我有由pyinstaller构建的exe,所以,我解压缩它,现在我想要解压缩文件*.pyz,其中包含所有脚本文件,但文件名没有扩展名(文件名和is_packet中的元组为True\False).示例文件列表,返回Zlib
BeautifulSoup
ConfigParser
HTMLParser
PyQt4
Queue
StringIO
UserDict
_LWPCookieJar
_MozillaCookieJar
__future__
_abcoll
_strptime
_threading_local
Run Code Online (Sandbox Code Playgroud)
如何查看,没有扩展名的文件和所有加密的文件.举例说明这个解压缩的文件:http://www.sendspace.com/file/pky00m
那么,我怎么能反编译呢?谢谢