printpal.io

Results 2 issues of printpal.io

I am obfuscating my code with Pyarmor first, and then trying to Cythonize it to `.so` file. I am Pyarmoring the code with the following command: `pyarmor gen -O dist2...

bug

I am trying to pack my script and protect the runtime memory as specified here: https://pyarmor.readthedocs.io/en/latest/how-to/protection.html# I am using the following command: `pyarmor -d gen --mix-str --assert-call --assert-import --private --pack...

bug