Re: best python compiler

@21
Any code which goes through Cython can't be decompiled.  Any parts of the app which don't go through Cython aren't protected.

You'll have to leave some modules unprotected, but they won't be your modules, they'll be third party dependencies from pip.  Cython works 99% of the time, and for your own code you can fix the last 1% yourself.  And since third party dependencies are on Pypi, it's not like I need to steal yours.

-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — Developers room : Turkce_Rap via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Turkce_Rap via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : visualstudio via Audiogames-reflector

Reply via email to