pyc2bytecode icon indicating copy to clipboard operation
pyc2bytecode copied to clipboard

A Python Bytecode Disassembler helping reverse engineers in dissecting Python binaries by disassembling and analyzing the compiled python byte-code(.pyc) files across all python versions (including Py...

Results 3 pyc2bytecode issues
Sort by recently updated
recently updated
newest added

This update ensures that you can now decompile PYC files that use version 3.11 and below. The Magic Tags have been updated accordingly.

Whenever I try and decompile a .PYC file, it says that there is an invalid magic number.

Please add support for python version 3.10.7.