An open API service indexing awesome lists of open source software.

https://github.com/t-wy/web-python-bytecode-disassembler

A Python Disassembler that disassembles compiled Python files into sequences of opcodes locally. Currently supporting Python 2 and 3. Supports .pyc files and PyInstaller executable files. Decompiler is being developed.
https://github.com/t-wy/web-python-bytecode-disassembler

bytecode decompiler disassembler pyinstaller pyinstaller-extractor python python-decompiler

Last synced: about 1 month ago
JSON representation

A Python Disassembler that disassembles compiled Python files into sequences of opcodes locally. Currently supporting Python 2 and 3. Supports .pyc files and PyInstaller executable files. Decompiler is being developed.

Awesome Lists containing this project

README

          

Currently several files are outside this directory due to them being shared with other tools on the website, make sure to download them before testing:
- [../byte_reader.js](https://twy.name/Tools/byte_reader.js)
- [../file_handler.css](https://twy.name/Tools/file_handler.css)
- [../file_handler.js](https://twy.name/Tools/file_handler.js)