AxProtector Phython is called using the file AxProtector.py located in the Software Development Kit installation directory.
The protection options are specified in a protect.yaml protection definition and transferred on calling AxProtector Python.
AxProtector Python encrypts code within functions, but not global (anonymous) code. If such a code is also to be encrypted, it must first be encapsulated in a function. |