python反编译

1. 使用xdis反编译各种不同的字节码。
2. tokenize lift disanbly
3. parse token into parse tree
4. abstract the parse tree into an abstract syntax tree
5. parse source from the abstract syntax tree