Open smartfind opened 6 months ago
pyobfuscate needs to migrate to the "ast" module, which is probably a lot of work. In the meantime, suggestion is to use Python 3.9 to do the obfuscation, then you should be able to run the obfuscated code on 3.10+.
How can I fix the issue where symbols and parsers cannot be used in Python 3.10, resulting in the functionality being unusable.