You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4-3.13. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.
本脚本用于打包后的程序瘦身,用于有效减小pyinstaller/nuitka/python embeddable打包后的程序体积。This script is aimed at reducing the size of packages generated by PyInstaller, Nuitka, or Python embeddable builds through selective file trimming.
A library for recording arbitrary calls to Python modules, primarily intended for Python reverse engineering and analysis. 记录任意对Python模块的调用的库,主要用于Python逆向分析。