Skip to content

Releases: dashingsoft/pyarmor

Release 4.5.2

03 Dec 04:42
Compare
Choose a tag to compare

Release 4.5.1

30 Nov 00:47
Compare
Choose a tag to compare

Release 4.5.0

29 Nov 14:48
Compare
Choose a tag to compare
  • Add anti-debug code for dynamic library _pytransform

Release 4.4.3

21 Nov 14:04
Compare
Choose a tag to compare
  • Change default capsule to user home other than the source path of pyarmor

Release 4.4.2

15 Nov 05:37
Compare
Choose a tag to compare

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

13 Nov 23:22
Compare
Choose a tag to compare
  • Support PyInstaller by a simple way
  • For command obfuscate, get default src and entry from first argument, --src is not required.
  • Set no restrict mode as default for new project and command obfuscate, licenses

Release 4.4.0

11 Nov 16:17
Compare
Choose a tag to compare

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.

http://pyarmor.dashingsoft.com/demo/index.html

Release 4.3.4

10 Nov 01:21
Compare
Choose a tag to compare
  • Fix start pyarmor issue for pip install in Python 2

Release 4.3.3

08 Nov 06:02
Compare
Choose a tag to compare
  • Fix pip install issue in MacOS
  • Refine sample scripts to make workaround for py2exe/cx_Freeze simple

Release 4.3.1

06 Nov 15:38
Compare
Choose a tag to compare
  • Fix typos in examples
  • Fix bugs in sample scripts