Releases: typeundefined/pyobfuscate
Releases · typeundefined/pyobfuscate
String constants and import obfuscation
The release includes the following improvements:
- String constants are obfuscated so they are unreadable and they are very hard to grep by
- Import instructions are obfuscated (import statements are translated to
__import__invocation which is wrapped intoevaland obfuscated as a string). - Fixed bug in lambda function processing. Now lambdas with default parameters don't cause the obfuscator to fail.