Make your python project undecompilable & safe | Nuitka |

Опубликовано: 22 Май 2023
на канале: vxnet
6,400
131

📁 What is Nuitka?

Nuitka is an open-source Python compiler that translates Python code into highly optimized C/C++ code. It aims to improve the performance of Python programs by generating efficient, standalone executables that can be run without the need for a Python interpreter. Nuitka is compatible with various Python versions and supports multiple platforms, including Windows, Linux, and macOS.

By compiling Python code into machine code, Nuitka can significantly enhance the execution speed of Python programs. It achieves this optimization by performing various transformations, such as static code analysis, inlining of function calls, constant folding, and removal of unnecessary runtime overhead. The resulting compiled executables can be distributed and executed without requiring the original Python source code or a Python interpreter to be installed on the target machine.

🔒 What is pydumpck?
Pydumpck is a multi-threads tool for decompile exe,elf,pyz,pyc packed by python which is base on pycdc and uncompyle6.

pycdc - https://github.com/zrax/pycdc
uncompyle6 - https://pypi.org/project/uncompyle6/
pydumpck - https://pypi.org/project/pydumpck/

📺 Discord Server: 💙 Website: http://lefeu.nvnet.pl (Click on Discord label to join our discord server)