文件名称:uncompyle2-master
介绍说明--下载内容均来自于网络,请自行研究使用
uncompyle2是Python 2.7的反编译工具,它可以把python生成的pyo、pyc字节码文件反编译为十分完美的源码,并可以将反编译后的源码再次生成字节码文件! - uncompyle2 converts Python byte-code back into equivalent Python
source. It accepts byte-code Python version 2.7 only. Additionally,
it will only run on Python 2.7.
source. It accepts byte-code Python version 2.7 only. Additionally,
it will only run on Python 2.7.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
uncompyle2-master
.................\.gitignore
.................\MANIFEST
.................\PKG-INFO
.................\README.rst
.................\compile_tests
.................\scripts
.................\.......\uncompyle2
.................\setup.cfg
.................\setup.py
.................\test
.................\....\compile_tests
.................\....\test_applyEquiv.py
.................\....\test_augmentedAssign.py
.................\....\test_class.py
.................\....\test_del.py
.................\....\test_divide_future.py
.................\....\test_divide_no_future.py
.................\....\test_docstring.py
.................\....\test_empty.py
.................\....\test_exceptions.py
.................\....\test_exec.py
.................\....\test_expressions.py
.................\....\test_extendedImport.py
.................\....\test_extendedPrint.py
.................\....\test_extendedarg.py
.................\....\test_functions.py
.................\....\test_global.py
.................\....\test_globals.py
.................\....\test_import.py
.................\....\test_import_as.py
.................\....\test_integers.py
.................\....\test_iterators.py
.................\....\test_lambda.py
.................\....\test_listComprehensions.py
.................\....\test_loops.py
.................\....\test_loops2.py
.................\....\test_mine.py
.................\....\test_misc.py
.................\....\test_nested_elif.py
.................\....\test_nested_scopes.py
.................\....\test_prettyprint.py
.................\....\test_print.py
.................\....\test_print_to.py
.................\....\test_single_stmt.py
.................\....\test_slices.py
.................\....\test_tuple_params.py
.................\....\test_tuples.py
.................\....\test_yield.py
.................\test_pythonlib.py
.................\uncompyle2
.................\..........\__init__.py
.................\..........\disas.py
.................\..........\magics.py
.................\..........\opcode
.................\..........\......\__init__.py
.................\..........\......\opcode_23.py
.................\..........\......\opcode_24.py
.................\..........\......\opcode_25.py
.................\..........\......\opcode_26.py
.................\..........\......\opcode_27.py
.................\..........\parser.py
.................\..........\scanner.py
.................\..........\scanner25.py
.................\..........\scanner26.py
.................\..........\scanner27.py
.................\..........\spark.py
.................\..........\verify.py
.................\..........\walker.py