Hacker News new | past | comments | ask | show | jobs | submit login

Is PyOxidizer going to make it any harder to 'decompile' one of these Python executables? Of course, once you have the bytecode it's easy to recover the source code, but I wonder if something could be built into this tool to make it ever-so-slightly more difficult.

Nuitka has the potential to solve this issue, but it seems not ready yet.

Anyone know if/how Dropbox does it?





Nuitka can do that. Since it converts python to c, then compile the c code, you can just get the c, and compile it the way you want.

PyOxider packages and accesses the python files I think, so they are here and available.


Just run the executable it produces through your favourite executable pack/obfuscate program. Either way it's only a delaying tactic.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: