Cobertos / bobskater

An AST based Python obfuscator that robustly mangles variable names

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrapper class for ast.xxx objects

Cobertos opened this issue · comments

Instead of having two tightly coupled functions in frameUtils.py to handle getting IDs and setting IDs for each ast node, it might be nice if it used python index syntax and iterator syntax. It would improve readability in the code that uses it and would make frameUtils just a little more modular