|
|
|
|
|
by mh-
4765 days ago
|
|
.pyc files are very reversible. there are open source projects that decompile them to runnable code, the original symbol names are even intact - this means you don't lose the original naming of variables, functions, arguments, etc. |
|