Created by: jondy
What is this Python project?
PyArmor is a command line tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.
The goal of PyArmor is to make Python applied to commercial application easily.
PyArmor is well Documentation
There is also a web-ui package pyarmor-webui
PyArmor is trusted by many corporations in different countries, for examples, IBM, GE, NEC, Panasonic, Fujitsu, Tencent...
What's the difference between this Python project and similar ones?
-
Seamless Replacement The obfuscated script is a normal python script. With an extra runtime package
pytransform
, the plain Python scripts can be replaced with obfuscated ones seamlessly -
Runtime Obfuscation The byte code of each code object will be obfuscated as soon as code object completed execution, and f_locals of frame is cleared at the same time
--
Anyone who agrees with this pull request could vote for it by adding a