文件名称:python-obfuscator:我已经厌倦了编写好的代码,所以我制作了好的代码来制作了不好的代码
文件大小:10KB
文件格式:ZIP
更新时间:2024-05-22 13:51:06
python obfuscator obfuscators python-obfuscator Python
Python混淆器 一天晚上,我厌倦了编写好的代码,所以我制作了好的代码来制作了不好的代码。 考虑赞助我 正在安装 pip install python-obfuscator 快速开始 打印出混淆的代码 pyobfuscate -i your_file.py 将更改应用于输入文件 pyobfuscate -i your_file.py -r True 更详细的文档 您可以根据需要将此模块用作模块 import python_obfuscator obfuscator = python_obfuscator.obfuscator() code_to_obfuscate = "print('hello world')" 您还可以排除某些用于混淆的技术 import python_obfuscator from python_obfuscator.techniques import add_r
【文件预览】:
python-obfuscator-main
----.gitattributes(66B)
----.github()
--------FUNDING.yml(63B)
--------workflows()
----LICENSE(1KB)
----setup.py(1KB)
----README.md(2KB)
----tests()
--------test_module.py(300B)
----python_obfuscator()
--------techniques.py(3KB)
--------__init__.py(35B)
--------helpers()
--------cli()
--------obfuscator.py(239B)
----.gitignore(71B)