I am using PyQt so I’m not sue that scything would work. But this gives me an
idea that I could somehow compile the python script sources as const char *
into a static lib and load them from there. I’ve read the import and freeze
code in Python before, but it was ten years ago and I can’t remember all the
freeze features or how to get this to work with cx_freeze.
Thoughts?
Seems like a creative and useful feature for cx_freeze!
> On Feb 6, 2015, at 9:11 PM, Ian Bell <ian.h.b...@gmail.com> wrote:
>
> You could always pass your code through cython which will compile the python
> code to C code and create compiled extensions of your py files. That should
> be pretty difficult to reverse engineer.
>
> On Fri, Feb 6, 2015 at 10:59 PM, Patrick Stinson <patrickk...@gmail.com
> <mailto:patrickk...@gmail.com>> wrote:
> I know this has been asked (sort of) before, but I haven’t seen any
> conclusive info about it.
>
> I am distributing a commercial application and want to obscure the source in
> library.zip when using cx_freeze? Is this possible? Obfuscation would
> probably be fine with python, but I’d prefer if it was encrypted.
>
> Thank you so much!
>
>
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming. The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net/
> <http://goparallel.sourceforge.net/>
> _______________________________________________
> cx-freeze-users mailing list
> cx-freeze-users@lists.sourceforge.net
> <mailto:cx-freeze-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
> <https://lists.sourceforge.net/lists/listinfo/cx-freeze-users>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming. The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now.
> http://goparallel.sourceforge.net/_______________________________________________
> cx-freeze-users mailing list
> cx-freeze-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users