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.
- Host: GitHub
- URL: https://github.com/t-wy/web-python-bytecode-disassembler
- Owner: t-wy
- License: mit
- Created: 2024-12-28T17:10:41.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-02-16T05:33:18.000Z (10 months ago)
- Last Synced: 2025-02-16T06:25:48.155Z (10 months ago)
- Topics: bytecode, decompiler, disassembler, pyinstaller, pyinstaller-extractor, python, python-decompiler
- Language: JavaScript
- Homepage: https://twy.name/Tools/pyc/
- Size: 33.2 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)