LICENSE
MANIFEST.in
README.md
build.py
example.py
pyproject.toml
run_tests.py
setup.py
smoke_test.py
tests_pycdecompiler.py
native/.gitignore
native/ASTNode.cpp
native/ASTNode.h
native/ASTree.cpp
native/ASTree.h
native/CMakeLists.txt
native/FastStack.h
native/LICENSE
native/README.md
native/README.upstream.md
native/bytecode.cpp
native/bytecode.h
native/bytecode_ops.inl
native/data.cpp
native/data.h
native/pyc_code.cpp
native/pyc_code.h
native/pyc_module.cpp
native/pyc_module.h
native/pyc_numeric.cpp
native/pyc_numeric.h
native/pyc_object.cpp
native/pyc_object.h
native/pyc_sequence.cpp
native/pyc_sequence.h
native/pyc_string.cpp
native/pyc_string.h
native/pycdas.cpp
native/pycdc.cpp
native/pycdecompile_api.cpp
native/pycdecompile_api.h
native/pycdecompile_log.cpp
native/pycdecompile_log.h
native/bytes/bytecode_map.h
native/bytes/python_1_0.cpp
native/bytes/python_1_1.cpp
native/bytes/python_1_3.cpp
native/bytes/python_1_4.cpp
native/bytes/python_1_5.cpp
native/bytes/python_1_6.cpp
native/bytes/python_2_0.cpp
native/bytes/python_2_1.cpp
native/bytes/python_2_2.cpp
native/bytes/python_2_3.cpp
native/bytes/python_2_4.cpp
native/bytes/python_2_5.cpp
native/bytes/python_2_6.cpp
native/bytes/python_2_7.cpp
native/bytes/python_3_0.cpp
native/bytes/python_3_1.cpp
native/bytes/python_3_10.cpp
native/bytes/python_3_11.cpp
native/bytes/python_3_12.cpp
native/bytes/python_3_13.cpp
native/bytes/python_3_14.cpp
native/bytes/python_3_15.cpp
native/bytes/python_3_2.cpp
native/bytes/python_3_3.cpp
native/bytes/python_3_4.cpp
native/bytes/python_3_5.cpp
native/bytes/python_3_6.cpp
native/bytes/python_3_7.cpp
native/bytes/python_3_8.cpp
native/bytes/python_3_9.cpp
pycdecompile.egg-info/PKG-INFO
pycdecompile.egg-info/SOURCES.txt
pycdecompile.egg-info/dependency_links.txt
pycdecompile.egg-info/entry_points.txt
pycdecompile.egg-info/not-zip-safe
pycdecompile.egg-info/top_level.txt
pycdecompiler/__init__.py
pycdecompiler/__main__.py
pycdecompiler/_native.py
pycdecompiler/_version.py
pycdecompiler/cli.py
pycdecompiler/core.py
tests_data/compiled/GEN_START.3.10.pyc
tests_data/compiled/async_def.3.5.pyc
tests_data/compiled/async_for.3.7.pyc
tests_data/compiled/binary_ops.3.11.pyc
tests_data/compiled/binary_slice.3.12.pyc
tests_data/compiled/build_const_key_map.2.7.pyc
tests_data/compiled/build_const_key_map.3.8.pyc
tests_data/compiled/chain_assignment.2.7.pyc
tests_data/compiled/chain_assignment.3.7.pyc
tests_data/compiled/class_NODE_BINARY.3.9.pyc
tests_data/compiled/conditional_expressions.3.1.pyc
tests_data/compiled/conditional_expressions.3.9.pyc
tests_data/compiled/conditional_expressions_py2.2.7.pyc
tests_data/compiled/contains_op.3.9.pyc
tests_data/compiled/f-string.3.7.pyc
tests_data/compiled/if_elif_else.1.5.pyc
tests_data/compiled/if_elif_else.2.2.pyc
tests_data/compiled/if_elif_else.2.6.pyc
tests_data/compiled/if_elif_else.2.7.pyc
tests_data/compiled/if_elif_else.3.0.pyc
tests_data/compiled/if_elif_else.3.7.pyc
tests_data/compiled/is_op.3.9.pyc
tests_data/compiled/iter_unpack.2.7.pyc
tests_data/compiled/lambdas_assignment.2.7.pyc
tests_data/compiled/list_extend.3.9.pyc
tests_data/compiled/load_classderef.3.4.pyc
tests_data/compiled/load_method.3.7.pyc
tests_data/compiled/load_method.3.9.pyc
tests_data/compiled/loadbuild_class.3.4.pyc
tests_data/compiled/matrix_mult_oper.3.5.pyc
tests_data/compiled/nan_inf.2.7.pyc
tests_data/compiled/nan_inf.3.8.pyc
tests_data/compiled/op_precedence.2.7.pyc
tests_data/compiled/op_precedence.3.10.pyc
tests_data/compiled/op_precedence.3.5.pyc
tests_data/compiled/print_to.2.7.pyc
tests_data/compiled/private_name.1.5.pyc
tests_data/compiled/private_name.2.2.pyc
tests_data/compiled/private_name.2.5.pyc
tests_data/compiled/private_name.2.7.pyc
tests_data/compiled/private_name.3.0.pyc
tests_data/compiled/private_name.3.7.pyc
tests_data/compiled/simple_const.1.0.pyc
tests_data/compiled/simple_const.1.1.pyc
tests_data/compiled/simple_const.1.2.pyc
tests_data/compiled/simple_const.1.3.pyc
tests_data/compiled/simple_const.1.4.pyc
tests_data/compiled/simple_const.1.5.pyc
tests_data/compiled/simple_const.1.6.pyc
tests_data/compiled/simple_const.2.0.pyc
tests_data/compiled/simple_const.2.1.pyc
tests_data/compiled/simple_const.2.2.pyc
tests_data/compiled/simple_const.2.3.pyc
tests_data/compiled/simple_const.2.4.pyc
tests_data/compiled/simple_const.2.5.pyc
tests_data/compiled/simple_const.2.6.pyc
tests_data/compiled/simple_const.2.7.pyc
tests_data/compiled/simple_const.3.0.pyc
tests_data/compiled/simple_const.3.1.pyc
tests_data/compiled/simple_const.3.10.pyc
tests_data/compiled/simple_const.3.11.pyc
tests_data/compiled/simple_const.3.12.pyc
tests_data/compiled/simple_const.3.2.pyc
tests_data/compiled/simple_const.3.3.pyc
tests_data/compiled/simple_const.3.4.pyc
tests_data/compiled/simple_const.3.5.pyc
tests_data/compiled/simple_const.3.6.pyc
tests_data/compiled/simple_const.3.7.pyc
tests_data/compiled/simple_const.3.8.pyc
tests_data/compiled/simple_const.3.9.pyc
tests_data/compiled/store_slice.3.12.pyc
tests_data/compiled/swap.3.11.pyc
tests_data/compiled/test_applyEquiv.2.2.pyc
tests_data/compiled/test_applyEquiv.2.5.pyc
tests_data/compiled/test_calls.3.1.pyc
tests_data/compiled/test_calls.3.10.pyc
tests_data/compiled/test_calls.3.11.pyc
tests_data/compiled/test_calls.3.5.pyc
tests_data/compiled/test_calls.3.8.pyc
tests_data/compiled/test_class.1.5.pyc
tests_data/compiled/test_class.2.2.pyc
tests_data/compiled/test_class.2.5.pyc
tests_data/compiled/test_class_method.2.2.pyc
tests_data/compiled/test_class_method.2.5.pyc
tests_data/compiled/test_class_method_py3.3.3.pyc
tests_data/compiled/test_class_method_py3.3.7.pyc
tests_data/compiled/test_del.1.5.pyc
tests_data/compiled/test_del.2.2.pyc
tests_data/compiled/test_del.2.5.pyc
tests_data/compiled/test_dict.2.7.pyc
tests_data/compiled/test_divide_future.2.2.pyc
tests_data/compiled/test_divide_future.2.5.pyc
tests_data/compiled/test_divide_no_future.2.2.pyc
tests_data/compiled/test_divide_no_future.2.5.pyc
tests_data/compiled/test_docstring.1.5.pyc
tests_data/compiled/test_docstring.2.2.pyc
tests_data/compiled/test_docstring.2.5.pyc
tests_data/compiled/test_docstring.2.7.pyc
tests_data/compiled/test_empty.1.5.pyc
tests_data/compiled/test_empty.2.2.pyc
tests_data/compiled/test_empty.2.5.pyc
tests_data/compiled/test_empty.2.7.pyc
tests_data/compiled/test_empty.3.0.pyc
tests_data/compiled/test_empty.3.7.pyc
tests_data/compiled/test_exception_match_py311.3.11.pyc
tests_data/compiled/test_exec.1.5.pyc
tests_data/compiled/test_exec.2.2.pyc
tests_data/compiled/test_exec.2.5.pyc
tests_data/compiled/test_expressions.1.5.pyc
tests_data/compiled/test_expressions.2.2.pyc
tests_data/compiled/test_expressions.2.5.pyc
tests_data/compiled/test_extendedImport.2.2.pyc
tests_data/compiled/test_extendedImport.2.5.pyc
tests_data/compiled/test_extendedPrint.2.2.pyc
tests_data/compiled/test_extendedPrint.2.5.pyc
tests_data/compiled/test_extendedPrint.2.7.pyc
tests_data/compiled/test_for_loop_py3.8.3.10.pyc
tests_data/compiled/test_functions_py3.3.0.pyc
tests_data/compiled/test_functions_py3.3.4.pyc
tests_data/compiled/test_global.1.5.pyc
tests_data/compiled/test_global.2.2.pyc
tests_data/compiled/test_global.2.5.pyc
tests_data/compiled/test_globals.1.5.pyc
tests_data/compiled/test_globals.2.2.pyc
tests_data/compiled/test_globals.2.5.pyc
tests_data/compiled/test_import_as.2.2.pyc
tests_data/compiled/test_import_as.2.5.pyc
tests_data/compiled/test_integers.1.5.pyc
tests_data/compiled/test_integers.2.2.pyc
tests_data/compiled/test_integers.2.5.pyc
tests_data/compiled/test_integers_py3.3.12.pyc
tests_data/compiled/test_integers_py3.3.5.pyc
tests_data/compiled/test_iterators.2.2.pyc
tests_data/compiled/test_iterators.2.5.pyc
tests_data/compiled/test_kwnames.3.11.pyc
tests_data/compiled/test_listComprehensions.2.7.pyc
tests_data/compiled/test_loops2.2.2.pyc
tests_data/compiled/test_loops3.3.12.pyc
tests_data/compiled/test_misc.1.5.pyc
tests_data/compiled/test_misc.2.2.pyc
tests_data/compiled/test_misc.2.5.pyc
tests_data/compiled/test_nested_elif.1.5.pyc
tests_data/compiled/test_nested_elif.2.2.pyc
tests_data/compiled/test_nested_elif.2.5.pyc
tests_data/compiled/test_nested_ifs.2.5.pyc
tests_data/compiled/test_pop_jump_forward_if_false.3.11.pyc
tests_data/compiled/test_pop_jump_forward_if_true.3.11.pyc
tests_data/compiled/test_prettyprint.1.5.pyc
tests_data/compiled/test_prettyprint.2.2.pyc
tests_data/compiled/test_prettyprint.2.5.pyc
tests_data/compiled/test_print.1.5.pyc
tests_data/compiled/test_print.2.2.pyc
tests_data/compiled/test_print.2.5.pyc
tests_data/compiled/test_print_to.2.2.pyc
tests_data/compiled/test_print_to.2.5.pyc
tests_data/compiled/test_print_to.2.7.pyc
tests_data/compiled/test_raise_varargs.3.12.pyc
tests_data/compiled/test_sets.3.10.pyc
tests_data/compiled/test_single_stmt.1.5.pyc
tests_data/compiled/test_single_stmt.2.2.pyc
tests_data/compiled/test_single_stmt.2.5.pyc
tests_data/compiled/test_slices.1.5.pyc
tests_data/compiled/test_slices.2.2.pyc
tests_data/compiled/test_slices.2.5.pyc
tests_data/compiled/test_yield.2.2.pyc
tests_data/compiled/test_yield.2.5.pyc
tests_data/compiled/try_except_finally.2.6.pyc
tests_data/compiled/unicode.2.6.pyc
tests_data/compiled/unicode.2.7.pyc
tests_data/compiled/unicode_future.2.6.pyc
tests_data/compiled/unicode_future.2.7.pyc
tests_data/compiled/unicode_future.3.3.pyc
tests_data/compiled/unicode_future.3.7.pyc
tests_data/compiled/unicode_py3.3.3.pyc
tests_data/compiled/unicode_py3.3.7.pyc
tests_data/compiled/unpack_assign.1.0.pyc
tests_data/compiled/unpack_assign.1.5.pyc
tests_data/compiled/unpack_assign.2.2.pyc
tests_data/compiled/unpack_assign.2.5.pyc
tests_data/compiled/unpack_assign.2.7.pyc
tests_data/compiled/unpack_assign.3.0.pyc
tests_data/compiled/unpack_assign.3.7.pyc
tests_data/compiled/unpack_empty.2.7.pyc
tests_data/compiled/unpack_empty.3.7.pyc
tests_data/compiled/variable_annotations.3.8.pyc
tests_data/compiled/while_loop.2.6.pyc
tests_data/compiled/while_loops2.3.1.pyc
tests_data/compiled/yield_from.3.3.pyc
tests_data/compiled/yield_from.3.5.pyc
tests_data/compiled/yield_from.3.7.pyc
tests_data/compiled/yield_from.3.9.pyc
tests_data/input/GEN_START.py
tests_data/input/async_def.py
tests_data/input/async_for.py
tests_data/input/binary_ops.py
tests_data/input/binary_slice.py
tests_data/input/build_const_key_map.py
tests_data/input/chain_assignment.py
tests_data/input/class_NODE_BINARY.py
tests_data/input/conditional_expressions.py
tests_data/input/conditional_expressions_py2.py
tests_data/input/contains_op.py
tests_data/input/f-string.py
tests_data/input/if_elif_else.py
tests_data/input/is_op.py
tests_data/input/iter_unpack.py
tests_data/input/lambdas_assignment.py
tests_data/input/list_extend.py
tests_data/input/load_classderef.py
tests_data/input/load_method.py
tests_data/input/loadbuild_class.py
tests_data/input/loop_try_except.py
tests_data/input/matrix_mult_oper.py
tests_data/input/nan_inf.py
tests_data/input/op_precedence.py
tests_data/input/print_to.py
tests_data/input/private_name.py
tests_data/input/simple_const.py
tests_data/input/store_slice.py
tests_data/input/swap.py
tests_data/input/test_applyEquiv.py
tests_data/input/test_augmentedAssign.py
tests_data/input/test_calls.py
tests_data/input/test_class.py
tests_data/input/test_class_method.py
tests_data/input/test_decorators.py
tests_data/input/test_del.py
tests_data/input/test_dict.py
tests_data/input/test_divide_future.py
tests_data/input/test_divide_no_future.py
tests_data/input/test_docstring.py
tests_data/input/test_empty.py
tests_data/input/test_exception_match_py311.py
tests_data/input/test_exceptions.py
tests_data/input/test_exec.py
tests_data/input/test_expressions.py
tests_data/input/test_extendedImport.py
tests_data/input/test_extendedPrint.py
tests_data/input/test_finally.py
tests_data/input/test_for_loop_py3.8.py
tests_data/input/test_functions.py
tests_data/input/test_functions_py3.py
tests_data/input/test_global.py
tests_data/input/test_globals.py
tests_data/input/test_import.py
tests_data/input/test_import_as.py
tests_data/input/test_integers.py
tests_data/input/test_integers_py3.py
tests_data/input/test_iterators.py
tests_data/input/test_kwnames.py
tests_data/input/test_lambda.py
tests_data/input/test_listComprehensions.py
tests_data/input/test_loops.py
tests_data/input/test_loops2.py
tests_data/input/test_loops3.py
tests_data/input/test_misc.py
tests_data/input/test_nested_elif.py
tests_data/input/test_nested_ifs.py
tests_data/input/test_nested_scopes.py
tests_data/input/test_pop_jump_forward_if_false.py
tests_data/input/test_pop_jump_forward_if_true.py
tests_data/input/test_prettyprint.py
tests_data/input/test_print.py
tests_data/input/test_print_to.py
tests_data/input/test_raise_varargs.py
tests_data/input/test_sets.py
tests_data/input/test_single_stmt.py
tests_data/input/test_slices.py
tests_data/input/test_tuple_params.py
tests_data/input/test_tuples.py
tests_data/input/test_with.py
tests_data/input/test_yield.py
tests_data/input/try_except_finally.py
tests_data/input/unicode.py
tests_data/input/unicode_future.py
tests_data/input/unpack_assign.py
tests_data/input/unpack_empty.py
tests_data/input/variable_annotations.py
tests_data/input/while_loop.py
tests_data/input/while_loops2.py
tests_data/input/yield_from.py
tests_data/tokenized/GEN_START.txt
tests_data/tokenized/async_def.txt
tests_data/tokenized/async_for.txt
tests_data/tokenized/binary_ops.txt
tests_data/tokenized/binary_slice.txt
tests_data/tokenized/build_const_key_map.txt
tests_data/tokenized/chain_assignment.txt
tests_data/tokenized/class_NODE_BINARY.txt
tests_data/tokenized/conditional_expressions.txt
tests_data/tokenized/conditional_expressions_py2.txt
tests_data/tokenized/contains_op.txt
tests_data/tokenized/f-string.txt
tests_data/tokenized/if_elif_else.txt
tests_data/tokenized/is_op.txt
tests_data/tokenized/iter_unpack.txt
tests_data/tokenized/lambdas_assignment.txt
tests_data/tokenized/list_extend.txt
tests_data/tokenized/load_classderef.txt
tests_data/tokenized/load_method.txt
tests_data/tokenized/loadbuild_class.txt
tests_data/tokenized/loop_try_except.txt
tests_data/tokenized/matrix_mult_oper.txt
tests_data/tokenized/nan_inf.txt
tests_data/tokenized/op_precedence.txt
tests_data/tokenized/print_to.txt
tests_data/tokenized/private_name.txt
tests_data/tokenized/simple_const.txt
tests_data/tokenized/store_slice.txt
tests_data/tokenized/swap.txt
tests_data/tokenized/test_applyEquiv.txt
tests_data/tokenized/test_augmentedAssign.txt
tests_data/tokenized/test_calls.txt
tests_data/tokenized/test_class.txt
tests_data/tokenized/test_class_method.txt
tests_data/tokenized/test_class_method_py3.txt
tests_data/tokenized/test_class_py3.txt
tests_data/tokenized/test_decorators.txt
tests_data/tokenized/test_del.txt
tests_data/tokenized/test_dict.txt
tests_data/tokenized/test_divide_future.txt
tests_data/tokenized/test_divide_no_future.txt
tests_data/tokenized/test_docstring.txt
tests_data/tokenized/test_empty.txt
tests_data/tokenized/test_exception_match_py311.txt
tests_data/tokenized/test_exceptions.txt
tests_data/tokenized/test_exec.txt
tests_data/tokenized/test_expressions.txt
tests_data/tokenized/test_extendedImport.txt
tests_data/tokenized/test_extendedPrint.txt
tests_data/tokenized/test_finally.txt
tests_data/tokenized/test_for_loop_py3.8.txt
tests_data/tokenized/test_functions.txt
tests_data/tokenized/test_functions_py3.txt
tests_data/tokenized/test_global.txt
tests_data/tokenized/test_globals.txt
tests_data/tokenized/test_import.txt
tests_data/tokenized/test_import_as.txt
tests_data/tokenized/test_integers.txt
tests_data/tokenized/test_integers_py3.txt
tests_data/tokenized/test_iterators.txt
tests_data/tokenized/test_kwnames.txt
tests_data/tokenized/test_lambda.txt
tests_data/tokenized/test_listComprehensions.txt
tests_data/tokenized/test_loops.txt
tests_data/tokenized/test_loops2.txt
tests_data/tokenized/test_loops3.txt
tests_data/tokenized/test_misc.txt
tests_data/tokenized/test_nested_elif.txt
tests_data/tokenized/test_nested_ifs.txt
tests_data/tokenized/test_nested_scopes.txt
tests_data/tokenized/test_pop_jump_forward_if_false.txt
tests_data/tokenized/test_pop_jump_forward_if_true.txt
tests_data/tokenized/test_prettyprint.txt
tests_data/tokenized/test_print.txt
tests_data/tokenized/test_print_to.txt
tests_data/tokenized/test_raise_varargs.txt
tests_data/tokenized/test_sets.txt
tests_data/tokenized/test_single_stmt.txt
tests_data/tokenized/test_slices.txt
tests_data/tokenized/test_tuple_params.txt
tests_data/tokenized/test_tuples.txt
tests_data/tokenized/test_with.txt
tests_data/tokenized/test_yield.txt
tests_data/tokenized/try_except_finally.txt
tests_data/tokenized/unicode.txt
tests_data/tokenized/unicode_future.txt
tests_data/tokenized/unicode_py3.txt
tests_data/tokenized/unpack_assign.txt
tests_data/tokenized/unpack_empty.txt
tests_data/tokenized/variable_annotations.txt
tests_data/tokenized/while_loop.txt
tests_data/tokenized/while_loops2.txt
tests_data/tokenized/yield_from.txt
tests_data/xfail/loadbuild_class.3.7.pyc
tests_data/xfail/loop_try_except.3.7.pyc
tests_data/xfail/test_augmentedAssign.2.2.pyc
tests_data/xfail/test_augmentedAssign.2.5.pyc
tests_data/xfail/test_class_py3.3.3.pyc
tests_data/xfail/test_decorators.2.7.pyc
tests_data/xfail/test_exceptions.1.5.pyc
tests_data/xfail/test_exceptions.2.2.pyc
tests_data/xfail/test_exceptions.2.5.pyc
tests_data/xfail/test_exceptions.2.7.pyc
tests_data/xfail/test_finally.2.7.pyc
tests_data/xfail/test_functions.1.5.pyc
tests_data/xfail/test_functions.2.2.pyc
tests_data/xfail/test_functions.2.5.pyc
tests_data/xfail/test_functions_py3.3.7.pyc
tests_data/xfail/test_import.1.5.pyc
tests_data/xfail/test_import.2.2.pyc
tests_data/xfail/test_import.2.5.pyc
tests_data/xfail/test_integers_py3.3.0.pyc
tests_data/xfail/test_lambda.1.5.pyc
tests_data/xfail/test_lambda.2.2.pyc
tests_data/xfail/test_lambda.2.5.pyc
tests_data/xfail/test_listComprehensions.2.2.pyc
tests_data/xfail/test_listComprehensions.2.5.pyc
tests_data/xfail/test_loops.1.5.pyc
tests_data/xfail/test_loops.2.2.pyc
tests_data/xfail/test_loops.2.5.pyc
tests_data/xfail/test_loops2.2.5.pyc
tests_data/xfail/test_nested_scopes.2.2.pyc
tests_data/xfail/test_nested_scopes.2.5.pyc
tests_data/xfail/test_tuple_params.1.5.pyc
tests_data/xfail/test_tuple_params.2.2.pyc
tests_data/xfail/test_tuple_params.2.5.pyc
tests_data/xfail/test_tuples.1.5.pyc
tests_data/xfail/test_tuples.2.2.pyc
tests_data/xfail/test_tuples.2.5.pyc
tests_data/xfail/test_with.2.7.pyc
tests_data/xfail/test_with.3.4.pyc
tests_data/xfail/test_with.3.5.pyc
tools/_dis_all.txt
tools/_dis_function.txt
tools/corpus_test.py
tools/diff_one.py
tools/dump_dis.py
tools/gap_analysis.py
tools/gen_opcode_map.py
tools/locate_crash.py
tools/needed_opcodes.py
tools/official_test.py
tools/sehtest.cpp
tools/show_syntax.py
tools/show_syntax_pyc.py
tools/stress_multi.py
tools/stress_stdlib.py
tools/syntax_report.py
tools/corpus/loops_311.py
tools/corpus/none_test_311.py
tools/corpus/semantics_313.py
tools/corpus/try_except_311.py
tools/corpus/try_patterns_311.py
tools/corpus/unpack_star_311.py