ASTObfuscate icon indicating copy to clipboard operation
ASTObfuscate copied to clipboard

A Python Obfuscator through AST modification

Results 1 ASTObfuscate issues
Sort by recently updated
recently updated
newest added

`Traceback (most recent call last): File "astobfuscate.py", line 563, in file_obj.write(astor.code_gen.to_source(root, indent_with=' ')) File "/usr/local/lib/python3.7/site-packages/astor/code_gen.py", line 63, in to_source generator.visit(node) File "/usr/local/lib/python3.7/site-packages/astor/node_util.py", line 143, in visit return visitor(node) File "/usr/local/lib/python3.7/site-packages/astor/code_gen.py",...