Releases: dashingsoft/pyarmor
Releases · dashingsoft/pyarmor
Release 3.9.8
- Add documentation for examples (src/examples/README.md)
Release 3.9.7
- Fix windows 10 issue: access violation reading 0x000001ED00000000
Release 3.9.6
- 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
- Show registration code when printing version information
Release 3.9.4
- Rewrite long description of package in pypi
Release 3.9.3
- Fix issue:
__file__
is not really path in main code of module when import obfuscated module
Release 3.9.2
- Replace option
--disable-restrict-mode
with--no-restrict
in commandobfuscate
- Add option
--title
in commandconfig
- Change the output path of entry scripts when entry scripts belong to package
- Refine document
user-guide.md
andmechanism.md
Release 3.9.1
- Add option
--type
for commandinit
- Refine document
user-guide.md
andmechanism.md
Release 3.9.0
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 commandconfig
- Add option
--disable-restrict-mode
in commandobfuscate
- Reset
build_time
when project configuration is changed - Change output path when
is_package
is set in commandbuild
- Change default value of project when find
__init__.py
in comandinit
- Project attribute
entry
supports absolute path
Release 3.8.10
- Fix shared code object issue in
__wraparmor__