On 28/5/20 7:37 pm, Hartmut Goebel wrote:
> Am 28.05.20 um 10:45 schrieb Alessandro Minghelli:
>>
>> It's not very important someone copy this (there isn't commercial
>> value), but is very important none can decompiling the source.
>>
>> First question is: Is there a way to decompiling an executable made
>> with PyInstaller to obtain the source code?
>
> Yes, his is possible.
>
> There is a feature for encrypting the source, but this is currently
> broken. Please consider funding the fix:
> http://www.pyinstaller.org/funding.html
>

I've used Cython, before PyInstaller packaging step, to "compile" your
python modules to "executable" code (.so/.dylib files).  It's a step
harder to decompile it to useful python code, but I suspect it's not
impossible.  And the upside is you will get some performance improvement
too (if that is important at all).

Brendan.

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pyinstaller+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/6a648b10-0f9d-ef2c-b1ec-8875370144fe%40gmail.com.

Reply via email to