Releases: dashingsoft/pyarmor
Releases · dashingsoft/pyarmor
Release 4.5.2
- Add documentation https://pyarmor.readthedocs.io/en/latest/
- Exclude
dist
,build
folder when executingpyarmor obfuscate --recursive
Release 4.5.1
Fix #41
Release 4.5.0
- Add anti-debug code for dynamic library
_pytransform
Release 4.4.3
- Change default capsule to user home other than the source path of
pyarmor
Release 4.4.2
This patch mainly changes webui, make it simple more:
- WebUI : remove source field in tab Obfuscate, and remove ipv4 field in tab Licenses
- WebUI Packer: remove setup script, add output path, only support PyInstaller
Release 4.4.1
- Support PyInstaller by a simple way
- For command
obfuscate
, get defaultsrc
andentry
from first argument,--src
is not required. - Set no restrict mode as default for new project and command
obfuscate
,licenses
Release 4.4.0
Pack obfuscated scripts by command pack
In this version, introduces a new command pack
used to pack obfuscated scripts with py2exe
and cx_Freeze
. Once the setup script of py2exe
or cx_Freeze
can bundle clear python scripts, pack
could pack obfuscated scripts by single command: pyarmor pack --type cx_Freeze /path/to/src/main.py
Pack obfuscated scripts by WebUI packer
WebUI is well reformed, simple and easy to use.
Release 4.3.4
- Fix start pyarmor issue for
pip install
in Python 2
Release 4.3.3
- Fix
pip
install issue in MacOS - Refine sample scripts to make workaround for py2exe/cx_Freeze simple
Release 4.3.1
- Fix typos in examples
- Fix bugs in sample scripts