Hacker News new | ask | show | jobs
by odiroot 5078 days ago
It seems they ship the app as a bunch of .pyc files. I guess it's for the source "obfuscation".

How long until someone reverse-engineers it back to Python source? It can't be that hard. AFAIR PyPy uses "dis" to produce RPython code.

1 comments

Probably not very long with unpyclib.