Skip to content

Releases: dashingsoft/pyarmor

Release 3.9.8

08 Aug 08:07
Compare
Choose a tag to compare
  • Add documentation for examples (src/examples/README.md)

Release 3.9.7

03 Aug 09:02
Compare
Choose a tag to compare
  • Fix windows 10 issue: access violation reading 0x000001ED00000000

Release 3.9.6

15 Jul 11:43
Compare
Choose a tag to compare
  • Fix the generated license bind to fixed machine in webui is not correct (#25)
  • Fix extra output path issue in webui

Release 3.9.5

15 May 00:23
Compare
Choose a tag to compare
  • Show registration code when printing version information

Release 3.9.4

07 May 14:04
Compare
Choose a tag to compare
  • Rewrite long description of package in pypi

Release 3.9.3

03 May 07:05
Compare
Choose a tag to compare
  • Fix issue: __file__ is not really path in main code of module when import obfuscated module

Release 3.9.2

01 May 02:58
Compare
Choose a tag to compare
  • Replace option --disable-restrict-mode with --no-restrict in command obfuscate
  • Add option --title in command config
  • Change the output path of entry scripts when entry scripts belong to package
  • Refine document user-guide.md and mechanism.md

Release 3.9.1

29 Apr 14:30
Compare
Choose a tag to compare
  • Add option --type for command init
  • Refine document user-guide.md and mechanism.md

Release 3.9.0

16 Apr 15:37
Compare
Choose a tag to compare

In v3.9.0, introduce a new way auto-wrap to protect python code when it's imported by outer scripts.

Refer to Mechanism Without Restrict Mode

  • Add new mode wrap for --obf-code-mode
  • Remove func.__refcalls__ in __wraparmor__
  • Add new project attribute is_package
  • Add option --is-package in command config
  • Add option --disable-restrict-mode in command obfuscate
  • Reset build_time when project configuration is changed
  • Change output path when is_package is set in command build
  • Change default value of project when find __init__.py in comand init
  • Project attribute entry supports absolute path

Release 3.8.10

08 Apr 17:36
Compare
Choose a tag to compare
  • Fix shared code object issue in __wraparmor__