New Feature
- Option
--pack
support specfile. If plain script could be packed by one.spec
file, it could be used by--pack
to pack the obfuscated script. For example,pyarmor gen --pack foo.spec foo.py
Fix issues
- Fix pack issues with extra PyInstaller options
- Fix pack issue: some special binary extensions are missed in the final bundle
- Fix pack issue: in Windows case insensitive path does not work
- Fix issue #1758:
--pack
could not work with--enable-rft
,--assert-import
orassert-call
- Fix issue #1756: Match case which form is
Class.Name
wont work with--obf-code 2